[Pkg] The Trunk: Tools-fbs.305.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Apr 20 23:03:54 UTC 2011


Levente Uzonyi uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-fbs.305.mcz

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

Name: Tools-fbs.305
Author: fbs
Time: 5 March 2011, 10:30:29.562 pm
UUID: 51f6fbf4-dd9e-0b42-a7f2-b1eb1d508da7
Ancestors: Tools-fbs.304

#selectClassNamed: will replace most senders of #classListIndex:

=============== Diff against Tools-fbs.304 ===============

Item was added:
+ ----- Method: Browser>>selectClassNamed: (in category 'class list') -----
+ selectClassNamed: aSymbolOrString
+ 	aSymbolOrString
+ 		ifNil: [ self classListIndex: 0 ]
+ 		ifNotNil: [ self classListIndex: (self classList indexOf: aSymbolOrString asSymbol) ]!



More information about the Packages mailing list