Updates:
Labels: Type-Feature
Comment #7 on issue 4789 by
[hidden email]: Improve the way morphs
communicate with model
http://code.google.com/p/pharo/issues/detail?id=4789New class BlockEventHandler which you can provide a block or a
model/selector for each event :)
@Mariano, if you want an annoying browser test:
in AbstractNautilusUI>>#buildCodePane change:
sourceTextArea eventHandler: (PluggableEventHandler model: self).
by:
sourceTextArea eventHandler: (BlockEventHandler new
keyStrokeBlocOrSelector: [:t1 :t2 | Beeper primitiveBeep ]).
;)
Attachments:
BlocEventHandler.2.cs 41.4 KB
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker