Sunday 3 February 2013

Fix jEdit fonts for MacBook Pro with Retina display


From: https://bugs.eclipse.org/bugs/show_bug.cgi?id=382972#c4
Assumptions: jEdit was installed into /Applications directory.


  1. Close any running jEdit
  2. Edit /Applications/jEdit.app/Contents/Info.plist
    1. At end of file, add the top two lines below above the bottom two lines, and save
  3. Drag jEdit to desktop
  4. Start jEdit and see if fonts fixed
  5. If fixed, drag jEdit back to /Applications, and retest.

<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>

9 comments:

  1. thank you thank you thank you!

    ReplyDelete
  2. Thank you so so much! It worked for jEdit but somehow did not work for gedit low resolution problem. Any suggestion?

    ReplyDelete
  3. Thanks - worked well for me (mavericks, jedit 5.2pre1)

    ReplyDelete
  4. You don't need to drag it out after editing, just re-read the plist like this: defaults read /Applications/jEdit.app/Contents/Info.plist

    ReplyDelete
  5. Your tip works! Thank you

    ReplyDelete

Note: only a member of this blog may post a comment.

Interview questions: 2020-12

Terraform provider vs provisioner Load balancing Network Load Balancer vs Application Load Balancer  Networking Layer 1 vs Layer 4 haproxy u...