Add MRU to File menu defined in plugin.xml ? [message #551620] |
Sun, 08 August 2010 07:08  |
Eclipse User |
|
|
|
Hi,
I'd like to use a MRU list of recently opened editors to the file menu of my RCP application.
I found some samples
( http://www.eclipse.org/forums/index.php?t=tree&th=141135 &)
(eclipse-sourceBuild-srcIncluded-3.6\src\plugins\org.eclipse .ui.ide\src\org\eclipse\ui\internal\ide\WorkbenchActionBuild er.java)
but they create a new menu:
MenuManager fileMenu = new MenuManager(
"&File", IWorkbenchActionConstants.M_FILE );
But how can I add to a File menu that is defined in plugin.xml in
ApplicationActionBarAdvisor.fillMenuBar(IMenuManager) ?
Would that be with findMenuUsingPath?
Thanks,
Juergen
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04107 seconds