LoginSignup
1
1

More than 5 years have passed since last update.

Pycharm 2019.1 でフォントがちらつくのをなんとかする

Last updated at Posted at 2019-04-19

Pycharm を 2019.1 にアップグレードしてから、フォントの太さがコロコロ変わって、非常にみずらい画面になってしまいました。

環境は masOS Mojave です。

調べてみると、次のページに回避策が書いてありました。

回避策

JDK 8 に切り替えるか、
defaults write -g CGFontRenderingFontSmoothingDisabled -bool Yes
を端末で実行する。

defaults ... のコマンドは Mac の設定を変更するのであまりやりたくないので、JDK8 に切り替える方をやってみます。

手順

  • JB SDK Bintray Downloader プラグインをインストールする

capture 2019-04-19 9.33.48.png

  • IDE を再起動
  • Cmd + Shift + A で Action を検索
  • get jb sdk と入力して、Enter キーを押す

capture 2019-04-19 9.36.20.png

  • インストールするバージョンを指定
    • JDK8 で一番新しそうなものを選択

capture 2019-04-19 9.38.00.png

  • Download をクリック
  • 完了したら Install をクリック
  • 再起動のメッセージが出るので再起動する

僕の場合は、上記の対策でちらつきが止まりました。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1