LoginSignup
1
1

More than 5 years have passed since last update.

MacOSⅩ で Eclipse のディレクトリツリーのフォントサイズを変更する

Posted at

Eclipseの設定ファイルを修正する

  • 修正対象ファイル:/Applications/eclipse/php-neon/Eclipse.app/Contents/Eclipse/eclipse.ini
    ※ 私のEclipseはバージョンがneonになっているので、上記パスは各人の環境で変わります。

  • 修正方法
    vim /Applications/eclipse/php-neon/Eclipse.app/Contents/Eclipse/eclipse.ini
    eclipse.ini の中の
    -Dorg.eclipse.swt.internal.carbon.smallFonts
    を全て削除する。

-startup
../Eclipse/plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
--launcher.library
/Users/horisawa/.p2/pool/plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.400.v20160518-1444
-product
org.eclipse.epp.package.php.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.appendVmargs
-vm
/Library/Java/JavaVirtualMachines/jdk1.8.0_101.jdk/Contents/Home/jre/bin
-vmargs
-Dosgi.requiredJavaVersion=1.8
-XX:+UseG1GC
-XX:+UseStringDeduplication
-XstartOnFirstThread

-Dorg.eclipse.swt.internal.carbon.smallFonts ← ココ!

-Dosgi.requiredJavaVersion=1.8
-Xms256m
-Xmx1024m
-Xdock:icon=../Resources/Eclipse.icns
-XstartOnFirstThread

-Dorg.eclipse.swt.internal.carbon.smallFonts ← ココ!

-Declipse.p2.max.threads=10
-Doomph.update.url=http://download.eclipse.org/oomph/updates/milestone/latest
-Doomph.redirection.index.redirection=index:/->http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/
  • Eclipse を再起動する

結果

フォントサイズが標準になる。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1