Page 1 of 1

Adjust line spacing?

Posted: Sun May 04, 2014 10:07 pm
by Aeryllin
Is there a way to adjust the vertical spacing between lines, via script or some setting I'm unaware of?

Re: Adjust line spacing?

Posted: Mon May 05, 2014 7:19 am
by Vadi
I don't believe so.

Re: Adjust line spacing?

Posted: Mon May 05, 2014 12:15 pm
by Jor'Mox
You could make a trigger of the Lua function variety, which would fire on every line received, and have it insert blank lines for you. At least that seems like it should work.

Re: Adjust line spacing?

Posted: Fri May 09, 2014 12:24 am
by SlySven
Increase your font size?

A quick glance suggests that TTextEdit::updateScreenView() might be tweaked to produce the effect you want but whether this is the only place or whether you might break something else I cannot say at this juncture. As the code is Open Source you are at liberty to dive in and modify it at your whim - and if it breaks you can keep all the pieces!