The two main areas that control the IDE's coloring:


Window | Preference | Java | Editor | Syntax Coloring
Window | Preference | General | Editors | Text Editors

These preferences are saved in:


[workspace]\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.jdt.ui.prefs
[workspace]\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.ui.editors.prefs


Linux/Mac [workspace]/.metadata/.plugins/org.eclipse.core.runtime/.settings/


Where,
org.eclipse.jdt.ui.prefs = Syntax Coloring
org.eclipse.ui.editors.prefs = Text Editors


So from that one can make, import, and export their preferences easily without editing the files manually.

 

相关文章:

  • 2021-06-04
  • 2021-06-09
  • 2022-01-04
  • 2022-12-23
  • 2021-06-12
  • 2021-07-23
  • 2021-06-16
  • 2021-07-28
猜你喜欢
  • 2021-04-30
  • 2021-06-21
  • 2022-12-23
  • 2021-05-24
  • 2021-05-29
  • 2021-09-25
相关资源
相似解决方案