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

前端 未结 2 873
野的像风
野的像风 2021-02-01 02:23

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

相关标签:
2条回答
  • 2021-02-01 02:38

    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.

    0 讨论(0)
  • 2021-02-01 02:59

    Settings can be exported to a file using File -> Export -> Preferences, and you can import it to another Eclipse workspace.

    0 讨论(0)
提交回复
热议问题