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.

