Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
152 views
in Technique[技术] by (71.8m points)

How to save Eclipse settings (fonts, formatting, etc.)?

How can I export my settings (fonts, syntax coloring, formatting, etc.) in Eclipse 3.6, so I can use them again in another installation?

question from:https://stackoverflow.com/questions/4214526/how-to-save-eclipse-settings-fonts-formatting-etc

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You can save the folder '.metadata' in your workspace.

This folder contain your preferences, simply restore it after a re-installation and your done.

The '.metadata' folder can contain projects/plugins specific settings, the 'core' eclipse settings are in: '.metadata/.plugins/org.eclipse.core.runtime/.settings'

Theses 'core' settings can be exported using 'File -> Export -> Preferences' too as Csaba_H said.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...