[Pkg] The Trunk: System-fbs.593.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Sep 14 20:06:42 UTC 2013


Frank Shearar uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-fbs.593.mcz

==================== Summary ====================

Name: System-fbs.593
Author: fbs
Time: 14 September 2013, 9:06:06.816 pm
UUID: 45b32adc-4c2e-5f4d-9220-3ce23a68ee7e
Ancestors: System-fbs.592

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

=============== Diff against System-fbs.592 ===============

Item was added:
+ ----- Method: ToolSet class>>browseClass: (in category 'browsing') -----
+ browseClass: aClass
+ 	"Open a browser"
+ 	self default ifNil:[^self inform: 'Cannot open Browser'].
+ 	^self default browseClass: aClass.!



More information about the Packages mailing list