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?
San Francisco (SF) is the system font on all Apple platforms; the SF Pro variant is the system font in macOS.
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)
defaults write org.eclipse.eclipse AppleAntiAliasingThreshold 20
The workaround I found on this page https://bugs.eclipse.org/bugs/show_bug.cgi?id=382972#c4 works perfect for me:
Do "Show package contents" on the Eclipse.app. Edit Contents/Info.plist. Just above
</dict>
</plist>
Place this:
<key>NSHighResolutionCapable</key>
<true/>
Then, log out or make a copy of the app so that OSX will notice the change. Now, the info window will not show "Open in Low Resolution" as checked. Launch Eclipse and enjoy your new retina awesomeness.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With