Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: ron.dunn on March 03, 2026, 12:45:29 pm
-
Is there a setting to increase the line spacing in the editor?
In Scintilla it should be possible with the following functions, but I can't find equivalent settings.
SCI_SETEXTRAASCENT(int extraAscent)
SCI_SETEXTRADESCENT(int extraDescent)