<?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[Folding section selection macro]]></title><description><![CDATA[<p dir="auto">Hi everyone, first post here…<br />
Working on markup languages I realized there is no (an easy way) to select a whole folding section, so I made a macro to do it simply, here it comes:</p>
<pre><code>    &lt;Macro name="Select this folding section" Ctrl="no" Alt="yes" Shift="no" Key="70"&gt;
        &lt;Action type="2" message="0" wParam="44030" lParam="0" sParam="" /&gt;
        &lt;Action type="0" message="2451" wParam="0" lParam="0" sParam="" /&gt;
        &lt;Action type="0" message="2306" wParam="0" lParam="0" sParam="" /&gt;
        &lt;Action type="0" message="2303" wParam="0" lParam="0" sParam="" /&gt;
        &lt;Action type="2" message="0" wParam="44031" lParam="0" sParam="" /&gt;
    &lt;/Macro&gt;
</code></pre>
<p dir="auto">It’s setted to <code>Alt+F</code>, have fun ;)</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/14471/folding-section-selection-macro</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 07:42:40 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/14471.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 14 Sep 2017 14:28:20 GMT</pubDate><ttl>60</ttl></channel></rss>