<?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[column editor with negative numbers]]></title><description><![CDATA[<p dir="auto">Good day,<br />
I have been using Notepad++ for programming for a long time and now I need to insert a sequence of numbers in a column.<br />
For me the “column editing” function is very useful, but the function does not accept negative numbers.<br />
I should insert a sequence of numbers in the column starting from 512 and decreasing with a step of 8<br />
I had thought of using “Edit-&gt;column editor” and setting “start number” to 512 with an increment of -8 to decrease the number to zero, but unfortunately Notepad++ only accepts numbers.</p>
<p dir="auto">How can I automatically create a column of numbers in Notepad++ that starts with 512 and decreases in steps of 8 to zero?</p>
<p dir="auto">example:<br />
512<br />
504<br />
496<br />
488<br />
…</p>
<p dir="auto">Thanks for any help</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/25715/column-editor-with-negative-numbers</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 21:10:35 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/25715.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 24 Apr 2024 10:25:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to column editor with negative numbers on Thu, 25 Apr 2024 16:11:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alus" aria-label="Profile: Alus">@<bdi>Alus</bdi></a> said in <a href="/post/94479">column editor with negative numbers</a>:</p>
<blockquote>
<p dir="auto">when he reverses the numbers, he also reverses the unselected text.<br />
I had to build the numbers in an empty area</p>
</blockquote>
<p dir="auto">You did not have to do this if you would have done Peter’s step 2.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/94485</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/94485</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Thu, 25 Apr 2024 16:11:10 GMT</pubDate></item><item><title><![CDATA[Reply to column editor with negative numbers on Wed, 24 Apr 2024 15:02:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a><br />
works!!<br />
I didn’t know this function … Beautiful<br />
notepad++ never ceases to amaze me :D</p>
<p dir="auto">However, when he reverses the numbers, he also reverses the unselected text.<br />
I had to build the numbers in an empty area and then copy everything where I had the text to avoid the problem</p>
<p dir="auto">Problem solved, thanks your help was invaluable</p>
]]></description><link>https://community.notepad-plus-plus.org/post/94479</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/94479</guid><dc:creator><![CDATA[Alus]]></dc:creator><pubDate>Wed, 24 Apr 2024 15:02:40 GMT</pubDate></item><item><title><![CDATA[Reply to column editor with negative numbers on Wed, 24 Apr 2024 13:32:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alus" aria-label="Profile: Alus">@<bdi>Alus</bdi></a> said in <a href="/post/94473">column editor with negative numbers</a>:</p>
<blockquote>
<p dir="auto">but I would have to move each number manually…it’s a tedious job</p>
</blockquote>
<ol>
<li><strong>Column Editor</strong> to generate 0 to 512 by steps of 4</li>
<li>Select those 129 lines (you can skip the select if those are the only 129 lines in the file)</li>
<li><strong>Edit &gt; Line Operations &gt; Sort Lines As Integers Descending</strong></li>
</ol>
<p dir="auto">How is that “mov[ing] each number manually”?  It’s literally using the sort feature in notepad++ to order the 129 integers automatically with a single menu action.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/94477</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/94477</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 24 Apr 2024 13:32:23 GMT</pubDate></item><item><title><![CDATA[Reply to column editor with negative numbers on Wed, 24 Apr 2024 11:53:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a> said in <a href="/post/94472">column editor with negative numbers</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alus" aria-label="Profile: Alus">@<bdi>Alus</bdi></a></p>
<p dir="auto">I suppose you could generate them as positive numbers and then sort then as numbers in descending fashion?</p>
</blockquote>
<p dir="auto">It could be done, but I would have to move each number manually…it’s a tedious job…I was hoping to do it automatically</p>
]]></description><link>https://community.notepad-plus-plus.org/post/94473</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/94473</guid><dc:creator><![CDATA[Alus]]></dc:creator><pubDate>Wed, 24 Apr 2024 11:53:31 GMT</pubDate></item><item><title><![CDATA[Reply to column editor with negative numbers on Wed, 24 Apr 2024 11:09:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alus" aria-label="Profile: Alus">@<bdi>Alus</bdi></a></p>
<p dir="auto">I suppose you could generate them as positive numbers and then sort then as numbers in descending fashion?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/94472</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/94472</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 24 Apr 2024 11:09:36 GMT</pubDate></item></channel></rss>