[squeak-dev] The Trunk: Help-Squeak-Project-topa.22.mcz

Frank Shearar frank.shearar at gmail.com
Tue Apr 7 21:52:36 UTC 2015


On 7 April 2015 at 11:06,  <commits at source.squeak.org> wrote:
> Tobias Pape uploaded a new version of Help-Squeak-Project to project The Trunk:
> http://source.squeak.org/trunk/Help-Squeak-Project-topa.22.mcz
>
> ==================== Summary ====================
>
> Name: Help-Squeak-Project-topa.22
> Author: topa
> Time: 7 April 2015, 12:06:17.426 pm
> UUID: bc30874c-0d15-4cb3-b40e-be224b29f619
> Ancestors: Help-Squeak-Project-cmm.21
>
> Take responsibility
>
> =============== Diff against Help-Squeak-Project-cmm.21 ===============
>
> Item was added:
> + ----- Method: Utilities class>>openCommandKeyHelp (in category '*Help-Squeak-Project-support windows') -----
> + openCommandKeyHelp
> +       "Open a window giving command key help."
> +       "Utilities openCommandKeyHelp"
> +
> +       HelpBrowser openOn: SqueakTutorialsCommandKey!

As long as this doesn't add any more dependencies, I guess this is OK.
I'd like Utilities to die though. These "miscellaneous" buckets of
methods serve as breeding grounds for mismanaged dependencies.

frank


More information about the Squeak-dev mailing list