<?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[Searach a word and send results in a new file]]></title><description><![CDATA[<p dir="auto">Hi there,<br />
I am trying to  find a way for exporting all the lines that contains a specific word or string in a new window so I can check it directly in the new window.</p>
<p dir="auto">For now I just doing find the word and then copy all the lines in a new window but would like to have something automatic for that,</p>
<p dir="auto">could you help?<br />
Thanks</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/14689/searach-a-word-and-send-results-in-a-new-file</link><generator>RSS for Node</generator><lastBuildDate>Tue, 21 Jul 2026 16:12:55 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/14689.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 26 Oct 2017 09:42:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Searach a word and send results in a new file on Thu, 26 Oct 2017 18:34:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/daniele-mangiapelo" aria-label="Profile: Daniele-Mangiapelo">@<bdi>Daniele-Mangiapelo</bdi></a></p>
<p dir="auto">good to see that you found a solution for you because I was just starting to write that<br />
the macro solution seems not to work correctly with the find result window.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/27646</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/27646</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Thu, 26 Oct 2017 18:34:11 GMT</pubDate></item><item><title><![CDATA[Reply to Searach a word and send results in a new file on Thu, 26 Oct 2017 18:24:45 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
plugin linefilter2 seems to do iexactly what I need.<br />
Thanks</p>
]]></description><link>https://community.notepad-plus-plus.org/post/27645</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/27645</guid><dc:creator><![CDATA[Daniele Mangiapelo]]></dc:creator><pubDate>Thu, 26 Oct 2017 18:24:45 GMT</pubDate></item><item><title><![CDATA[Reply to Searach a word and send results in a new file on Thu, 26 Oct 2017 12:23:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/scott-sumner" aria-label="Profile: Scott-Sumner">@<bdi>Scott-Sumner</bdi></a></p>
<p dir="auto">Hi Scott,<br />
I don’t think so, did a quick test with the 7.5.1 installation and it was selected.<br />
So to be on the save side we should include a</p>
<ul>
<li>ctrl+a</li>
</ul>
<p dir="auto">before ctrl+c.</p>
<p dir="auto">Need to leave now … will check in detail later.</p>
<p dir="auto">Thanks and cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/27637</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/27637</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Thu, 26 Oct 2017 12:23:00 GMT</pubDate></item><item><title><![CDATA[Reply to Searach a word and send results in a new file on Thu, 26 Oct 2017 12:17:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-frank" aria-label="Profile: Claudia-Frank">@<bdi>Claudia-Frank</bdi></a></p>
<p dir="auto">Hello Claudia.  I tried this and where you said <strong>“results should be selected automatically”</strong> I found this not to be the case for me.  Am I doing something wrong?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/27636</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/27636</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Thu, 26 Oct 2017 12:17:39 GMT</pubDate></item><item><title><![CDATA[Reply to Searach a word and send results in a new file on Thu, 26 Oct 2017 11:55:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/daniele-mangiapelo" aria-label="Profile: Daniele-Mangiapelo">@<bdi>Daniele-Mangiapelo</bdi></a></p>
<p dir="auto">Macros can be defined/recorded to automate repeating steps.<br />
Once a macro works as expected you can save it and  assign a shortcut for later usage.</p>
<p dir="auto">Your steps should be</p>
<ul>
<li>do your findings</li>
<li>once the find result window is open with the results press menu Macro-&gt;Start Recording</li>
<li>press F7 to switch to the find result window, results should be selected automatically.</li>
<li>press ctrl+c to copy the results</li>
<li>press F7 again to go back to edit area</li>
<li>press ctrl+n for a new tab</li>
<li>press ctrl+v to insert the results</li>
<li>press menu Macro-&gt;Stop recording</li>
</ul>
<p dir="auto">if this is the expected result, go to menu Macro-&gt;Save Current Recorded Macro and give it<br />
a meaningful name. Now it should appear, with this name, under the Macro menu and you can assign a shortcut by using Modify Shortcut… from Macro menu.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/27634</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/27634</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Thu, 26 Oct 2017 11:55:06 GMT</pubDate></item><item><title><![CDATA[Reply to Searach a word and send results in a new file on Thu, 26 Oct 2017 11:49:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/daniele-mangiapelo" aria-label="Profile: Daniele-Mangiapelo">@<bdi>Daniele-Mangiapelo</bdi></a></p>
<p dir="auto">Probably the quickest and most painless way to doing what you are describing is through the use of the <strong>LineFilter2</strong> plugin.</p>
<p dir="auto">If this (or <em>ANY</em> posting on the <strong>Notepad++ Community</strong> site) is useful, don’t reply with a <em>“thanks”</em>, simply <strong>up-vote</strong> ( click the <code>^</code> in the <code>^ 0 v</code> area on the right ).</p>
]]></description><link>https://community.notepad-plus-plus.org/post/27633</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/27633</guid><dc:creator><![CDATA[Scott Sumner]]></dc:creator><pubDate>Thu, 26 Oct 2017 11:49:59 GMT</pubDate></item><item><title><![CDATA[Reply to Searach a word and send results in a new file on Thu, 26 Oct 2017 11:44:30 GMT]]></title><description><![CDATA[<p dir="auto">Hi,<br />
sorry for not being specific.<br />
I meant a new TAB.</p>
<p dir="auto">For something automatic I meant that after hit search for a specific word then I expect that the result is “imported” in a new tab automatically and not as now reported in the search window and then I have to copy and paste in the new TAB.</p>
<p dir="auto">Can you address me about the macro? I am not familiar with that concept.</p>
<p dir="auto">Thanks</p>
]]></description><link>https://community.notepad-plus-plus.org/post/27632</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/27632</guid><dc:creator><![CDATA[Daniele Mangiapelo]]></dc:creator><pubDate>Thu, 26 Oct 2017 11:44:30 GMT</pubDate></item><item><title><![CDATA[Reply to Searach a word and send results in a new file on Thu, 26 Oct 2017 11:36:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/daniele-mangiapelo" aria-label="Profile: Daniele-Mangiapelo">@<bdi>Daniele-Mangiapelo</bdi></a></p>
<p dir="auto">By new window you mean a new notepad instance or just another tab?<br />
What means <em><strong>something automatic</strong></em>? The whole process or just parts of it?<br />
Did you try to record a macro already?</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/27631</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/27631</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Thu, 26 Oct 2017 11:36:56 GMT</pubDate></item></channel></rss>