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

前端 未结 2 874
野的像风
野的像风 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.

提交回复
热议问题