<?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[How to paste words Paste in empty Lines? (With Image as Ex.)]]></title><description><![CDATA[<ol>
<li>
<p dir="auto">Problem:<br />
<img src="/assets/uploads/files/1702598898294-1.png" alt="1.png" class=" img-fluid img-markdown" /></p>
</li>
<li>
<p dir="auto">Result I want:<br />
<img src="/assets/uploads/files/1702598910246-2.png" alt="2.png" class=" img-fluid img-markdown" /></p>
</li>
</ol>
]]></description><link>https://community.notepad-plus-plus.org/topic/25248/how-to-paste-words-paste-in-empty-lines-with-image-as-ex</link><generator>RSS for Node</generator><lastBuildDate>Sat, 12 Sep 2026 11:34:20 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/25248.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 15 Dec 2023 00:10:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to paste words Paste in empty Lines? (With Image as Ex.) on Fri, 15 Dec 2023 06:14:54 GMT]]></title><description><![CDATA[<p dir="auto">Hello, <a class="plugin-mentions-user plugin-mentions-a" href="/user/joe-junior" aria-label="Profile: joe-junior">@<bdi>joe-junior</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/coises" aria-label="Profile: coises">@<bdi>coises</bdi></a> and <strong>All</strong>,</p>
<p dir="auto">We do <em>NOT</em> even need the excellent plugin <strong><code>BetterMultiSelection</code></strong> of <a class="plugin-mentions-user plugin-mentions-a" href="/user/dail" aria-label="Profile: dail">@<bdi>dail</bdi></a>, to achieve your goal !</p>
<p dir="auto">So, let’s suppose you have this <strong>first</strong> text, pasted in a <strong>new</strong> tab</p>
<pre><code class="language-diff">fgsdfg

zerzer

dghdgh

sfgsfgsdfg

uiuyiti

cvwvb

gjgjkgjk
</code></pre>
<p dir="auto">Now, you <strong>append</strong> this <strong>second</strong> text, below, which should be <strong>inserted</strong>, later, in between the <strong>first</strong> section :</p>
<pre><code class="language-diff">4654646
9789411314
131231786000841
8673131313321
6789131321
9788
78978978
</code></pre>
<hr />
<p dir="auto">First, if necessary,  we add <strong>one blank</strong> line, between <strong>each</strong> line of that <strong>second</strong> text, with the regex</p>
<p dir="auto">SEARCH <strong><code>\R</code></strong></p>
<p dir="auto">REPLACE <strong><code>$0$0</code></strong></p>
<pre><code class="language-diff">4654646

9789411314

131231786000841

8673131313321

6789131321

9788

