Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Position of an action that is added to eclipse via popUpMenus extension point
Position of an action that is added to eclipse via popUpMenus extension point [message #333575] Wed, 17 December 2008 15:41 Go to next message
Alexander Weickmann is currently offline Alexander WeickmannFriend
Messages: 33
Registered: July 2009
Member
Hi

I have a little question. I'm adding actions to Eclipse that are
accessible via context menu. For that I use the org.eclipse.ui.popupMenus
extension point.

I add my actions into a submenu to the additions path of the context menu.
There are other actions as well from other plugins. Now I want my actions
to appear at the very bottom of that menu. Right now they are at the very
top. How can I accomplish that?
Re: Position of an action that is added to eclipse via popUpMenus extension point [message #333577 is a reply to message #333575] Wed, 17 December 2008 19:14 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

You can't really, unless you target a group that's *not* additions.
Everything that goes into additions happens in a non-deterministic order
(simply when that particular extension is processed).

But if you had your own group to contribute to, that would provide more
control.

PW


--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclips e.platform.doc.isv/guide/workbench.htm


Previous Topic:Examples?
Next Topic:Re: Retrieve feature info
Goto Forum:
  


Current Time: Wed Jul 03 03:29:43 GMT 2024

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

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

Back to the top