Is it possible to turn off anti-aliasing for the text editor in Flash Builder on the Mac?

For Flex Builder I was able to do this via the terminal using the following

defaults write com.adobe.flexbuilder AppleAntiAliasingThreshold 20 
defaults write com.adobe.flexbuilder AppleSmoothFixedFontsSizeThreshold 20
link|improve this question
feedback

1 Answer

hurray, I found it:

defaults write org.eclipse.eclipse AppleAntiAliasingThreshold 10

thanks to this post:

http://stackoverflow.com/questions/2736856/default-font-in-eclipse-on-osx-is-terrible-and-blurred

cheers

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.