78978978
</code></pre>
<p dir="auto">Now :</p>
<ul>
<li>
<p dir="auto">Do a <strong><code>13 × 15</code></strong> <strong>rectangular</strong> selection of this <strong>second</strong> text</p>
</li>
<li>
<p dir="auto"><strong>Copy</strong> or <strong>cut</strong> this selection ( <strong><code>Ctrl + C</code></strong> or <strong><code>Ctrl + X</code></strong> )</p>
</li>
<li>
<p dir="auto"><strong>Move</strong> the caret / cursor at the <strong>first empty</strong> line of the <strong>first</strong> text</p>
</li>
<li>
<p dir="auto"><strong>Paste</strong> your <strong>rectangular</strong> selection ( <strong><code>Ctrl + V</code></strong> )</p>
</li>
</ul>
<p dir="auto">=&gt; You should get, at once, your <strong>expected</strong> <em>OUTPUT</em> text :</p>
<pre><code class="language-diff">fgsdfg
4654646
zerzer
9789411314
dghdgh
131231786000841
sfgsfgsdfg
8673131313321
uiuyiti
6789131321
cvwvb
9788
gjgjkgjk
78978978
</code></pre>
<ul>
<li>
<p dir="auto">Finally, <strong>delete</strong> :</p>
<ul>
<li>
<p dir="auto">your <strong>second</strong> text, in case of a <strong>previous</strong> <strong><code>Ctrl + C</code></strong></p>
</li>
<li>
<p dir="auto">The remaining <strong>empty</strong> lines block, in case of a <strong>previous</strong> <strong><code>Ctrl+X</code></strong></p>
</li>
</ul>
</li>
</ul>
<hr />
<p dir="auto"><em>IMPORTANT</em> :</p>
<p dir="auto">This test was performed on a version <strong>prior</strong> to the <strong>last</strong> one ( <strong><code>v8.6</code></strong> ). So, just verify if this method would <strong>still</strong> work with the <strong>default</strong> bulit-in <strong><code>Multi-Editing</code></strong> behaviour of our <strong>last</strong> <strong><code>8.6</code></strong> version !</p>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/91249</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/91249</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Fri, 15 Dec 2023 06:14:54 GMT</pubDate></item><item><title><![CDATA[Reply to How to paste words Paste in empty Lines? (With Image as Ex.) on Fri, 15 Dec 2023 03:09:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joe-junior" aria-label="Profile: joe-junior">@<bdi>joe-junior</bdi></a> said in <a href="/post/91247">How to paste words Paste in empty Lines? (With Image as Ex.)</a>:</p>
<blockquote>
<p dir="auto">also how to Bookmark Empty Line base on the Line Number (Thanks)</p>
</blockquote>
<p dir="auto">I’m not sure what you mean by “base on the Line Number.” You can bookmark empty lines by using <strong>Search</strong> | <strong>Mark…</strong> entering:</p>
<p dir="auto"><strong>Find what: <code>^\R</code></strong><br />
<strong>Bookmark line</strong> <em>checked</em><br />
<strong>Wrap around</strong> <em>checked</em><br />
<strong>Search Mode: Regular expression</strong></p>
<p dir="auto">then clicking <strong>Mark All</strong>.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/91248</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/91248</guid><dc:creator><![CDATA[Coises]]></dc:creator><pubDate>Fri, 15 Dec 2023 03:09:56 GMT</pubDate></item><item><title><![CDATA[Reply to How to paste words Paste in empty Lines? (With Image as Ex.) on Fri, 15 Dec 2023 02:11:09 GMT]]></title><description><![CDATA[<p dir="auto">also how to Bookmark Empty Line base on the Line Number (Thanks)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/91247</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/91247</guid><dc:creator><![CDATA[joe junior]]></dc:creator><pubDate>Fri, 15 Dec 2023 02:11:09 GMT</pubDate></item><item><title><![CDATA[Reply to How to paste words Paste in empty Lines? (With Image as Ex.) on Fri, 15 Dec 2023 02:08:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joe-junior" aria-label="Profile: joe-junior">@<bdi>joe-junior</bdi></a> Sorry for the Confusion, Thanks for the feedback and suggestion also, I’ll be more aware of it,next…</p>
]]></description><link>https://community.notepad-plus-plus.org/post/91246</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/91246</guid><dc:creator><![CDATA[joe junior]]></dc:creator><pubDate>Fri, 15 Dec 2023 02:08:49 GMT</pubDate></item><item><title><![CDATA[Reply to How to paste words Paste in empty Lines? (With Image as Ex.) on Fri, 15 Dec 2023 02:06:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joe-junior" aria-label="Profile: joe-junior">@<bdi>joe-junior</bdi></a> Note: I want to select All (the Pasted Character) and then Paste All of them on the Empty lines at once, Thank you for the 2nd Method Works.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/91245</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/91245</guid><dc:creator><![CDATA[joe junior]]></dc:creator><pubDate>Fri, 15 Dec 2023 02:06:25 GMT</pubDate></item><item><title><![CDATA[Reply to How to paste words Paste in empty Lines? (With Image as Ex.) on Fri, 15 Dec 2023 00:59:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joe-junior" aria-label="Profile: joe-junior">@<bdi>joe-junior</bdi></a> I don’t mean to be snippy, but you really should read the pinned <a href="https://community.notepad-plus-plus.org/topic/21964/please-read-this-before-posting">Please Read This Before Posting</a> to which you were directed <a href="https://community.notepad-plus-plus.org/post/89948">previously</a> and the <a href="https://community.notepad-plus-plus.org/topic/21925/faq-formatting-forum-posts">FAQ: Formatting Forum Posts</a> to which it links. I know it seems handy to show pictures, but it’s much easier for us to help if you use code formatting (either ``` on a line by itself before and after your data, or the <strong>&lt;/&gt;</strong> button above where you input your post), because that way we can quickly copy your example exactly and test any solutions we might think to propose.</p>
<p dir="auto">Beyond that, I can’t quite tell from your post what you are trying to do. I have a rough idea, but two things matter a lot:</p>
<ol>
<li>
<p dir="auto">What is the source of the data you are inserting into the blank lines? It is a file containing the new text, one text per line? Does the source also have blank lines between the text you want? Is it something else entirely?</p>
</li>
<li>
<p dir="auto">How many lines are being pasted? If you just have a file with seven lines to paste into a file with seven blank lines, you could use the multiple selection features of Notepad++ 8.6 to do this quickly by selecting the seven source lines as rectangular selection (top to bottom), copying, then clicking on the first blank target line, Ctrl+clicking on each additional blank line, then pasting. If you have five hundred lines, that wouldn’t be very practical.</p>
</li>
</ol>
]]></description><link>https://community.notepad-plus-plus.org/post/91244</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/91244</guid><dc:creator><![CDATA[Coises]]></dc:creator><pubDate>Fri, 15 Dec 2023 00:59:33 GMT</pubDate></item></channel></rss>