How to make my menu contribution appear after a plug-in menu contribution? [message #675955] |
Thu, 02 June 2011 02:44  |
Eclipse User |
|
|
|
I have defined an Exit command to display on my File menu. However another plug-in is contributing a Open File item on the File menu and this is appearing AFTER my Exit command. I want my Exit command to appear last on the File menu.
I've tried specifying locationURI menu:file?after=org.eclipse.ui.openLocalFile but then my Exit menu item does not display at all. I think this might be because org.eclipse.ui.openLocalFile has not been loaded yet.
I've also tried specifying locationURI menu:file?after=additions but the Open File menu item still displays after mine.
How can I get the menu item order to be Open File and then my Exit command?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04180 seconds