Right-hand code margin...

Working on new editor enhancements?
GypsyPrince
User
User
Posts: 20
Joined: Sun Apr 05, 2015 9:13 pm

Right-hand code margin...

Post by GypsyPrince »

I would like to ask for an option for a right-hand code margin at the 80 column position in a future version of PureBASIC. The user would be able to turn it on or off, as well as be able to change its color. Changing its color would be necessary so in case the user prefers a black text background (or other color) he can change the margin's color to white (or any other color) so that it can be seen. For extra customization, though certainly not necessary, you might also include a setting which allows the user to specify at which column position the margin is displayed - 80 or otherwise.
User avatar
Tenaja
Addict
Addict
Posts: 1949
Joined: Tue Nov 09, 2010 10:15 pm

Re: Right-hand code margin...

Post by Tenaja »

If you do not want to wait, you can do this yourself with an IDE plugin (there are quite a few samples to choose from) and Scintilla's Long Lines feature:
http://www.scintilla.org/ScintillaDoc.html#LongLines
Post Reply