<?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[Search result export]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I’m using the Search in Files with regular expressions in Notepad++.<br />
I’m then opening each search result, and there I already have a set of lines selected.<br />
What I need is to be able to script the next steps meaning to use the selected text and generate a custom search results file.<br />
I need to loop in the search result and do the same for each result: take the selected text and generate an additional text in my search result file.</p>
<p dir="auto">Is this possible?</p>
<p dir="auto">How can I do it? with a plugin? is there a way to retrieve the selected text as if I would click in the search result?</p>
<p dir="auto">Many thanks</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/18594/search-result-export</link><generator>RSS for Node</generator><lastBuildDate>Sun, 15 Mar 2026 02:36:46 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/18594.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 06 Dec 2019 21:16:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Search result export on Fri, 06 Dec 2019 21:36:31 GMT]]></title><description><![CDATA[<p dir="auto">It isn’t directly possible.</p>
<p dir="auto">You might be best off using the marking feature of Notepad++ (Search &gt; Mark…) and then supplementing that with a Pythonscript to copy that text to the clipboard; see <a href="https://community.notepad-plus-plus.org/topic/12710/marked-text-manipulation/">here</a>.  But that only handles a single file at a time; some people want that extended to multiple files, see <a href="https://community.notepad-plus-plus.org/topic/18582/mark-line-in-all-files">here</a>.</p>
<p dir="auto">In theory you could do some of the things discussed <a href="https://community.notepad-plus-plus.org/topic/18524/save-found-files/">here</a>…or rather, currently just hinted at…because some of those ideas are currently evolving. ;-)</p>
<p dir="auto">Sadly, no solution for you, just pointers to possible workarounds.  :-(</p>
]]></description><link>https://community.notepad-plus-plus.org/post/48999</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/48999</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Fri, 06 Dec 2019 21:36:31 GMT</pubDate></item><item><title><![CDATA[Reply to Search result export on Fri, 06 Dec 2019 21:33:50 GMT]]></title><description><![CDATA[<p dir="auto">To be more precise, I’m searching in subtitle files and then based on the search results I go to youtube and check that minute and second.</p>
<p dir="auto">I’ve used in the past the youtube api to seek to the right minute and second, but I need to first extract the minute from the search result file and then use it to generate the html file.</p>
<p dir="auto">Many thanks</p>
]]></description><link>https://community.notepad-plus-plus.org/post/48998</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/48998</guid><dc:creator><![CDATA[tavibe]]></dc:creator><pubDate>Fri, 06 Dec 2019 21:33:50 GMT</pubDate></item></channel></rss>