[squeak-dev] The Trunk: Tools-fbs.459.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Mar 30 21:39:19 UTC 2013


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]!



More information about the Squeak-dev mailing list