On Jan 31, 2011, at 10:26 PM, Fernando Olivero wrote:
Stef: Yes! as soon as i'm finished with a paper (till next week) i will work on integrating the functionality into the latest Pharo. And publish it as a slice perhaps? In Morphic-Keybindings ?
ok good luck for ICPC :) I cross my fingers for you.
Dennis: GMCondition (GauchoMorphic = GM ) are preconditions that must be satisfied for the key binding to be applied. In case they aren't satisfied, an rejected event is recorded, specifying the violated conditions. For example, you might want to restrict that a particular morph can only be closed ( cmd-w in the example above) if its selected (selected condition). I found it useful for customizing the Gaucho interface to a particular set of interaction rules.
Fernando