Reputation: 49075
I have had to re/install Eclipse across different platforms (windows and linux) several times this year.
I have not found an effective single solution way to share settings/preferences across different versions of Eclipse.
This is what I currently do:
Surely there is an easier way?
Upvotes: 27
Views: 24445
Reputation: 1323115
Did you try File > Export > General > Preferences
?
Most (not all, but most) of the preferences you reference in your question will be exported in an xml file.
That include templates and formatters.
Even though it is true its content isn't fully interpreted across Eclipse versions, it simply concatenates the separate exports you mentions in your question.
Other tips in "Importing/Exporting Project Preferences".
Upvotes: 15
Reputation: 12448
If you are ok with storing things in the cloud I suggest you try the backup and share your Eclipse plugin called 'Kick your Eclipse to the Cloud Plug-in'.
Upvotes: 1
Reputation: 17755
We use the concept of a baseline for new dev's but I think you can apply the same technique. Basically, what you need to do is this:
Hope this helps.
Upvotes: 10