Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Disable ALL RCP keybindings
Disable ALL RCP keybindings [message #641774] Sat, 27 November 2010 20:37 Go to next message
Marco Lopes is currently offline Marco LopesFriend
Messages: 61
Registered: September 2010
Member
I need to disable ALL rcp key-bindings.

I only use the Workbench basic capabilities (views and not much more).

Tried to build a "target platform" but there are too many plugins to choose from.

On a first approach i just disable extensions and need to disable ALL the keys.

thanks.
Re: Disable ALL RCP keybindings [message #641890 is a reply to message #641774] Mon, 29 November 2010 07:15 Go to previous messageGo to next message
Daniel Krügler is currently offline Daniel KrüglerFriend
Messages: 853
Registered: July 2009
Senior Member
On 11/27/2010 21:37, Marco Lopes wrote:
> I need to disable ALL rcp key-bindings.
>
> I only use the Workbench basic capabilities (views and not much more).
>
> Tried to build a "target platform" but there are too many plugins to
> choose from.
>
> On a first approach i just disable extensions and need to disable ALL
> the keys.

This sounds to me as if you are working against the framework. What is
the actual problem you are trying to solve? Why should you need to
disable key-bindings? Since years we have a successfully running RCP
application which is completely customized to our needs, but we never
needed to disable the key-bindings - there is simply nothing that is
activated unexpectedly. Maybe you should simply perform a better
selection of the plugins that you reuse from Eclipse? Not everything is
probably useful for you.

HTH & Greetings from Bremen,

Daniel Krügler
Re: Disable ALL RCP keybindings [message #641936 is a reply to message #641890] Mon, 29 November 2010 10:24 Go to previous messageGo to next message
Marco Lopes is currently offline Marco LopesFriend
Messages: 61
Registered: September 2010
Member
We need that some RCP components we do not use cannot be accessed by the user.

So, do you advise the creation of a "target platform"?

[Updated on: Mon, 29 November 2010 10:28]

Report message to a moderator

Re: Disable ALL RCP keybindings [message #641955 is a reply to message #641936] Mon, 29 November 2010 10:28 Go to previous messageGo to next message
Daniel Krügler is currently offline Daniel KrüglerFriend
Messages: 853
Registered: July 2009
Senior Member
On 11/29/2010 11:24, Marco Lopes wrote:
> So, do you advise the creation of a "target platform"?

I asked some questions first ;-) and cannot advice anything before
understanding the problem. I don't understand why you suddenly switch to
the discussion of a target platform. Sure, a target platform is useful,
but it is not directly related to your original question.

Greetings from Bremen,

Daniel Krügler
Re: Disable ALL RCP keybindings [message #641974 is a reply to message #641955] Mon, 29 November 2010 12:31 Go to previous messageGo to next message
Marco Lopes is currently offline Marco LopesFriend
Messages: 61
Registered: September 2010
Member
Ctrl-Shift-L, Ctrl-Shift-R, Ctrl-N... and many more.

These shortcuts give access to things we don't want to.
(Open resource, Internal rcp Preferences...)

We export only the plugins the build needs, but these resources are present.

Thanks.
Re: Disable ALL RCP keybindings [message #641979 is a reply to message #641774] Mon, 29 November 2010 12:44 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

create your own scheme, and put nothing in it. Then make that the
default scheme for your RCP app, using plugin_customization.ini. Don't
include the Keys pref page, which allows users to set a different
scheme, and you're set.

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Platform_Expression_Framework
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Re: Disable ALL RCP keybindings [message #642140 is a reply to message #641979] Tue, 30 November 2010 04:38 Go to previous message
Marco Lopes is currently offline Marco LopesFriend
Messages: 61
Registered: September 2010
Member
It's solved.

We have our own key-bindings, but didn't have any "scheme".

Thanks!
Previous Topic:p2 update site appearance
Next Topic:Regarding Implementing the Eclipse HELP Functionality
Goto Forum:
  


Current Time: Thu Apr 25 10:54:13 GMT 2024

Powered by FUDForum. Page generated in 0.03924 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top