Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-ui-dev] Can't use Ctrl+Space as accelarator in my plugin

Hi
 I am coding on a XML plugin for eclipse and right now I am implementing
 a content assist processor. I want to activate it by pressing Ctrl+Space
 just like in the java editor but it doesn't work.
 Different key bindings like Ctrl+F3 or Ctrl+< work but Ctrl+Space or
Ctrl+Shift+Space
 doesn't seem to work.
 Is this intentional or is additional work necessary to support this key
binding ?

greets
  Jens Lukowski



Back to the top