<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Can the lines that occur when folding code be turned off?]]></title><description><![CDATA[<p dir="auto">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.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/11223/can-the-lines-that-occur-when-folding-code-be-turned-off</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 22:45:13 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/11223.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 02 Feb 2016 10:31:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Can the lines that occur when folding code be turned off? on Tue, 02 Feb 2016 12:49:02 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/techtony2016" aria-label="Profile: TechTony2016">@<bdi>TechTony2016</bdi></a>,</p>
<p dir="auto">afaik, not yet supported by npp. If you have python script plugin installed you could do</p>
<pre><code>editor.setFoldFlags(0)
</code></pre>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/13730</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/13730</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Tue, 02 Feb 2016 12:49:02 GMT</pubDate></item></channel></rss>