Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HiDPI in IntelliJ 13.1, how to use it? what is it good for?

I've just seen that there is HiDPI support for Windows in IDEA 13.1 :

Support Windows/Linux HiDPI devices via -Dis.hidpi=true

What does this mean exactly ? How can I enable it ? Where should I set this flag ?

I have a high resolution monitor and having higher DPI fonts would be nice, will this setting help with that ? If yes, how can I take advantage of that ?

like image 792
jhegedus Avatar asked Mar 02 '14 14:03

jhegedus


People also ask

How do I change font size in Intellij?

If you need to quickly change the font size while in the editor, press Ctrl+Alt+S to open the IDE settings, go to Editor | General, and select Change font size with Command+Mouse Wheel or Change font size with Control+Mouse depending on your operating system.

What is Intellij default font?

JetBrains Mono font is used by default for the Editor.

Does IntelliJ IDEA 15 support HiDPI?

Newly released IntelliJ IDEA 15 has true HiDPI support for Windows and Linux. It works perfectly for me. Not the answer you're looking for? Browse other questions tagged intellij-idea highdpi or ask your own question.

Why doesn't IntelliJ support high DPI?

Some applications support this and those that do provide a very nice upscaled crisp interface. Up until now, IntelliJ has not supported high DPI displays, and as a result, the native OS would just scale it up, making text look slightly blurry, as well as other elements in the UI.

What is the best IDE for Java programming?

I’m a user and big fan of JetBrains’ IntelliJ IDEA IDE. Having tried and used several Java IDEs in the past, I personally think it’s the best out there.

What is HiDPI and how does it work?

At the heart of HiDPI is pixel doubling: drawing an image with twice as many physical pixels in each dimension than requested in virtual pixels.


1 Answers

I've discovered that using checking "Disable display scaling on high DPI settings" in compatibility tab of the Intellij executable or shortcut does the job! I had to reinstall from scratch before it worked.

like image 69
sweepy84 Avatar answered Oct 08 '22 14:10

sweepy84