Comment #17 on issue 439 by
[hidden email]: Change autocompletion
shortcut from cmd-q to ...?
http://code.google.com/p/pharo/issues/detail?id=439Ctrl+space in windows and unix? It's the usual thing in eclipse, visual
studio, jetbrains ides...
I do not know how they get mapped in macOS...
He, this issue has some implicancies:
- I'd like the cmd+q simple completion to be plugged/unplugged with
e/ocompletion or whatever completion mechanism we want to use in the future.
(Today this is delegated to Smalltalk tools in TextMorph:
see TextMorph>>#codeCompletionAround: aBlock textMorph: aTextMorph
keyStroke: anEvent
Smalltalk tools codeCompletionAround: aBlock textMorph: aTextMorph
keyStroke: anEvent
- keymapping today suffers from the KeyDecodeTable :(. I think something
should be done with it, like:
* eliminate it and make the 3 vms send the same keycodes to the image, or
* have a KeyDecodeTable for each platform at image side
I can work on the vm side for keyboard stuff if needed...
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker