Can the lines that occur when folding code be turned off?
-
Folding code draws a line across the edit window at each fold point when code is folded. Is there a way to stop that behavior, i.e., no line drawn? I think the code comprehensibility would be improved if the window wasn’t so busy-looking with all those horizontal lines.
-
Hello @TechTony2016,
afaik, not yet supported by npp. If you have python script plugin installed you could do
editor.setFoldFlags(0)
Cheers
Claudia