|
Chris Muller-3 |
|
|
> 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? |
|
Lawson English-2 |
|
|
On 2/10/12 12:22 PM, 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'm not sure what you mean. My Connectors tutorial videos are all done with 4.3 squeak. Is there something I should test to see if there is an incompatibility? L. |
|
David T. Lewis |
|
|
In reply to this post by Chris Muller-3
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 |
| Powered by Nabble | See how NAML generates this page |