| Author |
Openning Project And Restoring Previous Files
|
Aaron Hanson
Greenhorn
Joined: Aug 26, 2003
Posts: 15
|
|
Is there any way using Eclipse to open a project after I've closed it and have the files I was previously working on come back up in the perspective? I've been wondering if it was possible and how to do it for a while now. [ December 18, 2003: Message edited by: A. Hanson ]
|
 |
Dan Kehn
Dastardly Dan the Author
Ranch Hand
Joined: Jun 11, 2003
Posts: 120
|
|
Eclipse doesn't do that today and I don't know of a plug-in that adds that feature (with so many out there, there may well be one). I don't think it would be particularly difficult if you want to give it a try (add a part listener, add a resource listener, record the open / closes, etc). I would expect that it isn't really much different than the n-last open editors under the File menu. Not a bad exercise for learning plug-ins. Mind if I borrow it? -- Dan
|
Co-author of <a href="http://www.jdg2e.com" target="_blank" rel="nofollow">The Java Developer's Guide to Eclipse</a>, 2nd Edition<br />(Yahoo group <a href="http://groups.yahoo.com/group/JDG2E/" target="_blank" rel="nofollow">JDG2E</a>)
|
 |
 |
|
|
subject: Openning Project And Restoring Previous Files
|
|
|