<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p>This MR (2 methods) slightly revises the #browseMethod: implementation on ToolSet and StandardToolSet. If the method was never installed in any class, open it in an inspector rather than showing an error message. As we now describe three different cases
 on how to browse a method, I found it more appropriate to put this logic into StandardToolSet rather than into ToolSet, in order to allow different toolsets to provide their own tools for some of these scenarios.</p>
<p><br>
</p>
<p>Examples:</p>
<p>thisContext sender method browse. "System Browser"</p>
<p></p>
<div>thisContext sender method</div>
<div><span style="white-space:pre"></span>in: [:m | m methodClass compile: m getSource];</div>
<div><span style="white-space:pre"></span>browse. "Versions Browser"</div>
<div>thisContext method browse. "Inspector"</div>
<div><br>
</div>
<div>Thanks to Marcel for the idea!</div>
<p></p>
<div id="Signature">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div><font size="2" color="#808080"></font></div>
</div>
</div>
</div>
</div>
</body>
</html>