+1 On Fri, Jul 13, 2012 at 9:35 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
may be we should get an instance variable plus a class variable by default the instance variable points to the class var and all the method use only the instance var => we can have sharing via the class var and instance based specific customization because there is the instance var and the user can copy the class var contents and modify it.
Stef
On Jul 13, 2012, at 5:10 PM, Sean P. DeNigris wrote:
I've run into a lot of trouble implementing the vim bindings because morph instances don't make local copies of the class's maps, so there's no way to override class defaults in an instance. For example, for a particular instance, I can't detach a category that is attached to the class without detaching it from all instances, which I think will not work anyway because existing instances don't pick up those changes.
Sean
-- View this message in context: http://forum.world.st/Keymapping-Class-vs-Instance-Targets-tp4639863.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
-- www.tudorgirba.com "Every thing has its own flow"