Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » (objectContribution to popupMenu) ordering the menu items
(objectContribution to popupMenu) ordering the menu items [message #465253] Tue, 27 March 2007 04:59
Gavin Bong is currently offline Gavin BongFriend
Messages: 23
Registered: July 2009
Junior Member
Hi,

I'm adding several objectContributions to the org.eclipse.ui.popupMenus extension point.

However my list of contributions does not appear exactly like the order I've declared them in the RCP extension editor.

So for example, my current list of contributions are (in order) as specified in plugin.xml:

manage
disconnect
connect

But when the RCP is running, the order of items in the popup menu is:

disconnect
connect
manage

What is used to order the contributions ?

Thanks everyone

Gavin
Previous Topic:Version Problems
Next Topic:Bespoke Keybinding
Goto Forum:
  


Current Time: Fri Sep 20 21:13:10 GMT 2024

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

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

Back to the top