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

commits at source.squeak.org commits at source.squeak.org
Tue Sep 17 21:54:30 UTC 2013


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

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

Name: Tools-fbs.496
Author: fbs
Time: 17 September 2013, 10:53:09.575 pm
UUID: 52c2aad9-c193-114d-8b2c-e91e50a1fe11
Ancestors: Tools-fbs.495

It's #browseClass:, not #browserClass:.

=============== Diff against Tools-fbs.495 ===============

Item was changed:
  ----- Method: StringHolder>>browseMethodFull (in category '*Tools') -----
  browseMethodFull
  	"Create and schedule a full Browser and then select the current class and message."
  	^ self selectedClassOrMetaClass ifNotNil: [ :cls |
  		self selectedMessageName
  			ifNotNil: [ :sel |
  				ToolSet browse: cls selector: sel]
+ 			ifNil: [ToolSet browseClass: cls]].!
- 			ifNil: [ToolSet browserClass: cls]].!



More information about the Packages mailing list