Warnings about key bindings

Oxygen general issues.
hamsta
Posts: 4
Joined: Wed May 25, 2005 11:13 am

Warnings about key bindings

Post by hamsta »

when i start my eclipse, the console log shows the following warnings related to oxygen xml (wonderful plugin, i bought the pro version and I love to work with it)

Code: Select all


osgi> !SESSION 2005-06-18 21:36:04.171 -----------------------------------------
------
eclipse.buildId=I20050617-1618
java.version=1.5.0_02
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
Framework arguments: -showlocation
Command-line arguments: -os win32 -ws win32 -arch x86 -console -consolelog -sho
wlocation

!ENTRY org.eclipse.update.configurator 2005-06-18 21:36:06.390
!MESSAGE Could not install bundle ../../eclipse-sites/gesammelte-plugins/eclipse
/plugins/com.oxygenxml.editor_6.0.0/ Bundle "com.oxygenxml.editor" version "6.
0.0" has already been installed from: update@../../eclipse-sites/oxygen/eclipse/
plugins/com.oxygenxml.editor_6.0.0/

!ENTRY org.eclipse.ui 2 0 2005-06-18 21:36:09.31
!MESSAGE Warnings while parsing the key bindings from the 'org.eclipse.ui.comman
ds' extension point
!SUBENTRY 1 org.eclipse.ui 2 0 2005-06-18 21:36:09.31
!MESSAGE Cannot bind to an undefined command: plug-in='com.oxygenxml.editor', co
mmandId='com.oxygenxml.editor.joinElement'.
!SUBENTRY 1 org.eclipse.ui 2 0 2005-06-18 21:36:09.31
!MESSAGE Defining a key binding with no key sequence has no effect: plug-in='com
.oxygenxml.editor', commandId='com.oxygenxml.editor.prettyPrintElement'.
!SUBENTRY 1 org.eclipse.ui 2 0 2005-06-18 21:36:09.31
!MESSAGE Defining a key binding with no key sequence has no effect: plug-in='com
.oxygenxml.editor', commandId='com.oxygenxml.editor.canonicalize'.
!SUBENTRY 1 org.eclipse.ui 2 0 2005-06-18 21:36:09.31
!MESSAGE Defining a key binding with no key sequence has no effect: plug-in='com
.oxygenxml.editor', commandId='com.oxygenxml.editor.sign'.
!SUBENTRY 1 org.eclipse.ui 2 0 2005-06-18 21:36:09.31
!MESSAGE Defining a key binding with no key sequence has no effect: plug-in='com
.oxygenxml.editor', commandId='com.oxygenxml.editor.verifySignature'.
!SUBENTRY 1 org.eclipse.ui 2 0 2005-06-18 21:36:09.31
!MESSAGE Defining a key binding with no key sequence has no effect: plug-in='com
.oxygenxml.editor', commandId='com.oxygenxml.editor.selectElement'.
!SUBENTRY 1 org.eclipse.ui 2 0 2005-06-18 21:36:09.31
!MESSAGE Defining a key binding with no key sequence has no effect: plug-in='com
.oxygenxml.editor', commandId='com.oxygenxml.editor.selectContent'.
!SUBENTRY 1 org.eclipse.ui 2 0 2005-06-18 21:36:09.31
!MESSAGE Defining a key binding with no key sequence has no effect: plug-in='com
.oxygenxml.editor', commandId='com.oxygenxml.editor.selectAttributes'.
!SUBENTRY 1 org.eclipse.ui 2 0 2005-06-18 21:36:09.31
!MESSAGE Defining a key binding with no key sequence has no effect: plug-in='com
.oxygenxml.editor', commandId='com.oxygenxml.editor.debugScenario'.
!SUBENTRY 1 org.eclipse.ui 2 0 2005-06-18 21:36:09.31
!MESSAGE Defining a key binding with no key sequence has no effect: plug-in='com
.oxygenxml.editor', commandId='com.oxygenxml.debugger.run'.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

The warning message

Code: Select all


!MESSAGE Cannot bind to an undefined command: plug-in='com.oxygenxml.editor', commandId='com.oxygenxml.editor.joinElement'. 
was caused by a spelling mistake in the plugin.xml file. We fixed that. Thank you for reporting it. For the messages like

Code: Select all


!MESSAGE Defining a key binding with no key sequence has no effect: plug-in='com.oxygenxml.editor', commandId='com.oxygenxml.editor.prettyPrintElement'. 
Eclipse just tells you that some commands with configurable shortcuts contributed by <oXygen/> have no default shortcuts. You can set shortcuts for them from Preferences - Workbench - Keys - Category "oXygen XML Editor" in the same way like the commands that have default shortcuts defined.

Best regards,
Sorin
Post Reply