<?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[Double Click in find results does not open and highlight]]></title><description><![CDATA[<p dir="auto">In the past either running Macros or cntrl+shit+f for find in files,  then double clicking on find result would open the file in a tab and highlight the exact find result.  The was in consistent in the past working and not working, but not cannot get it to work.<br />
This very help when reviewing multiple log files.</p>
<p dir="auto">Notepad++ v7.8.5   (64-bit)<br />
Build time : Mar  4 2020 - 11:08:34<br />
Path : C:\Users\310237620\Desktop\notepaddplus\notepad++.exe<br />
Admin mode : OFF or ON<br />
Local Conf mode : ON<br />
OS Name : Windows 10 Enterprise (64-bit)<br />
OS Version : 1809<br />
OS Build : 17763.1098<br />
Plugins : mimeTools.dll NppConverter.dll NppExport.dll</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/19323/double-click-in-find-results-does-not-open-and-highlight</link><generator>RSS for Node</generator><lastBuildDate>Wed, 10 Jun 2026 20:57:00 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/19323.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 29 Apr 2020 20:55:08 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Double Click in find results does not open and highlight on Fri, 22 May 2020 21:03:06 GMT]]></title><description><![CDATA[<p dir="auto">I copied your macro, restarted Npp and did some tests and<br />
those worked for me. Sorry, not sure what breaks it on your side.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/54222</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/54222</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Fri, 22 May 2020 21:03:06 GMT</pubDate></item><item><title><![CDATA[Reply to Double Click in find results does not open and highlight on Thu, 21 May 2020 13:49:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a><br />
When creating the Macros I used the steps above only and no editing by hand.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/54175</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/54175</guid><dc:creator><![CDATA[joemir3]]></dc:creator><pubDate>Thu, 21 May 2020 13:49:28 GMT</pubDate></item><item><title><![CDATA[Reply to Double Click in find results does not open and highlight on Wed, 20 May 2020 22:55:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joemir3" aria-label="Profile: joemir3">@<bdi>joemir3</bdi></a></p>
<p dir="auto">I see, but your posting contains those “html” double quotes and your shortcuts.xml should contain only real<br />
double quotes. Is this the case?<br />
Or asked the other way around, did you ever edited shortcuts.xml by hand?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/54158</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/54158</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Wed, 20 May 2020 22:55:57 GMT</pubDate></item><item><title><![CDATA[Reply to Double Click in find results does not open and highlight on Wed, 20 May 2020 22:49:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a><br />
When creating the macro, I do not use any quote or other characters.<br />
Just using this \d+[^0]\scollisions,.<br />
Steps I used to create the macro is the following.<br />
Macro - start recording<br />
cntrl-shift-f<br />
\d+[^0]\scollisions,<br />
then hit find all<br />
stop recording macro<br />
save current recorded macro.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/54156</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/54156</guid><dc:creator><![CDATA[joemir3]]></dc:creator><pubDate>Wed, 20 May 2020 22:49:13 GMT</pubDate></item><item><title><![CDATA[Reply to Double Click in find results does not open and highlight on Wed, 20 May 2020 22:38:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joemir3" aria-label="Profile: joemir3">@<bdi>joemir3</bdi></a></p>
<p dir="auto">From xml point of view I don’t see an issue.<br />
Your data do have <code>“</code> and <code>”</code> instead of <code>"</code><br />
but I assume those have been changed while posting.<br />
Can you double check?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/54154</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/54154</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Wed, 20 May 2020 22:38:53 GMT</pubDate></item><item><title><![CDATA[Reply to Double Click in find results does not open and highlight on Wed, 20 May 2020 22:15:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a><br />
It is something to do with the macros.  If I remove all I created it works as expected by doing a find in files search with regex.<br />
The macro is using regex to find specific patterns in a pre-determined directory.<br />
The example below I created is “collisions”.  The macro is cntl-shift-f for find in files with the regex and all works as expect, finds the pattern and display in a pop-up “find in files” results- BUT a double click on a result does not open the file.</p>
<p dir="auto">&lt;NotepadPlus&gt;<br />
&lt;InternalCommands /&gt;<br />
&lt;Macros&gt;<br />
&lt;Macro name=“Trim Trailing Space and Save” Ctrl=“no” Alt=“yes” Shift=“yes” Key=“83”&gt;<br />
&lt;Action type=“2” message=“0” wParam=“42024” lParam=“0” sParam=“” /&gt;<br />
&lt;Action type=“2” message=“0” wParam=“41006” lParam=“0” sParam=“” /&gt;<br />
&lt;/Macro&gt;<br />
&lt;Macro name=“Collisions” Ctrl=“no” Alt=“no” Shift=“no” Key=“0”&gt;<br />
&lt;Action type=“3” message=“1700” wParam=“0” lParam=“0” sParam=“” /&gt;<br />
&lt;Action type=“3” message=“1601” wParam=“0” lParam=“0” sParam=“\d+[^0]\scollisions,” /&gt;<br />
&lt;Action type=“3” message=“1625” wParam=“0” lParam=“2” sParam=“” /&gt;<br />
&lt;Action type=“3” message=“1653” wParam=“0” lParam=“0” sParam=“C:\NW-Review" /&gt;<br />
&lt;Action type=“3” message=“1652” wParam=“0” lParam=“0” sParam=”<em>.</em>" /&gt;<br />
&lt;Action type=“3” message=“1702” wParam=“0” lParam=“32” sParam=“” /&gt;<br />
&lt;Action type=“3” message=“1701” wParam=“0” lParam=“1656” sParam=“” /&gt;<br />
&lt;/Macro&gt;<br />
&lt;/Macros&gt;<br />
&lt;UserDefinedCommands&gt;<br />
&lt;Command name=“Get PHP help” Ctrl=“no” Alt=“yes” Shift=“no” Key=“112”&gt;<a href="http://www.php.net/$(CURRENT_WORD)" rel="nofollow ugc">http://www.php.net/$(CURRENT_WORD)</a>&lt;/Command&gt;<br />
&lt;Command name=“Wikipedia Search” Ctrl=“no” Alt=“yes” Shift=“no” Key=“114”&gt;<a href="https://en.wikipedia.org/wiki/Special:Search?search=$(CURRENT_WORD)" rel="nofollow ugc">https://en.wikipedia.org/wiki/Special:Search?search=$(CURRENT_WORD)</a>&lt;/Command&gt;<br />
&lt;Command name=“Open file in another instance” Ctrl=“no” Alt=“yes” Shift=“no” Key=“117”&gt;$(NPP_FULL_FILE_PATH) $(CURRENT_WORD) -nosession -multiInst&lt;/Command&gt;<br />
&lt;/UserDefinedCommands&gt;<br />
&lt;PluginCommands /&gt;<br />
&lt;ScintillaKeys /&gt;<br />
&lt;/NotepadPlus&gt;</p>
]]></description><link>https://community.notepad-plus-plus.org/post/54151</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/54151</guid><dc:creator><![CDATA[joemir3]]></dc:creator><pubDate>Wed, 20 May 2020 22:15:33 GMT</pubDate></item><item><title><![CDATA[Reply to Double Click in find results does not open and highlight on Wed, 20 May 2020 21:17:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joemir3" aria-label="Profile: joemir3">@<bdi>joemir3</bdi></a></p>
<p dir="auto">Could it be that the shortcuts file has been corrupted?<br />
If you open it within npp do see it gets colored correctly?<br />
If you can, install XML Tools plugin then you can check<br />
if this is still a valid xml or not.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/54146</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/54146</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Wed, 20 May 2020 21:17:46 GMT</pubDate></item><item><title><![CDATA[Reply to Double Click in find results does not open and highlight on Wed, 20 May 2020 20:55:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joemir3" aria-label="Profile: joemir3">@<bdi>joemir3</bdi></a> said in <a href="/post/54144">Double Click in find results does not open and highlight</a>:</p>
<blockquote>
<p dir="auto">Interesting observations it does work as expected if I do not use macros.  If I remove the “shortcuts” file with self made macros it <strong>DOES</strong>  work.</p>
</blockquote>
]]></description><link>https://community.notepad-plus-plus.org/post/54145</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/54145</guid><dc:creator><![CDATA[joemir3]]></dc:creator><pubDate>Wed, 20 May 2020 20:55:48 GMT</pubDate></item><item><title><![CDATA[Reply to Double Click in find results does not open and highlight on Wed, 20 May 2020 20:50:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a><br />
Thank you for the reply -<br />
I did what you suggested with no success.<br />
I did just upgrade to 7.8.6.<br />
Interesting observations it does work as expected if I do not use macros.  If I remove the “shortcuts” file with self made macros it does not work.<br />
Once I add the macros,   the find results from these macros do not open the file.<br />
If I remove the file with the self made macros restart npp… all work as expected.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/54144</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/54144</guid><dc:creator><![CDATA[joemir3]]></dc:creator><pubDate>Wed, 20 May 2020 20:50:49 GMT</pubDate></item><item><title><![CDATA[Reply to Double Click in find results does not open and highlight on Wed, 29 Apr 2020 22:04:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/joemir3" aria-label="Profile: joemir3">@<bdi>joemir3</bdi></a></p>
<p dir="auto">So if I understand you correctly your problem is that<br />
a double click in the “find result” window does not open the file<br />
and highlight the searched word anymore, correct?<br />
If so, this is still working for me.</p>
<pre><code class="language-z">Notepad++ v7.8.5   (64-bit)
Build time : Mar  3 2020 - 17:39:56
Path : D:\...\notepad++.exe
Admin mode : OFF
Local Conf mode : ON
OS Name : Windows 7 Professional (64-bit) 
OS Build : 7601.24544
Plugins : ... 
</code></pre>
<p dir="auto">What you can give it a try is to<br />
stop all npp instances<br />
rename the config.xml from C:\Users\310237620\Desktop\notepaddplus<br />
and start npp.<br />
A new fresh default config.xml will be created on startup,<br />
means also previous changes are lost.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53264</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53264</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Wed, 29 Apr 2020 22:04:13 GMT</pubDate></item></channel></rss>