[squeak-dev] Monticello cleanup and SimpleMorphic

Edgar J. De Cleene edgardec2005 at gmail.com
Wed Apr 13 11:32:28 UTC 2011


I send Monticello-edc.456 and Monticello-edc.457 to the inbox for review.

In particular i wish to know if the following is the way to cleanup the code
and have working in LegacyMorphic and SimpleMorphic



Item was changed:
  ----- Method: MCTool>>textMorph: (in category 'morphic ui') -----
  textMorph: aSymbol
+     ^ UIManager default toolBuilder textPaneClass on: self text: aSymbol
accept: (aSymbol, ':') asSymbol!
* ^ PluggableTextMorph on: self text: aSymbol accept: (aSymbol, ':')
asSymbol!


So I could delete isSimpleMorphic forever and pretend it never exist in
first place :=)

Edgar

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20110413/08232a97/attachment.htm


More information about the Squeak-dev mailing list