<?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 Mode Indent?]]></title><description><![CDATA[<p dir="auto">This is something that is supported by almost all editors that support block selection (what NP++ calls Column Mode). Usually you select the block and then Tab or Shift-Tab move the contents of the selected block left or right.</p>
<p dir="auto">This seems to be missing in NP++ (or it’s well hidden).  The above sequence just deletes the selected text block, and combinations of Alt, Shift and Ctrl with Tab or Left/Right don’t do anything.</p>
<p dir="auto">Is there a way to do this?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/24350/column-mode-indent</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Apr 2026 07:22:14 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/24350.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 07 Apr 2023 22:08:18 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Column Mode Indent? on Tue, 16 Sep 2025 22:29:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@PeterJones</a> That fixes everything! Thank you so much! Apparently I need to be better about updating N++ plugins.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/103219</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/103219</guid><dc:creator><![CDATA[Anonymous User]]></dc:creator><pubDate>Tue, 16 Sep 2025 22:29:09 GMT</pubDate></item><item><title><![CDATA[Reply to Column Mode Indent? on Tue, 16 Sep 2025 19:43:42 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">I was frustrated that <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/23651">@Lycan-Thrope</a> essentially said “RTFM” when <a href="https://npp-user-manual.org/docs/editing/" rel="nofollow ugc">the manual</a> doesn’t seem to cover inserting tabs in column mode at all.</p>
</blockquote>
<p dir="auto">I guess I can see how it was read that way.  Based on what I know of his usual style, I think he was just lamenting the fact that most <em>don’t</em> read the manual, so would need additional pointers beyond the bare mention of “zero-width column block” to understand what was said.</p>
<blockquote>
<p dir="auto">Based on your response, I think there may be a defect that lies somewhere between Notepad++ and interactions with plugins.</p>
</blockquote>
<p dir="auto">In that Notepad++ allows plugins to set a default keyboard shortcut, and that <code>Tab</code> is an available option… But plugins shouldn’t use something as fundamental as <code>Tab</code> as one of their shortcuts.  (more on that below.)</p>
<blockquote>
<p dir="auto">Web searches on this topic were frustrating. They mostly pull up posts or articles about Notepad++ tabs (or documents), rather than the tab key.</p>
</blockquote>
<p dir="auto">Unfortunately, the word “tab” has multiple meanings in modern computer usage, and one cannot narrow a search down.</p>
<blockquote>
<p dir="auto">The plugin with the conflict for Tab was QuickText. Here is a screenshot of my Notepad++ version and installed plugins.<br />
…<br />
<img src="/assets/uploads/files/1758047462469-plugins-and-version.png" alt="Plugins and Version.png" class=" img-fluid img-markdown" /></p>
</blockquote>
<p dir="auto">… And <em>that</em> explains the difficulty .  Older versions of the QuickText plugin defaulted to <code>TAB</code> being the default keystroke for the <strong>Plugins &gt; Quick Text &gt; Replace Tags</strong> (now called <strong>Replace Snips</strong>, instead) action.  As you have seen, that was a confusing default for the plugin to have, as it breaks expectations for how the main app should behave.</p>
<p dir="auto">We were able to convince the current maintainer to <em>not</em> use such an integral key as the default keystroke – so now there is no default keystroke at all for that plugin (verified in a fresh 0.2.5.1 install); so if the user wants a shortcut, they can set their own shortcut, because no matter what was picked for the default, it was likely to conflict with the user’s current setup.  (I don’t remember if 0.2.4.1 was old enough to still use <code>TAB</code> by default, but if you started with that, or started with an older version and upgraded at some point, the keyboard shortcut would have stayed bound to that plugin action.)</p>
<p dir="auto">Given that you are on Plugin List version 1.7.2 in N++ v8.6.8, if you look on the <strong>Updates</strong> tab of Plugins Admin, you should see that <strong>QuickText</strong> should be able to be upgraded to v0.2.5.1 (the newest QuickText version <a href="https://github.com/notepad-plus-plus/nppPluginList/releases/tag/v1.5.2" rel="nofollow ugc">was added in Plugin List 1.5.2</a> around N++ v8.4.5)</p>
<p dir="auto">Regarding the mapping of the <code>Tab</code> key: I don’t think <strong>Increase Line Indent</strong> is the best choice for you.  The normal mapping for <code>Tab</code> is actually the scintilla command <code>SCI_TAB</code>, and I highly recommend that you put it back to that default:<br />
<img src="/assets/uploads/files/1758051749563-f70fd321-d780-4c99-b857-e5afb0b80089-image.png" alt="f70fd321-d780-4c99-b857-e5afb0b80089-image.png" class=" img-fluid img-markdown" /><br />
That will allow <code>Tab</code> to have all the magic users normally associate with that key, rather than <em>just</em> being able to do the <strong>Increase Line Indent</strong> that you currently have.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/103212</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/103212</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 16 Sep 2025 19:43:42 GMT</pubDate></item><item><title><![CDATA[Reply to Column Mode Indent? on Tue, 16 Sep 2025 18:34:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@PeterJones</a> Thanks for expanding on this! In my post I was frustrated that <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/23651">@Lycan-Thrope</a> essentially said “RTFM” when <a href="https://npp-user-manual.org/docs/editing/" rel="nofollow ugc">the manual</a> doesn’t seem to cover inserting tabs in column mode at all.</p>
<p dir="auto">Based on your response, I think there may be a defect that lies somewhere between Notepad++ and interactions with plugins. I agree “Increase Line Indent” is not the same as Visual Studio and is not ideal, however the alternative I was seeing was much worse.</p>
<p dir="auto">Prior to adding a shortcut to “Increase Line Indent”, the tab key would do absolutely nothing. I would press alt + shift and up or down arrows to make a selection (just like in VS), then press tab. Nothing happens at all. No change to the text. Caret doesn’t move. Just nothing happens. It definitely does not behave as you outlined in your very detailed post. (Thanks again!)</p>
<p dir="auto">Web searches on this topic were frustrating. They mostly pull up posts or articles about Notepad++ tabs (or documents), rather than the tab key. The lack of writing about this particular topic may be additional data indicating some form of defect. Who is going to ask about this problem if they are not encountering it? Who is going to document how to press the tab key in this context? Just do it.</p>
<p dir="auto">Should someone reading this be in a position to investigate a potential defect, here are details on my Notepad++ configuration. The plugin with the conflict for Tab was QuickText. Here is a screenshot of my Notepad++ version and installed plugins. I run Notepad++ on multiple machines, but am pretty quick to “copy paste” my plugin setup because it addresses other needs. I’ve observed this “unresponsive tab” issue on each of the other computers.</p>
<p dir="auto"><img src="/assets/uploads/files/1758047462469-plugins-and-version.png" alt="Plugins and Version.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/103210</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/103210</guid><dc:creator><![CDATA[Anonymous User]]></dc:creator><pubDate>Tue, 16 Sep 2025 18:34:15 GMT</pubDate></item><item><title><![CDATA[Reply to Column Mode Indent? on Tue, 16 Sep 2025 13:32:35 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">Since the commenters here were wholly unhelpful (and event downright derisive)</p>
</blockquote>
<p dir="auto">I personally thought that <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7377">@Alan-Kilborn</a> and <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/23651">@Lycan-Thrope</a> were both very helpful 2 years ago: one explained how to do it as tersely as possible, and the other prodded him to expand, trying to avoid assumptions about the understood terminology – and answering the question and prodding to make it easier to understand are <em>not</em> derisive in any way, shape, or form.</p>
<p dir="auto">The closest to derision was my claim that a post that something as generic and unhelpful as “the user typically needs to activate the feature by selecting a specific key combination or by accessing it through the editor’s menu or toolbar” – that’s literally how you use a Windows program, yes, but it says nothing sepecific about the <em>specific</em> keystrokes or menu commands to use to accomplish the <em>specific</em> goal (whereas Alan <em>did</em> provide specifics) – was just calling out a reply that appeared to be LLM-created.  I am sorry if you are offended that I call out unhelpful LLM posts as such (and nowadays, I’m less diplomatic, since LLM nonsense is expressly forbidden in this forum), but that’s one of my jobs as a moderator.</p>
<p dir="auto">But on to the actual content:</p>
<blockquote>
<p dir="auto">In order to get Notepad++ to do tab manipulation similar to Visual Studio with block selection, all you need to do is bind the Tab key to Edit &gt; Indent &gt; Increase Line Indent.</p>
</blockquote>
<p dir="auto">Interesting.  I cannot get that to do the same thing as VS:</p>
<p dir="auto">First, to confirm what VS does:</p>
<ol>
<li>Column/Rectangle/Block selection:<br />
<img src="/assets/uploads/files/1758028498967-a1d1763b-39e9-4454-a058-6d25f2216100-image.png" alt="a1d1763b-39e9-4454-a058-6d25f2216100-image.png" class=" img-fluid img-markdown" /></li>
<li>TAB:<br />
<img src="/assets/uploads/files/1758028603931-97bfc51d-d287-49bd-82bf-f3fbd69c4623-image.png" alt="97bfc51d-d287-49bd-82bf-f3fbd69c4623-image.png" class=" img-fluid img-markdown" /></li>
</ol>
<p dir="auto">So VS does add indent at the <em>start</em> of the Column/Rectangle/Block.</p>
<p dir="auto">Now let’s look at what N++ does “out of the box” with a Column/Rectangle/Block selection in the middle of a line:</p>
<ol start="3">
<li>
<p dir="auto">Column/Rectangle/Block selection:<br />
<img src="/assets/uploads/files/1758027845715-3e3fe79c-ae0a-4ab0-ad9c-7eb90892c8d8-image.png" alt="3e3fe79c-ae0a-4ab0-ad9c-7eb90892c8d8-image.png" class=" img-fluid img-markdown" /></p>
</li>
<li>
<p dir="auto">Normal, unchanged TAB:<br />
<img src="/assets/uploads/files/1758027903397-5d248285-46a6-4790-b4a3-c5639bc10aa3-image.png" alt="5d248285-46a6-4790-b4a3-c5639bc10aa3-image.png" class=" img-fluid img-markdown" /></p>
</li>
</ol>
<p dir="auto">This is the undesired behavior.</p>
<p dir="auto">Now, instead, do what <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7377">@Alan-Kilborn</a> suggested in 2023:</p>
<ol start="5">
<li>
<p dir="auto">do a zero-width column-mode selection instead of a multi-character column-mode selection:<br />
<img src="/assets/uploads/files/1758027719710-3cc5a79c-63a6-436e-902b-0992aa057c17-image.png" alt="3cc5a79c-63a6-436e-902b-0992aa057c17-image.png" class=" img-fluid img-markdown" /></p>
</li>
<li>
<p dir="auto">Then hit TAB, and it will indent from that location, without deleting any characters:<br />
<img src="/assets/uploads/files/1758027812248-30fb7403-b379-41d9-932c-866f80a2b9da-image.png" alt="30fb7403-b379-41d9-932c-866f80a2b9da-image.png" class=" img-fluid img-markdown" /></p>
</li>
</ol>
<p dir="auto">Now, to look at your suggestion</p>
<ol start="5">
<li>
<p dir="auto">Change the <strong>Increase Line Indent</strong> to use the TAB key (and remove any conflicts elsewhere):<br />
<img src="/assets/uploads/files/1758028138164-1f38f6d2-bc5a-4e53-b912-146f145b3e3a-image.png" alt="1f38f6d2-bc5a-4e53-b912-146f145b3e3a-image.png" class=" img-fluid img-markdown" /></p>
</li>
<li>
<p dir="auto">Do the Column/Rectangle/Block selection in N++:<br />
<img src="/assets/uploads/files/1758028211964-782acaac-b3d8-4c0d-b71f-879eb45f32fa-image.png" alt="782acaac-b3d8-4c0d-b71f-879eb45f32fa-image.png" class=" img-fluid img-markdown" /></p>
</li>
<li>
<p dir="auto">And then hit the newly-mapped TAB:<br />
<img src="/assets/uploads/files/1758028236192-70b5473f-1625-422d-a31e-22dd52a51be8-image.png" alt="70b5473f-1625-422d-a31e-22dd52a51be8-image.png" class=" img-fluid img-markdown" /><br />
… noticing that the results are the same as in step 4: it overwrites the characters.</p>
</li>
</ol>
<p dir="auto">So <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7377">@Alan-Kilborn</a>’s suggestion is able to mimic the results of VS, though the selection has to be a little different to get it to overwrite nothing.</p>
<p dir="auto">Whereas Notepad++'s original behavior is identical to the behavior when I follow your instructions: it overwrites the selected text with the tab (or spaces, if you have space-indentation enabled in N++)</p>
<p dir="auto">So did I miss something from your instructions?  Or are you seeing different behavior with Notepad++ v8.8.5 than I am?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/103209</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/103209</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 16 Sep 2025 13:32:35 GMT</pubDate></item><item><title><![CDATA[Reply to Column Mode Indent? on Tue, 16 Sep 2025 03:05:27 GMT]]></title><description><![CDATA[<p dir="auto">Old post, but this was the first I found when looking for this information myself. Since the commenters here were wholly unhelpful (and event downright derisive), I thought I should share a solution that actually worked.</p>
<p dir="auto">In order to get Notepad++ to do tab manipulation similar to Visual Studio with block selection, all you need to do is bind the Tab key to Edit &gt; Indent &gt; Increase Line Indent. That’s it, with that change &lt;Tab&gt; and &lt;Shift+Tab&gt; works very similar to Visual Studio.</p>
<p dir="auto">Instructions (in case you are unfamiliar with key binds in Notepad++)</p>
<ol>
<li>Open Settings &gt; Shortcut Mapper</li>
<li>In the Main Menu tab, scroll to “Increase Line Indent” (Was line 39 for me).</li>
<li>Double click the Shortcut column.</li>
<li>Select “Tab” from the drop down. (Fancy!) Hit OK.</li>
<li>If the line turns red, it means you have a conflict. For me there was a conflict with one of my plugins under the “Plugin Commands” tab. I just removed the plugin’s shortcut.</li>
</ol>
]]></description><link>https://community.notepad-plus-plus.org/post/103208</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/103208</guid><dc:creator><![CDATA[Anonymous User]]></dc:creator><pubDate>Tue, 16 Sep 2025 03:05:27 GMT</pubDate></item><item><title><![CDATA[Reply to Column Mode Indent? on Wed, 12 Apr 2023 13:01:21 GMT]]></title><description><![CDATA[<p dir="auto">All,</p>
<p dir="auto">Please do not post content generated by ChatGPT or other such systems.  It is harmful, not helpful, to the Community.</p>
<p dir="auto">In this <em>specific</em> case, the content was just completely unhelpful – presumably, it was generated by just typing in the title, rather than the content of the actual question, so it completely missed the point.</p>
<p dir="auto">But because such AI systems have no fact-checking involved – all they do is, based on all their historical text training input, they <em>guess</em> what text is <em>likely</em> to come next.  Based on that, they could easily give advice that is plain wrong or even dangerous to follow.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/85648</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/85648</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 12 Apr 2023 13:01:21 GMT</pubDate></item><item><title><![CDATA[Reply to Column Mode Indent? on Wed, 12 Apr 2023 09:19:28 GMT]]></title><description><![CDATA[<p dir="auto">Column mode indent is a feature that allows users to select and edit text in a columnar manner. This is useful for working with code, tables, or other types of text that require precise formatting. To use column mode indent in a text editor, the user typically needs to activate the feature by selecting a specific key combination or by accessing it through the editor’s menu or toolbar Once activated, the user can then select text in a columnar fashion by holding down the mouse button and dragging the cursor vertically or horizontally. This can save time and make it easier to work with text that requires a consistent layout.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/85647</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/85647</guid><dc:creator><![CDATA[Aisha Rizwan]]></dc:creator><pubDate>Wed, 12 Apr 2023 09:19:28 GMT</pubDate></item><item><title><![CDATA[Reply to Column Mode Indent? on Sat, 08 Apr 2023 20:24:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7377">@Alan-Kilborn</a> ,<br />
:-)<br />
Best to head these questions off at the pass. If they won’t read the manual, it’s a good bet, they won’t understand the vernacular of terms used in the application.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/85585</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/85585</guid><dc:creator><![CDATA[Lycan Thrope]]></dc:creator><pubDate>Sat, 08 Apr 2023 20:24:08 GMT</pubDate></item><item><title><![CDATA[Reply to Column Mode Indent? on Sat, 08 Apr 2023 10:32:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/23651">@Lycan-Thrope</a> said in <a href="/post/85575">Column Mode Indent?</a>:</p>
<blockquote>
<p dir="auto">“What is a zero-width column?”</p>
</blockquote>
<p dir="auto">Well, for the benefit of those that might not understand…</p>
<p dir="auto">If this is a column-block with a width of 4:</p>
<p dir="auto"><img src="/assets/uploads/files/1680949860047-7919cb86-3a1c-417b-b17f-29573ff65deb-image.png" alt="7919cb86-3a1c-417b-b17f-29573ff65deb-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Then is it really that hard to grasp the concept that this is a column-block of width zero?:</p>
<p dir="auto"><img src="/assets/uploads/files/1680949914809-71256c98-765b-4c61-aece-6f6ba34c7b74-image.png" alt="71256c98-765b-4c61-aece-6f6ba34c7b74-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/85581</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/85581</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Sat, 08 Apr 2023 10:32:34 GMT</pubDate></item><item><title><![CDATA[Reply to Column Mode Indent? on Sat, 08 Apr 2023 03:28:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7377">@Alan-Kilborn</a> ,<br />
Now wait for the follow-up question… “What is a zero-width column?”<br />
:-)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/85575</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/85575</guid><dc:creator><![CDATA[Lycan Thrope]]></dc:creator><pubDate>Sat, 08 Apr 2023 03:28:26 GMT</pubDate></item><item><title><![CDATA[Reply to Column Mode Indent? on Fri, 07 Apr 2023 23:12:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/28087">@Jim-Garrison</a></p>
<p dir="auto">To achieve this, you need a zero-width column block.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/85570</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/85570</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Fri, 07 Apr 2023 23:12:21 GMT</pubDate></item></channel></rss>