<?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[Format of search results]]></title><description><![CDATA[<p dir="auto">Currently a line of search results contains the line number ("Line 834: ") followed by a string found. Is it possible to add the file name to each line of search results? For example, it might look like</p>
<p dir="auto">(File1.txt) Line 834: “a string found No.1”<br />
(File1.txt) Line 838: “a string found No.2”</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/21722/format-of-search-results</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 11:33:07 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/21722.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 24 Aug 2021 07:45:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Format of search results on Wed, 01 Sep 2021 11:43:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%D0%B0%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80-%D0%B1%D1%83%D0%BB%D0%B0%D1%82%D0%BE%D0%B2" aria-label="Profile: Александр-Булатов">@<bdi>Александр-Булатов</bdi></a> said in <a href="/post/69418">Format of search results</a>:</p>
<blockquote>
<p dir="auto">I would prefer an another option for it.</p>
</blockquote>
<p dir="auto">You are free to request that the Notepad++ developers make this output format configurable.  I’d say the likelihood of it happening are close to zero, though.</p>
<p dir="auto">To make an official feature request, see the how-to here:  <a href="https://community.notepad-plus-plus.org/topic/15741/faq-desk-feature-request-or-bug-report">https://community.notepad-plus-plus.org/topic/15741/faq-desk-feature-request-or-bug-report</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/69419</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/69419</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 01 Sep 2021 11:43:34 GMT</pubDate></item><item><title><![CDATA[Reply to Format of search results on Wed, 01 Sep 2021 07:19:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a> I an not familiar with Python, however, I can achieve the goal using the features of Microsoft Excel. But, you see, this is not a convenient way.</p>
<p dir="auto">In general, I like the current search panel of Notepad++ very much, that is why I would prefer an another option for it. The search result might look like</p>
<p dir="auto">(file path/filename.extension) line 834: “search result”</p>
<p dir="auto">with a single list of items (instead of a separate list for each file).  It would be great if the presence of file path is configurable and the symbol after the line number is also configurable.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/69418</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/69418</guid><dc:creator><![CDATA[Александр Булатов]]></dc:creator><pubDate>Wed, 01 Sep 2021 07:19:20 GMT</pubDate></item><item><title><![CDATA[Reply to Format of search results on Wed, 25 Aug 2021 12:24:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%D0%B0%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80-%D0%B1%D1%83%D0%BB%D0%B0%D1%82%D0%BE%D0%B2" aria-label="Profile: Александр-Булатов">@<bdi>Александр-Булатов</bdi></a></p>
<p dir="auto">For Excel, maybe I’d suggest a format like:</p>
<pre><code class="language-z">"File1.txt",834,“a string found No.1”
"File1.txt",838,“a string found No.2”
</code></pre>
<p dir="auto">My first thought was that replacement using regular expressions might help here, but looking at that it became a bit problematic.</p>
<p dir="auto">If you’d consider using the PythonScript plugin to achieve your goal, I’d be willing to write you a demo script that can do the basics of what you want.</p>
<p dir="auto">It’s been on my todo list to put together a demo of accessing the <em>Search results</em> panel data in a nice way, and this little problem of yours might be a nice thing to showcase it.</p>
<p dir="auto">Let me know what you think.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/69250</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/69250</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 25 Aug 2021 12:24:50 GMT</pubDate></item><item><title><![CDATA[Reply to Format of search results on Wed, 25 Aug 2021 11:53:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a> I would like to copy the results to MS Excel for further treatment. I need a separate column with file names.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/69247</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/69247</guid><dc:creator><![CDATA[Александр Булатов]]></dc:creator><pubDate>Wed, 25 Aug 2021 11:53:46 GMT</pubDate></item><item><title><![CDATA[Reply to Format of search results on Tue, 24 Aug 2021 12:01:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%D0%B0%D0%BB%D0%B5%D0%BA%D1%81%D0%B0%D0%BD%D0%B4%D1%80-%D0%B1%D1%83%D0%BB%D0%B0%D1%82%D0%BE%D0%B2" aria-label="Profile: Александр-Булатов">@<bdi>Александр-Булатов</bdi></a></p>
<p dir="auto">It’s currently not possible.</p>
<p dir="auto">Is there something behind your need other than a purely visual effect?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/69207</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/69207</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Tue, 24 Aug 2021 12:01:54 GMT</pubDate></item></channel></rss>