thanks! Stef On Jun 5, 2011, at 9:30 PM, Guillermo Polito wrote:
On Sun, Jun 5, 2011 at 4:53 AM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
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
http://code.google.com/p/pharo/issues/detail?id=4359
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:
It's already here:
http://code.google.com/p/pharo/issues/detail?id=4352&colspec=ID%20Type%20Sta...
* Deep Models cleanup
http://code.google.com/p/pharo/issues/detail?id=4360
* Big cleanup of copy and friends. - #deepCopy eliminated - #veryDeepCopy, DeepCopier, #veryDeepInner:, #veryDeepFixupWith: eliminated.
http://code.google.com/p/pharo/issues/detail?id=4361&q=owner%3Ame&colspec=ID...
* Editor tweaks and enhancements. Code simplification, removed several ivars
http://code.google.com/p/pharo/issues/detail?id=4362
* FileList refactor