<?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[Help removing folder margin style lines.]]></title><description><![CDATA[<p dir="auto">Hello guys, can someone help me how to remove the lines which come when we fold a function?<br />
image attached for clarification.<br />
<a href="https://ibb.co/ht4a4k" rel="nofollow ugc">image</a></p>
<p dir="auto">ty for the help!</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/14236/help-removing-folder-margin-style-lines</link><generator>RSS for Node</generator><lastBuildDate>Tue, 18 Aug 2026 08:38:21 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/14236.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 30 Jul 2017 16:43:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Help removing folder margin style lines. on Sun, 30 Jul 2017 20:09:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/saksham-gupta" aria-label="Profile: Saksham-Gupta">@<bdi>Saksham-Gupta</bdi></a></p>
<p dir="auto">I’m not aware of any plugin which supports c++ script execution.<br />
So you either have to write your own little plugin which executes<br />
SCI_SETFOLDFLAGS(0) when it receives the NPP_READY notification<br />
or you install one of the mentioned plugins and call the respective function.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/26006</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/26006</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Sun, 30 Jul 2017 20:09:27 GMT</pubDate></item><item><title><![CDATA[Reply to Help removing folder margin style lines. on Sun, 30 Jul 2017 19:12:35 GMT]]></title><description><![CDATA[<p dir="auto">thanks for the reply, unfortunately, I just started programming in c++, so, if you could elaborate on where to write the above method, I’d be grateful.<br />
thanks,<br />
saksham</p>
]]></description><link>https://community.notepad-plus-plus.org/post/26004</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/26004</guid><dc:creator><![CDATA[Saksham Gupta]]></dc:creator><pubDate>Sun, 30 Jul 2017 19:12:35 GMT</pubDate></item><item><title><![CDATA[Reply to Help removing folder margin style lines. on Sun, 30 Jul 2017 17:59:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/saksham-gupta" aria-label="Profile: Saksham-Gupta">@<bdi>Saksham-Gupta</bdi></a></p>
<p dir="auto">If you use python or lua script or nppexec do something like (SCI_SETFOLDFLAGS(int flags))<br />
e.g. python script</p>
<pre><code>editor.setFoldFlags(0)
</code></pre>
<p dir="auto">on startup of npp.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/26001</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/26001</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Sun, 30 Jul 2017 17:59:19 GMT</pubDate></item></channel></rss>