tags:

views:

254

answers:

3

Removing

-Dorg.eclipse.swt.internal.carbon.smallFonts

from eclipse.ini and changing the font to menlo seems to improve the situation a bit. However the font is still a bit unsharp, compared to Xcode.

I don't see why they ship it like that or do they just don't care about the mac version?

+1  A: 

What version of OSX and of Eclipse are you using?

smallFonts were fixed for SWT Cocoa only in 3.5.

(picture of font menlo in action)
alt text


From this thread

I solved the problem with the two commands:

defaults write org.eclipse.eclipse AppleAntiAliasingThreshold 9
defaults write global AppleSmoothFixedFontsSizeThreshold 9

I had to restart my system before seeing a change. I don't know exactly which command solved it.

VonC
Version: The newest. I just clicked on it on the eclipse page.. It's eclipse-cocoa I think.
Nils
Monaco cursive is just not usable.
Nils
@Nils, regarding Monaco cursive broken in Galileo, I have updated my answer with a thread which mentions the issue and propose a solution.
VonC
A: 

Xcode

eclipse

Humm I still think Xcode looks a bit better, but this is probably also because of the smaller font.

Nils
A: 

I recommend trying Anonymous Pro, it's a free monospaced font, works very well for me. Read more here.

There's also Consolas, from Microsoft, which is very good. More details on how to get it on a Mac can be found here.

zvikico