[squeak-dev] recent buglet

Bob Arning arning315 at comcast.net
Tue Sep 17 21:33:25 UTC 2013


'From Squeak4.5 of 16 September 2013 [latest update: #12968] on 17 
September 2013 at 5:31:18 pm'!

!StringHolder methodsFor: '*Tools' stamp: 'fbs 9/13/2013 17:29'!
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 browserClass: cls]].! !

#browserClass: is not understood here.
#browseClass: will work

Cheers,
Bob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20130917/18d1a7fb/attachment.htm


More information about the Squeak-dev mailing list