<?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[Indent &amp; unindent problem while replace tab with spaces]]></title><description><![CDATA[<p dir="auto">When I use default tab for indent/unindent functions, it seems like the shortcuts ‘tab’ and ‘shift + tab’ works perfectly.</p>
<p dir="auto">But when I try to use different tab settings (use 4 spaces replace 1 tab), the shortcut ‘tab’ still works well, but the ‘shift + tab’ is not working.</p>
<p dir="auto">When I try to input ‘shift + tab’, only the input icon go back 4 spaces, and the 4 space characters still exist.</p>
<p dir="auto">Is there any fix about this problem?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/13818/indent-unindent-problem-while-replace-tab-with-spaces</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 13:26:43 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/13818.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 May 2017 03:42:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Indent &amp; unindent problem while replace tab with spaces on Tue, 16 May 2017 10:44:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%E9%A5%92%E5%BD%A5%E7%AB%A0" aria-label="Profile: 饒彥章">@<bdi>饒彥章</bdi></a></p>
<p dir="auto">there is no setting to change the behavior of SCI_BACKTAB you need to change the code.<br />
Whether there is another solution depends on what exactly you try to achieve.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/24315</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/24315</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Tue, 16 May 2017 10:44:49 GMT</pubDate></item><item><title><![CDATA[Reply to Indent &amp; unindent problem while replace tab with spaces on Tue, 16 May 2017 02:15:00 GMT]]></title><description><![CDATA[<p dir="auto">Hi Claudia,</p>
<p dir="auto">Thanks for reply, it is just the case on my side!<br />
So here’s another question, how can I change the setting if I need the “shift+tab” function works when there is at least one char in front of the “tab/spaces”?<br />
Is it possible for Notepad++?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/24309</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/24309</guid><dc:creator><![CDATA[饒彥章]]></dc:creator><pubDate>Tue, 16 May 2017 02:15:00 GMT</pubDate></item><item><title><![CDATA[Reply to Indent &amp; unindent problem while replace tab with spaces on Mon, 15 May 2017 18:55:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%E9%A5%92%E5%BD%A5%E7%AB%A0" aria-label="Profile: 饒彥章">@<bdi>饒彥章</bdi></a></p>
<p dir="auto">afaik this only happens if at least one char is in front of the “tab/spaces”.<br />
So, if you have (the dot represents the space)</p>
<pre><code>foo....bar
</code></pre>
<p dir="auto">the cursor is in front of bar and you press shift+tab, only the cursor<br />
jumps back but the spaces do not get deleted.<br />
But if you have only</p>
<pre><code>....bar
</code></pre>
<p dir="auto">then the spaces do get deleted.</p>
<p dir="auto">If this is the case on your side as well, then this isn’t a bug or problem<br />
as it is how SCI_BACKTAB, the underlying message used, works.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/24288</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/24288</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Mon, 15 May 2017 18:55:27 GMT</pubDate></item></channel></rss>