| [news.eclipse.platform.rcp] Re: RCP Key Bindings |
* 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?Figuredout this one. I needed to define my own context and make "org.eclipse.ui.textEditorScope" as its parent.
That leaves the 2nd problem. Anyone know how to hide the keys bindings that are not needed?
~Lokesh