How to put the editor appearance back to the previous version?

Answered

Hi,

 With the latest IDEA update the font and general appearance of the editor has changed from the default it was before.

 How can I put it back so it looks like it did before today's update?

 Thanks,

 Gordon

13
6 comments
Official comment

Default fonts used before 2020.1 version depending on the OS:

public final static String FALLBACK_FONT_FAMILY         = "Monospaced";
public final static String MAC_OS_DEFAULT_FONT_FAMILY = "Menlo";
public final static String LINUX_DEFAULT_FONT_FAMILY = "DejaVu Sans Mono";
public final static String WINDOWS_DEFAULT_FONT_FAMILY = "Consolas";

You can change the font at File | Settings (Preferences on macOS) | Editor | Font.

Yes! What lunatic decided that it would be a good idea to unilaterally f#$k up the look of the interface.  Give me your address; I'll come and rearrange your cupboards and furniture and see how you like it!

4

It was quite upsetting to have the font changed when I upgraded IntelliJ. I'm glad you posted what the fonts were set to previously so I could change it back.

8

This was a really quite massive change, at least on macOS - it would have been really good if it had been offered as a choice on startup rather than silently switching.

I think there's really something wrong with the new font too, the line spacing in the console window had got a lot bigger so I was seeing far fewer lines of output, and I think something similar happened for the editor window too.

2

I don't understand the line spacing change... is that because people are using JetBrains editors on Windows tablets? Why would you do that?

1

I found it rather disconcerting that the typeface changed after I upgraded IntelliJ. I appreciate your sharing the previous harness font settings, which allowed me to revert it back.

0

Please sign in to leave a comment.