Increase the size of Fonts in Notepad ++ dialogs
-
Thank you kidnly for creating Notepad ++. I have been using it for a while now and find it the best editor and one of a kind. But lately I have had problems with it. I’ve just yesterday downloaded and installed the 20 years aniversary version just to be disapointed by the really bad GUI with too small font sizes. Besides it kept crashing and restarting over and over, so I had to revert to the older version. Curently using 8.4.2. Is there a way to increase the fonts of the notepad ++ dialogs? I would have to have to change them for the whole system whereafter fonts in other programs might be simply too big instead. Thank you in advance.
-
See my 3 years old comment in this thread:
https://community.notepad-plus-plus.org/post/51597Modern applications need to work properly on screens with different DPI (size and resolution).
The first applications that had to deal with this problem are internet browsers which needed to scale the same web pages to multiple resolutions.
So modern applications (e.g. vscode) borrowed the technology from browsers.
The advantage: they scale reasonably well on multiple screens.
The disadvantage: UI performance of local apps on your own computer that used to be blazingly fast became as slow as a web browser.Notepad++ is not a modern app and will likely never be converted to modern UI technologies.
Therefore its UI is still as fast as apps of 15 years ago. But its scaling is problematic.Don’t know what changed in the last version. The usual scenario is:
User X complained. User’s X problem was fixed. The fix broke things for user Y(ou).You may be able to brute force compatibility features to make it look well on a specific screen but if you are using a laptop that has its own resolution and also docked into multiple other screens you are out of luck.
Luckily all of us old-timers that remember that computers used to be fast will be gone soon.
-
@Zen-itial said in Increase the size of Fonts in Notepad ++ dialogs:
Besides it kept crashing and restarting over and over, so I had to revert to the older version. Curently using 8.4.2
This is unrelated to font-size issues.
It sounds like a problem with a plugin. You might want to have a look HERE. -
I appreciate your kind words about Notepad++. To address font size concerns, try adjusting the styling settings within Notepad++. Navigate to “Settings” > “Style Configurator” and modify the font size for the desired elements. This allows customization without impacting system-wide settings.
-
@hania-amir said in Increase the size of Fonts in Notepad ++ dialogs:
Navigate to “Settings” > “Style Configurator” and modify the font size for the desired elements
The “desired elements” are dialog box font, which are not controlled by the Style Configurator (or any other location in the Notepad++ settings), so your advice will not help.