<?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[Where are search&#x2F;replace expressions stored?]]></title><description><![CDATA[<p dir="auto">There are a few search/replace operations I do almost every day and I get frustrated when Notepad++ removes those frequently used regular expressions from the “Find what” and “Replace With” drop-down lists.   I have those expressions saved in a file so I can cut/paste them into the Search/Replace window but it would be much easier if I could just find a way to lock them permanently into those drop down lists.</p>
<p dir="auto">My first step is to figure out where Notepad++ stores the contents of those drop down lists - it doesn’t seem to use xml files or any other text file in my %Appdata%\Notepad++ folder.   I would try macros instead but Notepad++ was rumoured to store the macros in an XL file in that same folder … but the macros never get saved.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/11023/where-are-search-replace-expressions-stored</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 10:51:37 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/11023.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 29 Dec 2015 21:38:39 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Where are search&#x2F;replace expressions stored? on Thu, 31 Dec 2015 01:58:25 GMT]]></title><description><![CDATA[<p dir="auto">Hello Rob,<br />
I have thought about it for a while now but didn’t find<br />
a solution which would be better than recording a macro.<br />
But, of course, this would mean, that you need to record<br />
each of your regexes and save it with a meaningful name.<br />
And it is always the same regex called, no variation allowed.<br />
The closest other solution I can think of is to modify the</p>
<pre><code> 	nbMaxFindHistoryFind ="10"
</code></pre>
<p dir="auto">parameter to something like</p>
<pre><code> 	nbMaxFindHistoryFind ="1000"
</code></pre>
<p dir="auto">so it takes longer before it gets deleted but of course<br />
it doesn’t make it more user friendly if you get a list of hundreds of regexes.</p>
<p dir="auto">UPDATE: now that I have posted this - I think of something different - I will check and come back on this again.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/12911</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/12911</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Thu, 31 Dec 2015 01:58:25 GMT</pubDate></item><item><title><![CDATA[Reply to Where are search&#x2F;replace expressions stored? on Wed, 30 Dec 2015 04:06:32 GMT]]></title><description><![CDATA[<p dir="auto">Thanks, Claudia.    Even though I had previously searched the registry, I was still hoping to hear that those were in the Windows registry - it would be so easy to make a little .reg file and have that reg file load before starting Notepad++.     Too bad there’s not a way to just put a “lock” attribute on some of the things in config.xml so that NP++ will know to leave them alone.</p>
<p dir="auto">I also tried putting my find/replace expressions in there own XML file but I can’t find a way to make NP++ load my XML file when it starts.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/12887</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/12887</guid><dc:creator><![CDATA[Rob Stow]]></dc:creator><pubDate>Wed, 30 Dec 2015 04:06:32 GMT</pubDate></item><item><title><![CDATA[Reply to Where are search&#x2F;replace expressions stored? on Tue, 29 Dec 2015 22:28:37 GMT]]></title><description><![CDATA[<p dir="auto">Hello Rob-Stow,</p>
<p dir="auto">a good starting point is <a href="http://docs.notepad-plus-plus.org/index.php/Configuration_Files" rel="nofollow ugc">here</a>.<br />
Every configuration file is explained.<br />
And the answer to the question would be <strong>shortcuts.xml</strong> and <strong>config.xml</strong>.<br />
Where those files are located depends on how notepad++ was installed.<br />
There are either in the APPDATA or in the notepad++ installation directory.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/12882</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/12882</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Tue, 29 Dec 2015 22:28:37 GMT</pubDate></item></channel></rss>