[squeak-dev] TextMorphEditor and Connectors

David T. Lewis lewis at mail.msen.com
Sat Feb 11 13:27:55 UTC 2012


On Fri, Feb 10, 2012 at 01:22:41PM -0600, Chris Muller wrote:
> > Either that or update Connectors to new the new Cuis based editors if
> > present, otherwise fall back on TextMorphEditor when used in older images.
> > If Connectors is the only significant package that is affected, then it
> > would be preferable to do an update in Connectors. I cannot say if other
> > packages are affected, I only noticed the Connectors dependency because
> > that is one that I keep loaded in my working image.
> 
> Hi, did anyone already get Connectors going with the new editors?

I added a stub implementation of TextMorphEditor in trunk, so there
should be no problems now. This issue would have been awkward to handle
in the Connectors package, so I think it's worthwhile to keep the stub
class in Squeak for compatibility.

The update was here:

   Name: Morphic-dtl.607
   Author: dtl
   Time: 21 January 2012, 6:04:27.511 pm
   Ancestors: Morphic-eem.606
   
   Provide a stub implementation of TextMorphEditor, subclassed from its
   replacement TextEditor, for the benefit of external packages such as
   Connectors that depend on it.
   
   Note that an existing Connectors installation may have been damaged in
   the trunk update process. Check for this by opening a Text Rectangle or
   similar from the Connectors tab, then hit <esc> while focused on the
   text region. If problems are experienced, reload Connectors and
   evaluate 'NCTextMorphEditor initialize'.

Dave



More information about the Squeak-dev mailing list