[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: How to set default key bindings?

Brilliant! I had the customization file for some other properties, it was just adding the KEY_CONFIGURATION_ID property that I was missing. My scheme is now the default when the app starts and all is well.

However, the other default Eclipse schemes do still show up in the preference page, and most of those key bindings are meaningless for my application. Is there any way to remove Default and Emacs from the list or hide them from the user somehow?

Brandon

Paul Webster wrote:
You can set the default scheme using your product's plugin_customization.ini file.

check out eclipse/plugins/org.eclipse.sdk_<version>/plugin.xml to see how it's specified and plugin_customization.ini file as an example.

http://magma.ca/~pollockd/despumate/bindingsHowTo.html has the property under RCP Applications.

Later,
PW