[squeak-dev] TextMorphEditor

David T. Lewis lewis at mail.msen.com
Wed Jan 11 20:35:38 UTC 2012


On Wed, Jan 11, 2012 at 12:23:46PM -0800, Eliot Miranda wrote:
> Hi All,
> 
> 
>     I've noticed that TextMorphEditor in Morphic-Text Support inherits from
> ParagraphEditor in ST80-Controllers.  ST80-Controllers is removed by
> unloadAllKnownPackages and so this creates an orphan (in this case a
> subclass of an obsolete class). In the base image TextMorphEditor is used
> only within ParagraphEditor.  Would anyone object if I
> moved TextMorphEditor to e.g. ST80-MorphicOrphans or somewhere else in
> ST80, or ...?
> -- 
> best,
> Eliot

Hmm... removing MVC should not be leaving anything unreferenced, and
I'm pretty sure that this worked cleanly a year or so ago. I can't
check it right now, but I wonder if some some regression has crept
back in? Or maybe I just missed something in making MVC unloadable
and reloadable.

Dave




More information about the Squeak-dev mailing list