Skip to main content

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

I removed the keybindings with empty "string" attribute in HEAD (i.e. 
after the Daniela builds) of:
- org.eclipse.jdt.ui
- org.eclipse.jdt.junit

My regex pattern for a quick search-replace:
^\s*<keyBinding[\s\r\n]+string=""[\x00-\xFF]*?(</keyBinding>|/>)$[\r\n]*

Markus




Douglas Pollock <douglas.pollock@xxxxxxxx> 
Sent by: eclipse-dev-admin@xxxxxxxxxxx
2005-02-25 17:42
Please respond to
eclipse-dev@xxxxxxxxxxx


To
eclipse-dev@xxxxxxxxxxx
cc

Subject
[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.
_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe 
from this list, visit
http://dev.eclipse.org/mailman/listinfo/eclipse-dev




Back to the top