Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How to solve KeyBindingService problem
How to solve KeyBindingService problem [message #176622] Thu, 26 October 2006 04:13
kishan is currently offline kishanFriend
Messages: 3
Registered: July 2009
Junior Member
I have defined command and binding in the plugin extention
file, And then some actions which implements
IAction ,using these for the retargetable actions. And i declare
all these things in the file which extends EditorActionBarContributor.

Then I binded the key for these actions by using
site.getKeyBindingService
().registerAction(zoomFit);
this works fine for multiple editor pages .But the problem here is
getKeyBindingService() is a deprecated so i tried to use
IHandlerService but while using it the keybinding doesnot work
when i switch from one page to another .
Previous Topic:Contacts for plug-in adding compiler tools?
Next Topic:How to sustain the console for an Eclipse RCP Application
Goto Forum:
  


Current Time: Fri Apr 19 19:45:52 GMT 2024

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

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

Back to the top