osx - How can I disable the anti aliasing in eclipse -


my settings are

  • osx mountain lion
  • java version "1.7.0_17"
  • eclipse cpp 4.4.1
  • thunderbolt display

i have tried running in terminal:

defaults write org.eclipse.eclipse appleantialiasingthreshold 20 

and even

defaults write org.eclipse.eclipse appleantialiasingthreshold 40 

and restarting eclipse everytime, never rid of antialiasing can see on picture below.

i've been struggling lot it, lot in advance help.

edit: on emacs antialiasing disabled.

enter image description here

as of latest build of eclipse luna (20150109-0600), both of these have stopped working me. turns out application name has changed once more -- in case epp.package.jee since have java ee version. version-independent way using -app option defaults:

defaults write -app /applications/eclipse/eclipse.app appleantialiasingthreshold 20 

Comments

Popular posts from this blog

java - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -