Reputation: 12953
I have a similar problem to this guy: Importing/Exporting Project Preferences, but my problem is worse, I need to create a new workspace (i.e. new base directory) for every program or version that I work on. I have some common preferences (formatter, font size, etc) that I have exported to a file, which I then import every time I create a new workspace, but would like to skip the step of manually importing the .epf file. Has anybody seen an easy way to automate this?
EDIT: to help potential respondents answer the question, here is my workflow for handling a bug patch. Perhaps I'm doing something wrong in general that you could correct (since I've only been using Eclipse for a couple of years and tend to prefer emacs so I haven't spent a lot of time learning new Eclipse features)?
Upvotes: 3
Views: 2471
Reputation: 111
I think that Workspace Mechanic solves all your problems. http://code.google.com/a/eclipselabs.org/p/workspacemechanic/
Upvotes: 4
Reputation: 39750
copy your original workspace. Easy, reliable, but will also copy all your projects.
Upvotes: 2