March 14, 2010
7:41 p.m.
I building a new TextMorph, in the context of porting Cuis Editors.
I'm having problems understanding some behavior of TexMorph,
1. Whats the purpose of predecessor and successor in TextMorph?
is it not to bind to the next one and get the text flow as in the cool squeak demo.
2. Why does the paragraph needs to be lazily initialized.
Im my implementation of TextMorph i have neither and i don't see a good reason to add them.
Fernando
Fernando I would suggest to publish the code and that we see. With Morph I have the impression that a lot have to be reconsidered. Stef