Skip to main content



      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 10:41 Go to next message
Eclipse UserFriend
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 14:14 Go to previous message
Eclipse UserFriend
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: Thu May 01 14:27:44 EDT 2025

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

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

Back to the top