Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » IMenueService and CoolbarManager
IMenueService and CoolbarManager [message #1077346] Thu, 01 August 2013 15:14 Go to next message
Dennis Melzer is currently offline Dennis MelzerFriend
Messages: 244
Registered: July 2009
Senior Member
Hello,

i have a eclipse 3.x RCP and runs it with the eclipse kepler target platform and e4 bundles.

With 4.2.2 this code works to add a coolbar
 IMenuService menuService = (IMenuService)workbenchWindow.getService(IMenuService.class);
        if (menuService != null)
            {
            menuService.populateContributionManager(configuratorCoolBarManager, COOLBAR_ID);
            configuratorCoolBarManager.update(true);


Now i get follow warning:
!ENTRY org.eclipse.ui 4 4 2013-08-01 17:14:55.334
!MESSAGE populateContributionManager: Unhandled manager: org.eclipse.jface.action.CoolBarManager@7303ac66
and the coolbar is now shown.

What i have to do? Whats wrong?
Re: IMenueService and CoolbarManager [message #1080170 is a reply to message #1077346] Mon, 05 August 2013 15:01 Go to previous messageGo to next message
Joseph Carroll is currently offline Joseph CarrollFriend
Messages: 174
Registered: May 2012
Location: Milwaukee, WI
Senior Member

What does your COOLBAR_ID look like?

JD
Re: IMenueService and CoolbarManager [message #1080176 is a reply to message #1077346] Mon, 05 August 2013 15:14 Go to previous message
Dennis Melzer is currently offline Dennis MelzerFriend
Messages: 244
Registered: July 2009
Senior Member
https://bugs.eclipse.org/bugs/show_bug.cgi?id=366528

Coolbar isn't implement anymore Sad

but with ToolbarManager still don't get item contributed with extension point. See bug...

[Updated on: Mon, 05 August 2013 15:27]

Report message to a moderator

Previous Topic: e4 compatability layer: add toolbar item in main toolbar
Next Topic:HiddenToolBarItem
Goto Forum:
  


Current Time: Tue Apr 16 10:14:19 GMT 2024

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

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

Back to the top