<?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[Add sequential numbers to selected lines in Notepad++]]></title><description><![CDATA[<p dir="auto">Is there a way to create a macro that will turn:</p>
<pre><code>one
two
three
</code></pre>
<p dir="auto">into:</p>
<pre><code>1. one
2. two
3. three
</code></pre>
<p dir="auto">In Textpad, in regular expressions mode, one simply replaces “^” with "\i. " and binds it to a macro name.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/12156/add-sequential-numbers-to-selected-lines-in-notepad</link><generator>RSS for Node</generator><lastBuildDate>Thu, 11 Jun 2026 15:53:41 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/12156.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 28 Jul 2016 20:44:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Add sequential numbers to selected lines in Notepad++ on Wed, 10 Aug 2016 11:52:16 GMT]]></title><description><![CDATA[<p dir="auto">If you have more than a few lines to number, consider using the “Number to Insert” feature of the “Column / Multi-Selection Editor”…see the Edit menu’s “Column Editor…” selection, in addition to Claudia’s suggestion to inserting the . and the space.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/17160</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/17160</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Wed, 10 Aug 2016 11:52:16 GMT</pubDate></item><item><title><![CDATA[Reply to Add sequential numbers to selected lines in Notepad++ on Wed, 10 Aug 2016 01:47:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sean-mcbride" aria-label="Profile: Sean-McBride">@<bdi>Sean-McBride</bdi></a></p>
<p dir="auto">ALT+C (column editor) could make it in three steps.</p>
<p dir="auto">make sure you are in the very first column</p>
<ol>
<li>add the space</li>
<li>add the dot</li>
<li>add the numbers</li>
</ol>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/17152</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/17152</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Wed, 10 Aug 2016 01:47:01 GMT</pubDate></item></channel></rss>