<?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[how to change research list]]></title><description><![CDATA[<p dir="auto">CTRL+F to open “Searching”<br />
inside i can click on flash to see 10 last searches.<br />
How can i change this to have history for 99 last searches ?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/12163/how-to-change-research-list</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 04:24:58 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/12163.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 31 Jul 2016 19:08:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to how to change research list on Sun, 07 Aug 2016 22:01:35 GMT]]></title><description><![CDATA[<p dir="auto">Hello, <strong>Eric</strong>,</p>
<p dir="auto">You should have a look to the <strong>Config.xml</strong> file of your <strong>N++</strong> configuration :</p>
<p dir="auto">Depending on your <strong>initial</strong> N++ installation ( With the <strong>installer</strong> OR from a <strong>ZIP</strong> or <strong>7Z</strong> archive ), it may be located :</p>
<ul>
<li>
<p dir="auto">In the <strong><code>same</code></strong> folder as <strong><code>Notepad++ .exe</code></strong>, in case of <strong><code>local</code></strong> installation</p>
</li>
<li>
<p dir="auto">In case of <strong>classic</strong> installation, with the <strong><code>installer</code></strong>, you probably find it :</p>
<ul>
<li>
<p dir="auto">In <strong><code>%AppData%\Roaming\Notepad++</code></strong>, for a <strong>W7</strong>, <strong>W8</strong> or <strong>W10</strong> configuration</p>
</li>
<li>
<p dir="auto">In <strong><code>%AppData%\Notepad++</code></strong>, for a <strong>XP</strong> or <strong>Vista</strong> configuration</p>
</li>
</ul>
</li>
</ul>
<p dir="auto">Then :</p>
<ul>
<li>
<p dir="auto"><strong>Close</strong> any <strong>instance</strong> of Notepad++</p>
</li>
<li>
<p dir="auto">Open your <strong>Config.xml</strong> file, with an <strong>OTHER</strong> editor than N++</p>
</li>
<li>
<p dir="auto">Near the <strong>end</strong> of this file, you’ll notice the <strong>&lt;FindHistory&gt;</strong> section</p>
</li>
</ul>
<p dir="auto">As for me, presently, it contains the <strong>following</strong> lines :</p>
<pre><code>&lt;!-- The History of opened files list --&gt;
&lt;FindHistory nbMaxFindHistoryPath="10" nbMaxFindHistoryFilter="10" nbMaxFindHistoryFind="10" nbMaxFindHistoryReplace="10" matchWord="no" matchCase="yes" wrap="no" directionDown="yes" fifRecuisive="yes" fifInHiddenFolder="no" dlgAlwaysVisible="no" fifFilterFollowsDoc="no" fifFolderFollowsDoc="no" searchMode="2" transparencyMode="1" transparency="128" dotMatchesNewline="yes"&gt;
    &lt;Path name="C:\_692" /&gt;
    &lt;Filter name="*.txt" /&gt;
    &lt;Find name="(?-s)^(.*?,){15}\h*\K[^,\r\n]+" /&gt;
    &lt;Find name="(?-s)^(.*?,){15}\h*\K[^,]+" /&gt;
    &lt;Find name="(?-s)^(.*?,){13}\h*\K[^,]+" /&gt;
    &lt;Find name="(?-s)^(.*?,){13}\h*\K[^,\r\n]+" /&gt;
    &lt;Find name="(?-s)^(.*?,){0}\h*\K[^,\r\n]+" /&gt;
    &lt;Find name="(?-s)^(.*?,){3}\h*\K[^,\r\n]+" /&gt;
    &lt;Find name="(?-s)^(.*?,){12}\h*\K[^,\r\n]+" /&gt;
    &lt;Find name="(?-s)^(.*?,){6}\h*\K[^,\r\n]+" /&gt;
    &lt;Find name="(?-s)^(.*?,){4}\h*\K[^,\r\n]+" /&gt;
    &lt;Find name="(?-s)^(.*?,){4}\h*\K[^\h,\r\n]+" /&gt;
    &lt;Replace name="(?1:#\r\n)" /&gt;
    &lt;Replace name="(?1:#)" /&gt;
    &lt;Replace name="1234" /&gt;
    &lt;Replace name="   \1  |" /&gt;
    &lt;Replace name="   \d  |" /&gt;
    &lt;Replace name=" \1" /&gt;
    &lt;Replace name="  \1" /&gt;
    &lt;Replace name="                              " /&gt;
    &lt;Replace name="          " /&gt;
    &lt;Replace name="\t\t\t" /&gt;
&lt;/FindHistory&gt;
</code></pre>
<ul>
<li>Finally, change the number <strong>10</strong> in the <strong>first</strong> line, after the comment, for the <strong>nbMaxFindHistoryFind</strong> value :-))</li>
</ul>
<hr />
<p dir="auto">I’ve <strong>never</strong> tested, with other number than <strong>10</strong>, myself, but this should work, anyway !</p>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/17134</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/17134</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Sun, 07 Aug 2016 22:01:35 GMT</pubDate></item></channel></rss>