Maintaining a common set of Eclipse preferences
Posted
by Robert Munteanu
on Stack Overflow
See other posts from Stack Overflow
or by Robert Munteanu
Published on 2009-06-04T16:09:03Z
Indexed on
2010/05/31
11:52 UTC
Read the original article
Hit count: 247
Whenever I switch workspaces/Eclipse installs I need to copy/redo the preferences:
- compiler settings;
- font sizes/families;
- code formatter;
- java code templates;
- editor templates;
- code clean-ups;
I would like to maintain these settings in an unitary way, preferrably under source control. How can I do that?
I know about 'copy settings' when creating a new workspace, but it does not keep updated copies.
© Stack Overflow or respective owner