
[TINY TIP] How to increase line height in code editor
Hi,
After digging through Scintilla docs I finally found a way to increase spacing between code lines. Since Scintilla calculates line height after the biggest font size in style configuration, we can easily take advantage of this behavior.
Go to "Tools > Syntax coloring", choose your language context and slightly increase font size for some obscure style (I found "indentguide" to work very well in this case).
Your eyes will thank you in the evening

Small demo of before and after (default style = Consolas @ 10px, indentguide set to 11px):

Cheers,
Komb