Closed GoogleCodeExporter closed 9 years ago
This would be nice but it will probably require someone with one of these
computers to do some digging and figure out how to implement it. Since the IDE
is implemented in Java, I'm not even sure to what extent it's possible to
support these displays properly.
Original comment by dmel...@gmail.com
on 15 Jul 2012 at 12:10
This can quite easily be solved the same was as for other Java programs. The
following link outlines the method:
http://youtrack.jetbrains.com/issue/IDEA-87500
I have tried it and it seems to work quite well. Basically you just insert the
following lines into Info.plist:
<key>NSHighResolutionCapable</key>
<true/>
I have attached a modified Info.plist that works.
PS: You need to make a copy of the application after changing the file to
ensure that OS X catches the changes in Info.plist!
Original comment by erikaxel...@gmail.com
on 28 Jul 2012 at 8:18
Attachments:
https://github.com/arduino/Arduino/commit/409da1d9c790e03aac9b078ac791bfb0502edf
41
Someone should test this because I don't have a Retina display yet. :(
Original comment by dmel...@gmail.com
on 7 Aug 2012 at 8:49
Just tested this - while the text is now crisp on a retina display, the icons,
tabs and fonts should still be updated, as they are still low resolution and
quite blocky.
I'm using version 1.0.2, where the NSHighResolutionCapable variable has already
been set to true.
Original comment by gerrit.n...@gmail.com
on 21 Nov 2012 at 4:29
Is there a similiar solution for Windows?
Original comment by je.wette...@gmail.com
on 30 Jun 2014 at 7:28
Just installed 1.5.7 on OS X Yosemite and this key doesn't appear to be set in
the Info.plist. Following the instructions here fixed it for me apart from the
icons and tabs etc.
Original comment by andypiperuk
on 3 Sep 2014 at 2:12
Same here, this is not enabled in the latest 1.5.8 BETA
Original comment by franci...@gmail.com
on 10 Oct 2014 at 4:03
From github it looks that the property is set.
Have you downloaded the Java 6 or Java 7 version?
Original comment by c.mag...@arduino.cc
on 10 Oct 2014 at 4:22
Java 7, also on Yosemite Preview
Original comment by franci...@gmail.com
on 10 Oct 2014 at 6:21
Original issue reported on code.google.com by
nicolas....@gmail.com
on 14 Jul 2012 at 9:45