<?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[code folding with multi-part keywords]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">I try to fold a code according a user defined language. The keywords used to define the beginning and the end of the folding are a sequence of two words (namely <code>BEGIN CASE</code> and <code>END CASE</code>). The middle keyword is <code>CASE</code>. As described in the UDL2.0 website ([<a href="http://udl20.weebly.com/folding-in-code.html" rel="nofollow ugc">http://udl20.weebly.com/folding-in-code.html</a>]), I use the quotation mark (<code>"</code>) to enclose the beginning and ending keywords.</p>
<p dir="auto">Nevertheless, the folding does not behave as expected as can be seen with the following example :</p>
<pre><code>BEGIN CASE
CASE cond1
  IF cond11 THEN
    blah
  END
CASE cond2
  code
END CASE
foo
</code></pre>
<p dir="auto">The folding ends at the “blah” line, considering wrongly that “END\nCASE” is the end keyword. How can I fix that ?</p>
<p dir="auto">Best</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/11816/code-folding-with-multi-part-keywords</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 13:35:44 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/11816.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 May 2016 08:46:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to code folding with multi-part keywords on Mon, 30 May 2016 17:13:56 GMT]]></title><description><![CDATA[<p dir="auto">Ok, I guess really no one knows how to fix/improve that ?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/16156</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/16156</guid><dc:creator><![CDATA[Nicolas-]]></dc:creator><pubDate>Mon, 30 May 2016 17:13:56 GMT</pubDate></item><item><title><![CDATA[Reply to code folding with multi-part keywords on Wed, 25 May 2016 09:29:18 GMT]]></title><description><![CDATA[<p dir="auto">And by the way, the debug informations:</p>
<p dir="auto">Notepad++ v6.9.1<br />
Build time : Mar 28 2016 - 19:48:40<br />
Path : C:\Program Files (x86)\Notepad++\notepad++.exe<br />
Admin mode : ON<br />
Local Conf mode : OFF<br />
OS : Windows 7<br />
Plugins : mimeTools.dll NppConverter.dll NppExport.dll NppFTP.dll PluginManager.dll SpellChecker.dll</p>
]]></description><link>https://community.notepad-plus-plus.org/post/16087</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/16087</guid><dc:creator><![CDATA[Nicolas-]]></dc:creator><pubDate>Wed, 25 May 2016 09:29:18 GMT</pubDate></item><item><title><![CDATA[Reply to code folding with multi-part keywords on Mon, 23 May 2016 07:06:02 GMT]]></title><description><![CDATA[<p dir="auto">no idea ?? :(</p>
]]></description><link>https://community.notepad-plus-plus.org/post/16063</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/16063</guid><dc:creator><![CDATA[Nicolas-]]></dc:creator><pubDate>Mon, 23 May 2016 07:06:02 GMT</pubDate></item></channel></rss>