<?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[&quot;Keep this file in editor?&quot;]]></title><description><![CDATA[<p dir="auto">Hi!</p>
<p dir="auto">I love notepad++. I use it in conjunction with WinSCP. I work 20+ files simultaneously often. When I come back from hibernation, the FTP session has timed out and I get 20+ of these dialog boxes saying that the file doesn’t exist anymore.</p>
<p dir="auto">I looked, but can’t find how to tell Notepad++ to always “yes” or always “no” to this.</p>
<p dir="auto"><a href="http://i.imgur.com/KF6MuAT.png" rel="nofollow ugc">example</a></p>
]]></description><link>https://community.notepad-plus-plus.org/topic/11548/keep-this-file-in-editor</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 15:31:54 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/11548.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 31 Mar 2016 10:19:52 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to &quot;Keep this file in editor?&quot; on Thu, 29 Apr 2021 13:25:19 GMT]]></title><description><![CDATA[<p dir="auto">I know I am resurrecting an ancient topic, but since <a href="/topic/21092">a 2021 topic</a> referred back to this thread, I thought I would correct a misunderstanding from this thread, which hadn’t been addressed.</p>
<p dir="auto">I checked Notepad++ v6.6.6 from June 2014 (two years <em>before</em> this thread), Notepad++ v7.0 (from Sep 2016, a few months after this thread), and the most-recent Notepad++ v7.9.5 from March 2021, and all three have this feature: specifically, there <em>is</em> a way to turn off that dialog.</p>
<p dir="auto"><a href="https://npp-user-manual.org/docs/preferences/#misc" rel="nofollow ugc"><strong>Settings &gt; Preferences &gt; MISC</strong></a> <strong>&gt; File Status Auto-Detection</strong>, and select <strong>Disable</strong> in the drop down (or uncheck Enable’s checkbox in v6.6.6).  Once that’s disabled, Notepad++ will no longer poll the filesystem, looking for either file deletions or for updates to the file, and you won’t be prompted again.  With the Auto-Detection disabled, I do not see the “This file has been modified by another program” dialog, and disabling that option also eliminated the “This file … doesn’t exist anymore”, which this topic was complaining about.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/65459</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/65459</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Thu, 29 Apr 2021 13:25:19 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Keep this file in editor?&quot; on Tue, 27 Feb 2018 15:04:36 GMT]]></title><description><![CDATA[<p dir="auto">; Workaround written in AHK for windows user:</p>
<p dir="auto">SetTitleMatchMode,2<br />
while(true){<br />
WinGetActiveTitle,at<br />
; wrong IfWinActive,ahk_class Notepad++,Keep this file in editor?<br />
IfWinActive,Keep non existing file ahk_class #32770<br />
WinClose,<br />
WinWaitNotActive,% at<br />
}</p>
]]></description><link>https://community.notepad-plus-plus.org/post/30616</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/30616</guid><dc:creator><![CDATA[Sebastian Lauffer]]></dc:creator><pubDate>Tue, 27 Feb 2018 15:04:36 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Keep this file in editor?&quot; on Tue, 27 Feb 2018 14:15:57 GMT]]></title><description><![CDATA[<p dir="auto">; Workaround written in AHK for windows user:</p>
<p dir="auto">SetTitleMatchMode,2<br />
while(true){<br />
WinGetActiveTitle,at<br />
IfWinActive,ahk_class Notepad++,Keep this file in editor?<br />
send,n<br />
WinWaitNotActive,% at<br />
}</p>
]]></description><link>https://community.notepad-plus-plus.org/post/30615</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/30615</guid><dc:creator><![CDATA[Sebastian Lauffer]]></dc:creator><pubDate>Tue, 27 Feb 2018 14:15:57 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Keep this file in editor?&quot; on Sun, 30 Oct 2016 12:28:32 GMT]]></title><description><![CDATA[<p dir="auto">This wouldn’t be difficult to create some configurability for.<br />
Here is what I am thinking and how I think it would solve this issue for everyone.</p>
<p dir="auto">A 3 option Radio, in the settings that contains the following:</p>
<ol>
<li>Ask how to treat files that have changed or are missing. (Default)</li>
<li>Don’t Ask and keep the file open. (This makes the tab icon red.)</li>
<li>Don’t ask and close the missing or changed file.</li>
</ol>
<p dir="auto">This is just an immediate idea to set people on the right track for how this can work, and can obviously have more options than the ones I listed.</p>
<p dir="auto">For those who are stumbling onto this topic looking for a solution,<br />
I ask you to comment here as well to at least show that this is something you would like seen changed and show support for an amazing editor.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/18913</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/18913</guid><dc:creator><![CDATA[[[global:former-user]]]]></dc:creator><pubDate>Sun, 30 Oct 2016 12:28:32 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Keep this file in editor?&quot; on Thu, 16 Jun 2016 10:11:06 GMT]]></title><description><![CDATA[<p dir="auto">I agree with this, it is extremely annoying. I often view temporary files from other applications, which are then deleted. Then switching to notepad++ gives the dialog.</p>
<p dir="auto">I’m not sure why it would be hard to sort out, just don’t ask the question and keep the file.</p>
<p dir="auto">Or probably better to make it an option to either keep the file, don’t keep the file, or ask each time.</p>
<p dir="auto">Jim</p>
]]></description><link>https://community.notepad-plus-plus.org/post/16394</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/16394</guid><dc:creator><![CDATA[Jim Robinson118]]></dc:creator><pubDate>Thu, 16 Jun 2016 10:11:06 GMT</pubDate></item><item><title><![CDATA[Reply to &quot;Keep this file in editor?&quot; on Fri, 01 Apr 2016 00:25:30 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="plugin-mentions-user plugin-mentions-a" href="/user/prokop-suchanek" aria-label="Profile: Prokop-Suchanek">@<bdi>Prokop-Suchanek</bdi></a>,</p>
<p dir="auto">there isn’t such feature. Unfortunately it is something which cannot be easily solved.<br />
Not sure if this helps you but the only thing you can do is to disable file status detection.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/15072</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/15072</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Fri, 01 Apr 2016 00:25:30 GMT</pubDate></item></channel></rss>