<?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[Find result window&#x27;s current&#x2F;active line colour]]></title><description><![CDATA[<p dir="auto">So here I am asking for help this time.<br />
After pressing e.g. “Find All in Current Document” in the Find dialog, we are getting the nice “Find result” window.<br />
While in this “Find result” window itself, the current/active line of this window has a different background colour.<br />
But once you double-click a line in the  “Find result” window (to go to the corresponding line in the main editing window), the background colour of the current/active (just double-clicked) line disappears once the “Find result” window has lost the focus! So there is no any mark of which line was just double-clicked in the “Find result” window!<br />
How can it be configured, to have some visible background colour of the just double-clicked line in the “Find result” window?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/15835/find-result-window-s-current-active-line-colour</link><generator>RSS for Node</generator><lastBuildDate>Tue, 09 Jun 2026 15:15:40 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/15835.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 30 May 2018 13:12:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Find result window&#x27;s current&#x2F;active line colour on Wed, 30 May 2018 13:49:20 GMT]]></title><description><![CDATA[<p dir="auto">Thank you!<br />
Indeed, sending  SCI_SETCARETLINEVISIBLEALWAYS with wParam=TRUE to this Scintilla window makes the line background colour to remain even after losing the focus.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32556</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32556</guid><dc:creator><![CDATA[Vitaliy Dovgan]]></dc:creator><pubDate>Wed, 30 May 2018 13:49:20 GMT</pubDate></item><item><title><![CDATA[Reply to Find result window&#x27;s current&#x2F;active line colour on Wed, 30 May 2018 13:32:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vitaliy-dovgan" aria-label="Profile: Vitaliy-Dovgan">@<bdi>Vitaliy-Dovgan</bdi></a></p>
<p dir="auto">there is already a <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/pull/4518" rel="nofollow ugc">PR</a>.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32554</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32554</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Wed, 30 May 2018 13:32:29 GMT</pubDate></item><item><title><![CDATA[Reply to Find result window&#x27;s current&#x2F;active line colour on Wed, 30 May 2018 13:30:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/vitaliy-dovgan" aria-label="Profile: Vitaliy-Dovgan">@<bdi>Vitaliy-Dovgan</bdi></a></p>
<p dir="auto">Hi Vitaliy,</p>
<p dir="auto">the issue is that the scintilla component in the find result window<br />
hast set <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/blob/9b565319e341341c2378e61feeaea733677b1c64/PowerEditor/src/ScitillaComponent/FindReplaceDlg.cpp#L2199" rel="nofollow ugc">SCI_SETCARETLINEVISIBLE</a></p>
<p dir="auto">whereas it, probably, should have set <a href="https://www.scintilla.org/ScintillaDoc.html#SCI_SETCARETLINEVISIBLEALWAYS" rel="nofollow ugc">SCI_SETCARETLINEVISIBLEALWAYS</a>.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32553</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32553</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Wed, 30 May 2018 13:30:12 GMT</pubDate></item></channel></rss>