Remove default/emacs key binding scheme in keys preference [message #627650] |
Wed, 22 September 2010 23:23  |
Eclipse User |
|
|
|
Hello.
I am trying to show keys preference window in our Eclipse RCP application.
I define our rcp own scheme, and want the "modify" tab only show my scheme in the "Scheme" drop down list.
As the default and emacs schemes don't make sense to our rcp application.
Is there a way to remove the default and emacs scheme?
Another problem is that, I add the key preference page as below, but Eclipse prompts that it is not encourage to access internal class.
- Access to referenced class 'org.eclipse.ui.internal.keys.KeysPreferencePage' in attribute 'class' is discouraged.
Is there any better way to add keys preference?
<extension
point="org.eclipse.ui.preferencePages">
<page
class="org.eclipse.ui.internal.keys.KeysPreferencePage"
id="com.ourcompany.preferencepages.page.keys"
name="Keys">
</page>
</extension>
Many thanks for any help and response : )
|
|
|
|
Powered by
FUDForum. Page generated in 0.02999 seconds