<?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 between the lines]]></title><description><![CDATA[<p dir="auto">Hi! I need little help. How i can do indent between the lines.</p>
<p dir="auto">I have line like this:</p>
<pre><code>AAAAAAAAAA
AAAAAAAAAA
AAAAAAAAAA
</code></pre>
<p dir="auto">I need do like this:</p>
<pre><code>AAAAAAAAA

AAAAAAAAA

AAAAAAAAA
</code></pre>
<p dir="auto">-–</p>
<p dir="auto"><em>moderator added code markdown around text; please don’t forget to <a href="https://community.notepad-plus-plus.org/topic/21925/faq-desk-formatting-forum-posts">use the <code>&lt;/&gt;</code> button to mark example text as “code”</a> so that characters don’t get changed by the forum</em></p>
]]></description><link>https://community.notepad-plus-plus.org/topic/26655/indent-between-the-lines</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 06:37:08 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/26655.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 25 Feb 2025 12:15:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to indent between the lines on Tue, 25 Feb 2025 17:28:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/linda-delenra" aria-label="Profile: Linda-Delenra">@<bdi>Linda-Delenra</bdi></a> ,</p>
<blockquote>
<p dir="auto">I mean that I have many lines of text in each line.</p>
</blockquote>
<p dir="auto">I have no idea how you can have many lines of text in one line; there seems to be a language barrier.  I answered the question based on your example data.  If your example data doesn’t match reality, neither I nor anyone else here can answer your real question until you provide us data that matches reality.  Sorry.</p>
<p dir="auto">If you have the text like you showed originally and want to transform it into your second example text, you need to run the regular expression replacement action that I described.</p>
<blockquote>
<p dir="auto">by pressing one button</p>
</blockquote>
<p dir="auto">You could record a macro where you do the replacement (<strong>Macro &gt; Start Recording</strong>, run the REPLACE ALL, <strong>Macro &gt; Stop Recording</strong>, <strong>Macro &gt; Save Current Recorded Macro</strong> and assign a keyboard shortcut)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/100042</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/100042</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 25 Feb 2025 17:28:54 GMT</pubDate></item><item><title><![CDATA[Reply to indent between the lines on Tue, 25 Feb 2025 16:02:32 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 />
I mean that I have many lines of text in each line. And I would like that after each line there was a retreat in the form of an empty line. I do not know how to make these “spaces” on the highlighted text “by pressing one button”.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/100041</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/100041</guid><dc:creator><![CDATA[Linda Delenra]]></dc:creator><pubDate>Tue, 25 Feb 2025 16:02:32 GMT</pubDate></item><item><title><![CDATA[Reply to indent between the lines on Tue, 25 Feb 2025 14:33:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/linda-delenra" aria-label="Profile: Linda-Delenra">@<bdi>Linda-Delenra</bdi></a> ,</p>
<p dir="auto">You showed adding blank lines, which is different than indentation, but I will assume that what you showed is what you really wanted.</p>
<p dir="auto">Using the search and replace dialog, with SEARCH MODE = <code>Regular expression</code> , you can search for <code>\R</code> and replace with <code>$0$0</code> , and run REPLACE ALL – which searches for a newline, and replaced with two copies of what was found.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/100037</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/100037</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 25 Feb 2025 14:33:47 GMT</pubDate></item></channel></rss>