Activate actionSets, commands & bindings plugin before workbench startup [message #462300] |
Fri, 26 January 2007 02:55  |
Eclipse User |
|
|
|
Hi,
How do I load/activate the plugins for org.eclipse.ui.actionSets, commands, and bindings before workbench is start-up?
I can't use org.eclipse.ui.startup, earlyStartup() as it is only executed after workbench has been started.
I tried to access IConfigurationElements of org.eclipse.ui.actionSets, commands, and bindings to get Eclipse to load their plugins. But it does not seem to work.
Any help on this subject is much appreciated.
Thanks. Rgds.
|
|
|
|
|
|
|
|
|
Re: Activate actionSets, commands & bindings plugin before workbench startup [message #462439 is a reply to message #462393] |
Mon, 29 January 2007 10:26  |
Eclipse User |
|
|
|
Steven wrote:
>
> I'm wondering what is the specific reason for the inability to load actionSet, command, and binding extension points before workbench is being loaded?
They're a function of the working workbench/workbench window ... and in
the actionSet case, they are tied specifically to a menu item or toolbar
item ... you don't initialize a toolbar item until you have a toolbar to
point to ...
That being said, none of that is necessary. Your virtual keyboard is
just an input device. Does it not generate key pressed events? Any
dialog you put up should get them already, and of course you can add a
filter to the display to capture global key press events as they go through.
eclipse-jaas must already do part of the login work and get this input, no?
Later,
PW
|
|
|
Powered by
FUDForum. Page generated in 0.28446 seconds