User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
I have a RCP application which includes a text editor which extends Eclipse's text editor. I am
defining my key bindings by defining a "org.eclipse.ui.bindings" and a corresponding
"org.eclipse.ui.commands" extension. With regards to key bindings, I have two questions:
* One of the key bindings I have is ctrl+L. This however clashes with "Go to Line" binding of the
text editor. How do I override the "Go to Line" action with my action?
* If I go to General | Keys preference dialog, I see numerous bindings which have nothing to do with
my RCP. For example: ctrl+B -> "Build All". Building something has no meaning in my RCP. How can I
have it not appear in the preference dialog.