[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Sat Sep 14 23:55:06 UTC 2013


Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006374.html

Name: System-fbs.593
Ancestors: System-fbs.592

Allow ToolSets to browse a class (definition), not just a method in a class.

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006375.html

Name: Tools-fbs.495
Ancestors: Tools-fbs.494

Allow ToolSets to browse a class (definition), not just a method in a class.

StringHolder >> #browseClass just browses methods, like browseMethodFull. Make #browseMethodFull a bit more useful, and show the duplication by having #browseClass delegate to #browseMethodFull. I deliberately leave deprecating #browseClass as a potential later action.


Ancestors: Tools-fbs.494
Added, Modified, Deleted vs. Tools-fbs.494:
A	StandardToolSet class>>browseClass:
M	StringHolder>>browseClass
M	StringHolder>>browseMethodFull

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2013-September/006376.html

Name: Monticello-fbs.568
Ancestors: Monticello-fbs.567

Don't reference Browser. ToolSet permits the user to switch out the basic tools with her own desired set of tools.

=============================================


More information about the Squeak-dev mailing list