Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Key binding syntax errors

There are some syntax errors in the key bindings schema that are going to 
start being logged in N200502256-0010 and later.  This errors will be logged 
during start-up.

Most importantly, it has no effect to define a key binding with no key 
sequence (i.e., the "keySequence" or "string" (deprecated) attribute).  
Bindings of this form can safely be removed -- reducing the size of your 
plug-in, and the time we spend parsing the registry.

The folliwing plug-ins will be affected:
+ org.eclipse.ant.ui
+ org.eclipse.compare
+ org.eclipse.debug.ui
+ org.eclipse.jdt.debug.ui
+ org.eclipse.jdt.junit
+ org.eclipse.jdt.ui
+ org.eclipse.search
+ org.eclipse.team.cvs.ui
+ org.eclipse.team.ui
+ org.eclipse.ui.externaltools
+ org.eclipse.ui.workbench.texteditor



cheers,
d.


Back to the top