<?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 you add line splitter every tag?]]></title><description><![CDATA[<p dir="auto">How you add line splitter automaticly in notepad++?<br />
Example:<br />
[0234]<br />
Aku harap kami bisa mendapatkan obat yang lebih baik.&lt;wait&gt;<br />
&lt;-------------------------------------------------------&gt;<br />
[0235]<br />
Mama selalu sakit, aku jadi khawatir.&lt;wait&gt;</p>
<p dir="auto">How you add the &lt;---------------------------------&gt;<br />
everytimes there is closed tag?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/23799/how-you-add-line-splitter-every-tag</link><generator>RSS for Node</generator><lastBuildDate>Mon, 20 Apr 2026 21:49:24 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/23799.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 25 Nov 2022 03:03:47 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How you add line splitter every tag? on Sat, 26 Nov 2022 10:09:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/26976">@Rioscar-Orion-ghandy</a></p>
<p dir="auto">I will assume you want the new line inserted after each and every instance of <code>&lt;/Entry&gt;</code>.</p>
<p dir="auto">Here is a solution using “Find and Replace”.</p>
<p dir="auto">First, make sure you have a safe backup of the original file.</p>
<p dir="auto">Next, use the backward P toolbar button (“Show all characters”), or, menu item <code>View -&gt; Show Symbol -&gt; Show all chars</code>, to view your file’s line endings. (You can show or unshow all chars whenever you want. It has no effect on the text in the file.)</p>
<p dir="auto">Probably the line endings are <code>CRLF</code>. If they are <code>LF</code> then, in the solution below, instead of <code>\r\n</code> use  <code>\n</code>. If they are something else, you will need to describe them, and an adjustment will be needed.</p>
<p dir="auto">Invoke Replace dialog (Ctl+h)</p>
<p dir="auto">Find what: <code>&lt;/Entry&gt;\r\n</code><br />
Replace with: <code>&lt;/Entry&gt;\r\n&lt;--------------------------------------------------&gt;\r\n</code></p>
<p dir="auto">In the group of four options on left side, first three UNChecked; 4th one ‘Wrap around’ should be checked.</p>
<p dir="auto">Search mode: <em><strong>Extended</strong></em></p>
<p dir="auto">Now use <em>Replace All</em> to process the whole file, or, you can use <em>Replace</em> if you want to see how it works line by line. Ctl+z to undo.</p>
<p dir="auto">Check the end of the file and decide if you want to keep the last inserted line.</p>
<p dir="auto">Let us know if it worked the way you needed.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/81965</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/81965</guid><dc:creator><![CDATA[Neil Schipper]]></dc:creator><pubDate>Sat, 26 Nov 2022 10:09:35 GMT</pubDate></item><item><title><![CDATA[Reply to How you add line splitter every tag? on Sat, 26 Nov 2022 01:50:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/280">@Neil-Schipper</a><br />
Sorry, it’s my first time i post on forum like this.<br />
The text i have:</p>
<p dir="auto">&lt;Entry Index=“688”&gt;Hmmm? A letter for me?&lt;wait&gt;&lt;/Entry&gt;<br />
&lt;Entry Index=“689”&gt;Gracious me, this is from Grandpa!&lt;wait&gt;&lt;/Entry&gt;</p>
<p dir="auto">The result i want:</p>
<p dir="auto">&lt;Entry Index=“688”&gt;Hmmm? A letter for me?&lt;wait&gt;&lt;/Entry&gt;<br />
&lt;--------------------------------------------------&gt;<br />
&lt;Entry Index=“689”&gt;Gracious me, this is from Grandpa!&lt;wait&gt;&lt;/Entry&gt;</p>
<p dir="auto">Yeah, I want to add dashes between entry tag, but i don’t know how to put it into word.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/81962</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/81962</guid><dc:creator><![CDATA[Rioscar Orion ghandy]]></dc:creator><pubDate>Sat, 26 Nov 2022 01:50:09 GMT</pubDate></item><item><title><![CDATA[Reply to How you add line splitter every tag? on Fri, 25 Nov 2022 10:12:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/26976">@Rioscar-Orion-ghandy</a></p>
<p dir="auto">Hi.</p>
<p dir="auto">You need to be clear what you mean by <em>tag</em>. Always exactly <code>&lt;wait&gt;</code> or can it be something else?</p>
<p dir="auto">You need to be clear what you mean by <em>line splitter</em>. A simple newline? Or the series of dashes between angle brackets that you show?</p>
<p dir="auto">It would be good if you <a href="https://community.notepad-plus-plus.org/topic/21925/faq-desk-formatting-forum-posts">showed</a></p>
<pre><code class="language-txt">a good sample of some text that needs to be processed, including lines that must not be touched/changed
</code></pre>
<p dir="auto">and</p>
<pre><code class="language-txt">the exact text you wish to see after processing
</code></pre>
<p dir="auto">…if you want quality help.</p>
<p dir="auto">Because I/we don’t live in your head.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/81943</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/81943</guid><dc:creator><![CDATA[Neil Schipper]]></dc:creator><pubDate>Fri, 25 Nov 2022 10:12:19 GMT</pubDate></item></channel></rss>