Maybe we can list the interesting things to add and open tickets? That we we'll not forget ;)
Yes here is the list
On Sat, Jun 4, 2011 at 6:09 PM, stephane ducasse <stephane.ducasse@free.fr> wrote: Hi guys
Some items would be good to have in pharo like the event cleaning... to bad that we cannot collaborate more but this is like that.
May be have a look
* New hierarchy of Morphic Windows for tools, builds and handles UI and menus; handles keystrokes - View / Model separation is now complete - Models are now GUI agnostic: they have 25% less methods and no references to Morphs
we are rewriting all StringHolder with the same purpose so comparing is interesting at the design level. certainly:
* Object level events cleanup - Gone is Model and the DependentsFields classVar in Object - Only object event system mechanism is #when:send:to:
* Deep Models cleanup
* Big cleanup of copy and friends. - #deepCopy eliminated - #veryDeepCopy, DeepCopier, #veryDeepInner:, #veryDeepFixupWith: eliminated.
* Editor tweaks and enhancements. Code simplification, removed several ivars
* FileList refactor