| Get list of Recently Opened File & display it in a dialog [message #775309] |
Thu, 05 January 2012 13:46  |
Ashutosh Verma Messages: 3 Registered: December 2011 |
Junior Member |
|
|
I am creating an RCP application where I need to read the list of Recently Opened Files and display it in a dialog.
I have tried using
<code>
IContributionItem reEdit = ContributionItemFactory.REOPEN_EDITORS.create(window);
</code>
but the history attribute is private so not accessible.
However, when my RCP app start, it displays empty list (in debugging). How to make it to be saved in the preferences to be retrieved after restart as well.
Any pointers on how it can be done?
|
|
|
|
Powered by
FUDForum. Page generated in 0.01715 seconds