The Trunk: Tools-fbs.459.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.459.mcz

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

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

Name: Tools-fbs.459
Author: fbs
Time: 30 March 2013, 9:38:28.456 pm
UUID: 737fcfbc-3a01-4558-a89a-d4760753d8f7
Ancestors: Tools-eem.458

Mantis #6548. Reported and fix supplied by cdrick.

Would a non-default-Browser (OmniBrowser, say) user please verify this doesn't break anything? (Just cmd-B something.)

=============== Diff against Tools-eem.458 ===============

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