How does Eclipse work on new Retina MacBook Pros?

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.


Solution 1:

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.

Solution 2:

I went to the apple store for just this reason. I downloaded and installed eclipse on a MBP, it looked awful. It wasn't just me, another programmer was looking at the machine with me and agreed. I called over one of the Apple guys, and he basically said, yup it'll look like crap till it's updated.

I suggest you try it at an Apple Store. But I found it un-usable (so disappointed)

Solution 3:

It should work the same, but each pixel it draws will take up four pixels on the screen. Look at a non-retina app on a retina iPhone or iPad and you'll see how Eclipse will look on a retina Mac.