Eclipse

Eclipse

[Eclipse]

# font-size の変更方法

  • (eclipse Keplerのパス)/plugins/org.eclipse.platform_4.3.2.v20140221-1700/css/e4_default_mac.css を変更

  • (eclipse Lunaのパス)/plugins/org.eclipse.ui.themes_1.0.0.v20140604-1608/css/e4_default_mac.cssを変更

1
2
3
4
5
.MPartStack {
       font-size: 20px;
       swt-simple: false;
       swt-mru-visible: false;
}
1
2
3
.MPart Tree {
   font-size: 20px;
}

# eclipse Lunaのインデントを直す(⌘i)を設定する方法

  • [Eclipse] > [Preferences] > [Java] > [Code Style] > [Formatter]

  • Active profile: を Edit する。

  • General settings の Tab policy: を Spaces only にセットする。

  • Profile name: を設定する。

  • 戻って、Active profile: を、設定したprofileにする。

Licensed under CC BY-NC-SA 4.0
comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy