However, for some reason jEdit developers strenuously refuse to fix their OSX package to support Retina screens. Three years since these screens started getting popular, you still have to repeat the following procedure after each jEdit installation or update, in order to avoid getting blurry fonts everywhere:
- quit jEdit if open
- in Finder, right-click on jEdit in Applications, select Show Package Contents
- go to the Contents folder, then edit Info.plist by adding these two lines at the end of the file, just before </dict>:
<key>NSHighResolutionCapable</key>
<true/> - force OSX to re-cache the plist by executing the following command in a terminal:
defaults read /Applications/jEdit.app/Contents/Info.plist - Restart jEdit. Icons will still look crappy (the "classic" theme slightly better than "tango"), but the rest will be ok.
2 comments:
Hi there,
this might be because none of the core developers works on a Mac with Retina.
How that I got aware of this problem, I fixed it. 5.3.1 and on will have the NSHighResolutionCapable flag set in the PList. :-)
Cheers
Björn
Post a Comment