Retina MacBook Pros – Using Eclipse Effectively

macbook pro

I'm thinking about buying the new MacBook Pro. I will use it mostly to write code when I'm not at home and I've read that non-native apps look horrible due to the resolution. I was wondering if someone has tried using Eclipse or Zend Studio and if they work well.

Best Answer

To enable a retina rendered Eclipse

From: https://bugs.eclipse.org/bugs/show_bug.cgi?id=382972

Here's the workaround:

Do "Show package contents" on the Eclipse.app. Edit Contents/Info.plist using your favorite text editor. Just above

</dict>
</plist>

Place this:

<key>NSHighResolutionCapable</key>
<true/>

Then, 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.