Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

From the answers to this question: How does Eclipse work on new Retina MacBook Pros?

It seems that Eclipse on the new Retina a display appears pretty bad. Is there an IDE that currently works well on it?

I'd like to do Javascript / jQuery / PHP on it.

share|improve this question
Have you seen definitve proof that "text in Eclipse" is going to look bad? It may be just the case that the UI elements look more awful, but they text may be just fine, depending on how Eclipse renders its text apple.stackexchange.com/questions/53831/… – MrDaniel Jun 15 '12 at 20:20

7 Answers

up vote 15 down vote accepted

To enable a retina 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. Just above

</dict>
</plist>

Place this:

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

Then, log out or make a copy of the app so that OS X 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.

share|improve this answer
Wow, so much better. Thank you! – Matt Ball Dec 4 '12 at 4:04

Coda 2 (OS X) and Diet Coda (iPad3) are both optimized for retina displays. They have built-in support for PHP, Ruby, JavaScript, and CSS, and a bunch of other stuff. They also have HTML/CSS/JS manuals, and SFTP/FTP & Terminal built right in. Get them at Panic Software: http://www.panic.com

Sublime Text 2 just came out, and it also has retina-support built right in. It's available at: http://www.sublimetext.com

share|improve this answer
+1 for Coda 2. I've been using Coda "1" for years (probably more than 4) and I always thought it was excellent... Now, Coda 2 is even better: the definitive app to code web sites and web apps on Mac OSX :) (excellent for HTML, CSS, JS and PHP, ASP...) – Qualcuno Jun 16 '12 at 16:13

While it's not technically an IDE, Sublime Text 2 nightly build has Retina support as of build 2201 on June 17.

http://www.sublimetext.com/nightly

However, this is a nightly build that could (er, will) contain bugs. I've been happy with it. I do Ruby/HTML/JS/CSS with it.

share|improve this answer
1  
No need to get the nightly anymore, it's in the stable Sublime Text 2 release now: sublimetext.com/2 – Jo Liss Jun 30 '12 at 11:08

Seeing how apple is providing documentation on how to optimize for retina displays on Macs, it seems safe to assume that Xcode 4.3.3 should be an IDE optimized for Retina Displays.

Although depending on the Application it might be possible to get retina "Text" if a non-retina app is using Apple native text rendering API's, it just maybe that the icons /interface may look blurry if they are custom to that app.

share|improve this answer
Thanks, but i'm more of a PHP guy and i don't think X-Code is ok for that :) – Nicola Peluchetti Jun 15 '12 at 18:33
I'm trying to nail down when Xcode started being retina friendly here... apple.stackexchange.com/questions/54885/… – bmike Jun 27 '12 at 18:10

The whole family of IntelliJ IDEA IDE either supports retina or can be used on retina display after small changes into the Info.plist. For details, see here: http://youtrack.jetbrains.com/issue/IDEA-87500

share|improve this answer

We're looking for long answers that provide some explanation and context. Don't just give a one-line answer: please explain why you're recommending it as a solution. Answers that don't explain anything will be deleted. See Good Subjective, Bad Subjective for more information.

Komodo Edit (free) / Komodo IDE ($$$) version 8.0 supports OS X retina display: http://www.activestate.com/komodo-ide/whats-new

share|improve this answer

We're looking for long answers that provide some explanation and context. Don't just give a one-line answer: please explain why you're recommending it as a solution. Answers that don't explain anything will be deleted. See Good Subjective, Bad Subjective for more information.

Please review my blog to get a straightforward hack to the problem: http://www.ashishdesai.com/blog/enable-retina-display-support-for-eclipse/

share|improve this answer
You should go through the steps to your suggested solution in this post instead of just giving a link. As we all know: links can be broken! – Alex Apr 8 at 14:39
This is the same as the accepted answer. – jnovack Apr 8 at 17:17

We're looking for long answers that provide some explanation and context. Don't just give a one-line answer: please explain why you're recommending it as a solution. Answers that don't explain anything will be deleted. See Good Subjective, Bad Subjective for more information.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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