<?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 Issue.........]]></title><description><![CDATA[<p dir="auto">select Edit-&gt;Column Editor menu item,  then select ‘Number to insert’ functionality and input ‘Initial number’, ‘Increase by’, ‘Repeat’,   then click the &lt;ok&gt; button, it doesn’t work.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/17901/column-editor-issue</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Apr 2026 07:45:37 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/17901.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 03 Jul 2019 13:41:32 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Column Editor Issue......... on Wed, 03 Jul 2019 15:47:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/15765">@廖红贵</a> said:</p>
<blockquote>
<p dir="auto">select 10 rows, when I input the following values: Initial Number = 1, Increase By = 1, Repeat = 10,</p>
</blockquote>
<p dir="auto">You selected 10 rows, and told to count up from 1, repeating each number 10x.  So the first 10 rows were 1, like you told it to do.  To see the 2, you would have to have <em>more</em> than 10 lines selected.</p>
<p dir="auto">You should probably start with something simpler and easier to see, like 1,1,1, which will just count from 1 to N for the N lines you select:</p>
<p dir="auto"><code>![](https://i.imgur.com/e3XaORb.gif)</code>:<br />
<img src="https://camo.nodebb.org/15b76258b8fe5eb4b1c288c283e9dd83f6102207?url=https%3A%2F%2Fi.imgur.com%2Fe3XaORb.gif" alt="" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/45057</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/45057</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 03 Jul 2019 15:47:24 GMT</pubDate></item><item><title><![CDATA[Reply to Column Editor Issue......... on Wed, 03 Jul 2019 15:39:56 GMT]]></title><description><![CDATA[<p dir="auto">You want:</p>
<p dir="auto">Initial Number = 1, Increase By = 1, Repeat = 1</p>
<p dir="auto">The repeat is how many times to repeat each number before moving to the next, so highlighting only 10 lines will only show the 10 '1’s.  Try highlighting 100 lines then do your above and it will work, although probably not what you want.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/45056</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/45056</guid><dc:creator><![CDATA[Michael Vincent]]></dc:creator><pubDate>Wed, 03 Jul 2019 15:39:56 GMT</pubDate></item><item><title><![CDATA[Reply to Column Editor Issue......... on Wed, 03 Jul 2019 14:09:04 GMT]]></title><description><![CDATA[<p dir="auto">thank you for the response!   first I let editor go into column mode and select 10 rows, when I input the following  values:<br />
Initial Number = 1, Increase By = 1, Repeat = 10, but I get the results as below:</p>
<p dir="auto">1<br />
1<br />
1<br />
1<br />
1<br />
1<br />
1<br />
1</p>
<p dir="auto">nothing to be inserted in the selected rows(still keep empty).</p>
]]></description><link>https://community.notepad-plus-plus.org/post/45053</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/45053</guid><dc:creator><![CDATA[廖红贵]]></dc:creator><pubDate>Wed, 03 Jul 2019 14:09:04 GMT</pubDate></item><item><title><![CDATA[Reply to Column Editor Issue......... on Wed, 03 Jul 2019 13:55:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/15765">@廖红贵</a> , welcome to the Notepad++ Community.  You said:</p>
<blockquote>
<p dir="auto">it doesn’t work.</p>
</blockquote>
<p dir="auto">You didn’t mention the critical step: from my experiments, my guess is that your “doesn’t work” result is that it inserted a single number (whatever you had defined as “initial number”).  And if that was your symptom, then I can explain the root cause: you didn’t list a step in your sequence which is critical to the functioning of the column editor.  The column editor requires that you select the column first – either Alt+DragMouse or Alt+Shift+Arrow keys.  (Or, if you don’t have any existing text in your document yet, ENTER a whole bunch of new lines, and select all those empty lines with Ctrl+A, or your favorite way.)  If you only have one row selected in your column, it will only insert one number from the sequence you defined; if you have N rows selected, it will insert N rows from your sequence.</p>
<p dir="auto">So, if I have <code>Initial Number = 1, Increase By = 2, Repeat = 3</code>, but only have my normal cursor, without having selected a column, it will just insert the single number <code>1</code> on that line where my cursor was.  If I delete that, then create a total of 18 blank lines in my document, select them all (or a column from them) and hit OK again with those same settings, I get:</p>
<pre><code>1 
1 
1 
3 
3 
3 
5 
5 
5 
7 
7 
7 
9 
9 
9 
11
11
11
</code></pre>
<p dir="auto">If you cannot get it to work even when you have a multi-row column selected, then you will need to provide more information.  The <strong>? &gt; Debug Info &gt; Copy debug info into clipboard</strong> will be critical to us being able to replicate (or give counter example) your experience, to help confirm whether you’ve found a bug or just done something wrong.  Using a screen-capture/animated-gif program (<a href="https://screentogif.com" rel="nofollow ugc">ScreenToGif</a>, for example), post the image to a host like <a href="http://imgur.com" rel="nofollow ugc">imgur.com</a>, and embed the image using syntax like <code>![](http://i.imgur.com/QTHZysa.png)</code> (making sure to link to the image with the <code>.gif</code> extension, not the <code>.gifv</code> or no-extension), will show us what you’re really doing.</p>
<p dir="auto">If you need more clarity for my example, let me know and I’ll make an animated gif for you.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/45052</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/45052</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 03 Jul 2019 13:55:42 GMT</pubDate></item></channel></rss>