Skip to content

Instantly share code, notes, and snippets.

@Borales
Created December 25, 2012 18:23
Show Gist options
  • Save Borales/4374635 to your computer and use it in GitHub Desktop.
Save Borales/4374635 to your computer and use it in GitHub Desktop.
Сглаживание шрифтов phpStorm в Ubuntu. Ставим OpenJDK. Редактируем файл /bin/phpstorm64.vmoptions (или phpstorm.vmoptions), добавив эти строчки:
-Dsun.java2d.xrender=true
-Dswing.aatext=true
-Dawt.useSystemAAFontSettings=lcd
@LordJohn42
Copy link

Благодарю.

@a-bashtannik
Copy link

Start the IDE, use Help | Find Action (Ctrl+Shift+A or Cmd+Shift+A on Mac), type "Switch IDE Boot JDK", press Enter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment