Netbeans 8 by default shows indent guide lines (light gray dotted vertical lines). How can I turn that feature off?
Asked
Active
Viewed 1.0k times
18
-
1this was annoying me too! – Richard Dev May 05 '14 at 12:24
-
1Particularly annoying for me because I use a proportional (non-monospaced) font, and the lines are incorrectly placed in this situation. – 700 Software May 12 '14 at 20:56
-
@GeorgeBailey is there any particular reason why you use a non-monospaced font? Just wondering. – ProfileTwist Mar 19 '15 at 23:36
-
@ProfileTwist, Yes. It fits more on the page without the need to scroll. Especially reducing horizontal scrolling. (though in my case I use word wrap, but still it is better to fit more on one line) Reduced scrolling helps me to more quickly read and understand code, especially when I have to glance back up at higher portions of the function that I've already looked past. It is easier for me to read words in variable width, and that is much of my job. Syntax is about the same for me either way. – 700 Software Mar 20 '15 at 18:52
2 Answers
39
This can be turned off in menu: View > Show Indent Guide Lines. More about configuring the indent lines in the release notes.
Release Notes
The Guide Lines are dotted lines drawn every tab size before a character on the line. They are shown by default. You can turn off feature in menu View-Show Indent Guide Lines. To change line's color go to Options-Font&Colors-Highlighting-Indent Guide Lines.
-
6Tip: Instead of removing them, you can change the color and/or opacity to fade them into the BG so they are just very slightly visible, I find them very useful to have - I just don't want them so BOLD! – Anil May 08 '14 at 13:17
0
i went to tools, options, editor, unchecked "use all language settings" then adjusted right margin to 200 and its off the screen, hope it helps

matthew
- 1