<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <font face="Georgia">'From Squeak4.5 of 16 September 2013 [latest
      update: #12968] on 17 September 2013 at 5:31:18 pm'!<br>
      <br>
      !StringHolder methodsFor: '*Tools' stamp: 'fbs 9/13/2013 17:29'!<br>
      browseMethodFull<br>
      &nbsp;&nbsp;&nbsp; "Create and schedule a full Browser and then select the
      current class and message."<br>
      &nbsp;&nbsp;&nbsp; ^ self selectedClassOrMetaClass ifNotNil: [ :cls |<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; self selectedMessageName<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ifNotNil: [ :sel |<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ToolSet browse: cls selector: sel]<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ifNil: [ToolSet browserClass: cls]].! !<br>
    </font><br>
    #<font face="Georgia">browserClass: is not understood here. </font><br>
    <font face="Georgia">#browseClass: will work<br>
      <br>
      Cheers,<br>
      Bob<br>
    </font>
  </body>
</html>