The Trunk: Help-Squeak-Project-topa.22.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Help-Squeak-Project-topa.22.mcz

commits-2
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!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Help-Squeak-Project-topa.22.mcz

Frank Shearar-3
On 7 April 2015 at 11:06,  <[hidden email]> 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