Quick fix to RStudio to support Retina MacBook Pro

Daniel Myall's Avatar

Daniel Myall

30 Jun, 2012 11:43 PM

Here is a quick fix to make RStudio look much nicer on the new Retina MacBook Pro (copied from: https://bugs.eclipse.org/bugs/show_bug.cgi?id=382972). The plot window is still pixel doubled but everything else is HiDPI (see attachment for the difference it makes):


Do "Show package contents" on the RStudio.app. Edit Contents/Info.plist. Just above


Place this:

NSHighResolutionCapable

Then, log out or make a copy of the app so that OSX will notice the change.

  1. 2 Posted by Daniel Myall on 30 Jun, 2012 11:48 PM

    Daniel Myall's Avatar

    Here is the fix again, this time escaping the appropriate bits so it is displayed correctly:

    Do "Show package contents" on the RStudio.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 OSX will notice the change.

  2. 3 Posted by Valentin Cornaciu on 05 Jul, 2012 12:37 PM

    Valentin Cornaciu's Avatar

    Super Great! Can we do something with the plots?

  3. Support Staff 4 Posted by Josh Paulson on 05 Jul, 2012 12:44 PM

    Josh Paulson's Avatar

    Daniel,

    Thanks for posting a workaround for now and I've also filed a bug for us to look into this more from our end.

    Josh

  4. Josh Paulson closed this discussion on 05 Jul, 2012 12:44 PM.

Comments are currently closed for this discussion. You can start a new one.