Adjust line spacing?

Post Reply
Aeryllin
Posts: 6
Joined: Sun Jul 29, 2012 7:37 am

Adjust line spacing?

Post by Aeryllin »

Is there a way to adjust the vertical spacing between lines, via script or some setting I'm unaware of?

User avatar
Vadi
Posts: 5035
Joined: Sat Mar 14, 2009 3:13 pm

Re: Adjust line spacing?

Post by Vadi »

I don't believe so.

Jor'Mox
Posts: 1142
Joined: Wed Apr 03, 2013 2:19 am

Re: Adjust line spacing?

Post 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.

User avatar
SlySven
Posts: 1019
Joined: Mon Mar 04, 2013 3:40 pm
Location: Deepest Wiltshire, UK
Discord: SlySven#2703

Re: Adjust line spacing?

Post 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!

Post Reply