December 19, 2014

Pycharm and Java 8

There’s been a bug with current versions of Jetbrains products (not just Pycharm, but also IntelliJ IDEA, Android Studio, AppCode and surely the others as well) on OS X 10.10 Yosemite where the editor screen flickers uncontrollably when you scroll the view. It’s been making my workflow increasingly difficult and was generally unpleasing, but there is a way around this!

Kudos goes to Justus for pointing this one out.

All you have to do is set your favorite Jetbrains IDE to use the JVM version 1.8 instead of the default 1.6. This is easily done on OS X by editing the Info.plist found at /Applications/<PyCharm.app or something else>/Contents/Info.plist like this.

screenshot

Interestingly enough this will also make your Darcula theme a little darker (very pretty) and the font rendering gets a lot better as well. Perfect fix!