deprecated key binding [message #464812] |
Thu, 15 March 2007 16:50 |
Eclipse User |
|
|
|
Originally posted by: m.hybler.aegis.cz
This is the part of my plugin.xml
------------------------------------------------------------ ----
<extension
point="org.eclipse.ui.commands">
<command
id="cz.aegis.cms.viewer.deleteCommand"
name="deleteCommand"/>
<keyBinding
command="cz.aegis.cms.viewer.deleteCommand"
configuration="cz.aegis.cms.viewer.keyConfiguration"
contextId="org.eclipse.ui.globalScope"
string="Ctrl+Shift+D"/>
<keyConfiguration
id="cz.aegis.cms.viewer.keyConfiguration"
name="keyConfiguration"
parent="org.eclipse.ui.defaultAcceleratorConfiguration"/>
</extension>
------------------------------------------------------------ ----
But my eclipse says that keyconfiguration and keybinding is deprecated.I
can find other way to set keybinding for my action. In eclipse FAQ it is
described by this way. Everything goes right but is it the right way?
Should anyone help me?
Tahnks a lot Michal
|
|
|
|
Powered by
FUDForum. Page generated in 0.41663 seconds