I suggest that you post that to the mailing-list since lot of people are interested.
On Mar 31, 2010, at 1:05 AM, Fernando olivero wrote:Hi, thanks for the patience.I've decided to created a package at squeak source, instead of the SLICE.MCHttpRepositorylocation: 'http://www.squeaksource.com/CUISEditorPort'user: 'FerO'password: ''I've added both of you as developers, because for now the read/write global access is false.Please download the package and test the examples,EntryFieldMorph class>>example1
fixed and I will publish
NewTextMorph class>>example1(this one's i added as subclasses of NewTextMorph, for convenience)MethodMorph class>>example1
styler
| styler |
styler := self stylerClass new.
styler classOrMetaClass: self codeClass .
^ styler
stylerClass is not know.
ClassDefinitionMorph class>>example1Please let me know what you think!I can even post some uses to show the benefits of having the Editor and morph decoupled.For example, it made straightforward to implement a searchWidget for Gaucho .