Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ui-dev] Actionbar contributor doesn't have access to keybinding service


I noticed that an EditorPart can get to the keybinding service via IWorkbenchPartSite.getKeybindingService().   But, an EditorActionBarContributor cannot obtain the keybinding service.  Is this intentional?  How is the contributor supposed to register an action that it places on the menu?  Or, maybe it doesn't need to.

Currently, I am not registering my action that the contributor places on the menubar, but I am setting the definition ID.  The result is that the accelerator is displayed for free, but the accelerator doesn't work.

Randy Hudson

Back to the top