Hi!

Am I the only one to bump all the time into error raised by OCompletion? 

in OController>>handleKeystrokeBefore: kbEvent editor: theEditor 
I just switched:
        self isMenuOpen ifFalse: [ self openMenuFor: theEditor ].

into:
        self isMenuOpen ifFalse: [ [self openMenuFor: theEditor] on: Error do: 
[] ].


Cheers,
Alexandre
-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






Reply via email to