Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Persisting the MRU
Persisting the MRU [message #444876] Wed, 22 February 2006 11:27 Go to previous message
Eclipse UserFriend
I am using 3.1.2 and have added the following lines to the advisor

fileMenu.add(new Separator(IWorkbenchActionConstants.MB_ADDITIONS));
fileMenu.add(ContributionItemFactory.REOPEN_EDITORS.create(w indow));
fileMenu.add(new GroupMarker(IWorkbenchActionConstants.MRU));
fileMenu.add(new Separator("quit")); //$NON-NLS-1$
fileMenu.add(quitAction);

Two problems, first is I get two seperator lines before the MRU

Second the MRU disappears when I restart the app, how do I persist the
state of the MRU.
 
Read Message
Read Message
Read Message
Previous Topic:Problems with OPEN_PERSPECTIVE_DIALOG action.
Next Topic:FAQ?
Goto Forum:
  


Current Time: Fri Jul 18 15:23:26 EDT 2025

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

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

Back to the top