Rearrange Items in Menu bar [message #444903] |
Thu, 23 February 2006 13:54 |
Andreas Dolk Messages: 14 Registered: July 2009 |
Junior Member |
|
|
Hello,
I created a small RCP Application with just one Editor and a small main
menu bar.
Via 'ApplicationActionBarAdvisor' I added one Menu Manager:
MenuManager fileMenu = new MenuManager("&File",
IWorkbenchActionConstants.M_FILE);
and added the standard exit action to it.
That's all, no more action with plugin.xml.
The Editor itself contributed some more actions to the bar, and the bar
now looks like this (---- = Separator):
File
Exit
----
Convert Line delimiters to >
----
Open File...
Question: how can I rearrange the Items in this File-Menu (Open File at
top, Exit to the bottom?)
Thank in advance!
Andreas
|
|
|
Powered by
FUDForum. Page generated in 0.03176 seconds