I would like to have Eclipse (3.5, if that matters) close any open projects I have before I exit my workspace. Is this possible?
EDIT I forgot to mention that these projects are remotely stored and it would be nice for that reason as well.
|
|
We could need this to. We're having several hundred different projects in our workspace. Especially our support-teams often have to open multiple projects at once, to check different installations. If you forget to close these projects eclipse will slow down which each start. So it would be quite usefull if you could automatically close all open projects on exit. |
|||
|
|
|
Update 2011: To actually close all projects on exit, you need a plugin similar to the one mentioned in this thread:
Note: today, you would implement the But you also need to set the [org.eclipse.ui.IWorkbenchPreferenceConstants.CLOSE_EDITORS_ON_EXIT preference][4] (the one I originally referenced below) for Eclipse to not try to restore those editors when you restart Eclipse again.
Original answer back in 2010 ;) This preference is close you need (from this JavaTips) -- it does not close projects, but at least clean your workspace:
|
|||||||
|
|
|
I guess you can write a plugin to do it but since you're the first person who seems to need this, nothing like this exists. |
|||
|
|