The Trunk: Tools-fbs.496.mcz

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

The Trunk: Tools-fbs.496.mcz

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