March 15, 2010
10:21 a.m.
Now we have in Pharo the following: Morph | Editor ------------------------------------------------------------------ EntryFieldMorph | SimpleEditor NewTextMorph | TextEditor MethodMorph | SmalltalkEditor ClassDefinitionMorph | SmalltalkEditor NewTextMorph is a cleanup version based on TextMorph, that is still missing some functionality. MethodMorph and ClassDefinitonMorph are NewTextMorph for specifically viewing and editing methods and classes. I did a couple of tests also, and examples. TODO: menu support (easily done), OB and Glamour integration( high complexity?), OCompletion(fairly easy, i will work with romain on this). Stef, should i use the lastest 1.1 image as the base for preparing the SLICE?