Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] org.eclipse.wst.xsd.ui - keybinding problem

Hello,
  Plugin org.eclipse.wst.xsd.ui have to2 problems with key binding

line 249-253 in plugin.xml

  <keyBinding 
   contextId="org.eclipse.wst.xsd.ui.text.editor.context"
   commandId="org.eclipse.wst.xsd.ui.refactor.makeElementGlobal"
   keyConfigurationId="org.eclipse.ui.defaultAcceleratorConfiguration">
  </keyBinding>

and line 262-266

  <keyBinding 
   contextId="org.eclipse.wst.xsd.ui.text.editor.context"
   commandId="org.eclipse.wst.xsd.ui.refactor.makeTypeGlobal"
   keyConfigurationId="org.eclipse.ui.defaultAcceleratorConfiguration">
  </keyBinding>

There isn't key 'keySequence'

regards
Haris Peco


Back to the top