Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Separators in org.eclipse.ui.popupMenus
Separators in org.eclipse.ui.popupMenus [message #328315] Wed, 21 May 2008 13:15 Go to next message
Eclipse UserFriend
Originally posted by: basem_mohamed12.hotmail.com

Hello,

I would like to know how I can add a separator in the
"org.eclipse.ui.popupMenus" extension point. We can have a set of Object
Contributions and each one them has a set of actions. Each action has a
menubarPath which determines the path of this action. I do not know a way
to add a separator between two actions in an object contribution. The only
way is to add a new group path but in this case, all actions will be
placed at the bottom of the popup menu (which is not the required).
Furthermore, I do not want these actions to be placed in a sub menu; I
want them to be in the group path that I determined in the main menu.

Best Regards,
Basem
Re: Separators in org.eclipse.ui.popupMenus [message #328403 is a reply to message #328315] Fri, 23 May 2008 23:00 Go to previous message
David Kyle is currently offline David KyleFriend
Messages: 125
Registered: July 2009
Senior Member
Basem,

We got around the problem by converting almost all of our Actions into
Command/Handlers and then used org.eclipse.ui.menus. It was worth the
conversion pain as the Eclipse 3.3 Command/Handlers/org.eclipse.ui.menu is
such a big improvement.

David Kyle
http://richclientplatform.blogspot.com/
Previous Topic:FileLink in console with a external file
Next Topic:How to prevent an editor from closing?
Goto Forum:
  


Current Time: Thu Aug 15 04:18:33 GMT 2024

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

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

Back to the top