说一个牛B的不像实力派的东西 — 更改eclipse的Package Explorer的字体
1. 打开eclipse目录/Applications/Eclipse.app/Contents/Eclipse/plugins/org.eclipse.ui.themes_1.1.0.v20150511-0913/css/
2. 打开e4_basestyle.css,添加一行代码

CTabFolder Tree {
font-size: 13px;
}

或者在相应的主题对应的css里面修改即可,因为这样可以避免被覆盖。

3. 重启eclipse

相关文章:

  • 2021-05-24
  • 2021-08-13
  • 2022-12-23
  • 2021-12-10
  • 2021-06-21
  • 2022-02-07
  • 2021-11-21
猜你喜欢
  • 2022-12-23
  • 2021-11-06
  • 2022-12-23
  • 2021-07-20
  • 2021-12-19
  • 2021-12-04
相关资源
相似解决方案