<HTML>
<HEAD>
<TITLE>Monticello cleanup and SimpleMorphic</TITLE>
</HEAD>
<BODY>
<FONT SIZE="4"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'>I send Monticello-edc.456 and Monticello-edc.457 to the inbox for review.<BR>
<BR>
In particular i wish to know if the following is the way to cleanup the code and have working in LegacyMorphic and SimpleMorphic<BR>
<BR>
<BR>
<BR>
Item was changed:<BR>
&nbsp;&nbsp;----- Method: MCTool&gt;&gt;textMorph: (in category 'morphic ui') -----<BR>
&nbsp;&nbsp;textMorph: aSymbol<BR>
+ &nbsp;&nbsp;&nbsp; ^ UIManager default toolBuilder textPaneClass on: self text: aSymbol accept: (aSymbol, ':') asSymbol!<BR>
</SPAN></FONT></FONT><UL><LI><FONT SIZE="4"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'>^ PluggableTextMorph on: self text: aSymbol accept: (aSymbol, ':') asSymbol!<BR>
</SPAN></FONT></FONT></UL><FONT SIZE="4"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
<BR>
So I could delete isSimpleMorphic forever and pretend it never exist in first place :=)<BR>
<BR>
Edgar<BR>
</SPAN></FONT></FONT>
</BODY>
</HTML>