<?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[Replace In Files not working for me using Extended Mode]]></title><description><![CDATA[<p dir="auto">I am trying to replace a given line of text in many files with two lines of text</p>
<p dir="auto">e.g. replace</p>
<p dir="auto">#include “folder\somefile.h”;</p>
<p dir="auto">with</p>
<p dir="auto">#include “folder\somefile.h”;<br />
#include “folder\otherfile.h”;</p>
<p dir="auto">If I use extended mode it will find all occurrences just fine looking for</p>
<p dir="auto">#include “folder\\somefile.h”;</p>
<p dir="auto">But when I try to perform the Replace In Files action using this for the replace with</p>
<p dir="auto">#include “folder\\somefile.h”;\n#include “folder\\otherfile.h”;</p>
<p dir="auto">It fails just ends up doing nothing with</p>
<p dir="auto">Replace in Files: 0 occurrences were replaced.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/15892/replace-in-files-not-working-for-me-using-extended-mode</link><generator>RSS for Node</generator><lastBuildDate>Fri, 07 Aug 2026 21:55:01 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/15892.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 07 Jun 2018 22:53:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Replace In Files not working for me using Extended Mode on Thu, 07 Jun 2018 23:18:45 GMT]]></title><description><![CDATA[<p dir="auto">Turns out that this was because the files were read-only. I was counting on the Perforce Plugin to automatically check them out but I guess that is not going to work. I will have to manually checkout everything and then perform the replacement.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/32865</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/32865</guid><dc:creator><![CDATA[Dan Edwards]]></dc:creator><pubDate>Thu, 07 Jun 2018 23:18:45 GMT</pubDate></item></channel></rss>