I'd like to be able to either configure a vertical line at a given column position, or change the background colour at that point across the page. Then when I'm typing code (that I don't want to word-wrap), I can still see if I'm going to cross the 80 character line and maybe adjust my comments accordingly so that when viewed by other developers the line doesn't disappear off into the distance.
Obviously I can do this at the moment by watching the column position in the status bar, but a subtle change in background colour would make this much easier.
Matt.
Right margin highlighting
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
- Posts: 2
- Joined: Thu Sep 25, 2003 10:13 am
word wrap marker
Dev-C++ also has this feature. A single pixel vertical line at the location of the right margin. Adjustable location and color made it really convenient to use. (Light grey worked very well for me).
A MUST for easy alignment of code. I don't like to rely on the word wrap feature.
Ray
A MUST for easy alignment of code. I don't like to rely on the word wrap feature.
Ray
When in doubt, get a bigger hammer.