<?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[Mystery folder...]]></title><description><![CDATA[<p dir="auto">I have just discovered this folder on my computer: <a href="mailto:Don_HO_don.h@free.fr" rel="nofollow ugc">Don_HO_don.h@free.fr</a>  It was apparently created by Notepad++ at some point. Can I delete it/is it necessary? If it is not necessary, may I suggest that you make updates cleanup better and not leave behind unnecessary folders, etc.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/19294/mystery-folder</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 05:46:29 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/19294.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 26 Apr 2020 21:04:22 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Mystery folder... on Thu, 30 Apr 2020 14:22:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@PeterJones</a></p>
<p dir="auto">Interesting.  I’ve never installed N++, always used portable so like you said it must somehow “become” available to the portable edition, maybe during packaging.  All my other plugins can write to my Plugins_config directory - not sure why CodeAlignment doesn’t.</p>
<p dir="auto">Cheers.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53289</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53289</guid><dc:creator><![CDATA[Michael Vincent]]></dc:creator><pubDate>Thu, 30 Apr 2020 14:22:04 GMT</pubDate></item><item><title><![CDATA[Reply to Mystery folder... on Thu, 30 Apr 2020 13:34:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/14847">@Michael-Vincent</a> said in <a href="/post/53283">Mystery folder...</a>:</p>
<blockquote>
<p dir="auto">And a quick grep does not turn up “Don” or “free” or anything else in that weird config file string.  However, I do see:</p>
</blockquote>
<p dir="auto">When I was looking into it before, I found that <code>Don HO don.h@free.fr</code> is the text that gets put into the registry under <code>HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\Shell\MuiCache</code> in the <code>C:\path\to\notepad++.exe.ApplicationCompany</code> entry and <code>C:\path\to\notepad++\updater\GUP.exe.ApplicationCompany</code> .  I wasn’t able to find out where in the Notepad++ source code that string gets defined, though it’s in the installer at <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/blob/ef13902206f80e00dcfd7d85b342066ed6f86d66/PowerEditor/installer/nsisInclude/globalDef.nsh#L64" rel="nofollow ugc">globalDef.nsh#L64</a> .  But since I know that the string is available to the portable unzipped Notepad++, and not restricted to just installed editions of Notepad++, then either my search-fu is weak, or the notepad++.exe somehow inherits that string from the installer even in the portable version.</p>
<p dir="auto">Anyway, my <em>guess</em> is that there is some Windows API call that gives Notepad++ and/or its plugins access to that string, possibly with automatic conversion of spaces into underscores, and this API is possibly used by Code Alignment (and maybe one or more other plugins that <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/18409">@Al-Bateman</a> previously or currently has installed).  I also wonder whether some Windows API call will try the normal AppData path specified, but if it cannot write there (for whatever reason), it uses the <code>.ApplicationCompany</code>-based folder for storing the file as a fallback – or maybe it is a fallback for trying and failing to write in the <code>&lt;install_folder&gt;</code> hierarchy.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53285</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53285</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Thu, 30 Apr 2020 13:34:09 GMT</pubDate></item><item><title><![CDATA[Reply to Mystery folder... on Thu, 30 Apr 2020 13:27:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/14847">@Michael-Vincent</a> said in <a href="/post/53283">Mystery folder...</a>:</p>
<blockquote>
<p dir="auto">I’m going to look through his code now:</p>
</blockquote>
<p dir="auto">Opened a GitHub issue:<br />
<a href="https://github.com/cpmcgrath/codealignment/issues/98" rel="nofollow ugc">https://github.com/cpmcgrath/codealignment/issues/98</a></p>
<p dir="auto">Cheers.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53284</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53284</guid><dc:creator><![CDATA[Michael Vincent]]></dc:creator><pubDate>Thu, 30 Apr 2020 13:27:16 GMT</pubDate></item><item><title><![CDATA[Reply to Mystery folder... on Thu, 30 Apr 2020 13:17:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/18057">@astrosofista</a> said in <a href="/post/53248">Mystery folder...</a>:</p>
<blockquote>
<p dir="auto">I think this folder and files included there are related to the Code alignment plugin.</p>
</blockquote>
<p dir="auto">I have Code Alignment plugin installed and have this mystery folder as well.  I deleted it.  Using N++ after that keeps the folder gone.  However, as soon as I:</p>
<p dir="auto">Plugins =&gt; Code Alignment =&gt; Align by …</p>
<p dir="auto">The folder re-appears!</p>
<p dir="auto">I’m going to look through his code now:<br />
<a href="https://github.com/cpmcgrath/codealignment.git" rel="nofollow ugc">https://github.com/cpmcgrath/codealignment.git</a></p>
<p dir="auto">And a quick <code>grep</code> does not turn up “Don” or “free” or anything else in that weird config file string.  However, I do see:</p>
<p dir="auto">codealignment/CodeAlignment.Npp/Main.cs:</p>
<pre><code>        static void SetupIniFile()
        {
            var sbIniFilePath = new StringBuilder(Win32.MAX_PATH);
            Win32.SendMessage(PluginBase.nppData._nppHandle, NppMsg.NPPM_GETPLUGINSCONFIGDIR, Win32.MAX_PATH, sbIniFilePath);
            var path = sbIniFilePath.ToString();
            if (!Directory.Exists(path))
                Directory.CreateDirectory(path);

            s_iniFilePath = Path.Combine(path, PluginName + ".ini");
        }
</code></pre>
<p dir="auto">Which is the proper way to get the config directory and save your plugin config.  By this logic, there should exist:</p>
<p dir="auto">$(NPP_INSTALL_DIR)/plugins/config/codealignment.ini</p>
<p dir="auto">which I <em><strong>don’t</strong></em> have.  Instead, it looks like the config is stored in that “mystery directory”.  Of course, this is C# code and there are “helpers” and “exporters” and additional DLL’s required to build and end up getting installed - I don’t know C#.  Maybe on of those supporting DLLs (which I don’t have source code for) are creating the directory?</p>
<p dir="auto">Cheers.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53283</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53283</guid><dc:creator><![CDATA[Michael Vincent]]></dc:creator><pubDate>Thu, 30 Apr 2020 13:17:29 GMT</pubDate></item><item><title><![CDATA[Reply to Mystery folder... on Thu, 30 Apr 2020 04:41:06 GMT]]></title><description><![CDATA[<p dir="auto">I have used Notepad++ for years with Windows 7. However I just upgraded to Windows 10 on Mar. 3rd and downloaded Notepad++ which would have been the 7.85 version, so not an old copy. Don’t have Code alignment plugin either. The only plugins I installed are Compare, Tidy2 &amp; TextFX Characters. Since one of you thinks it’s OK to delete, I guess I will. Thanks to all.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53266</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53266</guid><dc:creator><![CDATA[Al Bateman]]></dc:creator><pubDate>Thu, 30 Apr 2020 04:41:06 GMT</pubDate></item><item><title><![CDATA[Reply to Mystery folder... on Wed, 29 Apr 2020 15:57:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7377">@Alan-Kilborn</a></p>
<p dir="auto">Even if we don’t know the details of the story, those are the funny facts  :)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53251</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53251</guid><dc:creator><![CDATA[astrosofista]]></dc:creator><pubDate>Wed, 29 Apr 2020 15:57:07 GMT</pubDate></item><item><title><![CDATA[Reply to Mystery folder... on Wed, 29 Apr 2020 15:10:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/18057">@astrosofista</a></p>
<p dir="auto">So what you’re saying is that the author of the <a href="https://github.com/cpmcgrath/codealignment" rel="nofollow ugc">Code alignment</a> plugin, who appears to be (info from <em>Plugins Admin</em>):</p>
<pre><code class="language-z">Author: Chris McGrath
Homepage: https://github.com/cpmcgrath/codealignment
</code></pre>
<p dir="auto">deliberately coded a path to a config file he used, using the partial foldername <code>Don_HO_don.h@free.fr</code> ?</p>
<p dir="auto">That’s rich.  Haha.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53249</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53249</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 29 Apr 2020 15:10:52 GMT</pubDate></item><item><title><![CDATA[Reply to Mystery folder... on Wed, 29 Apr 2020 14:59:53 GMT]]></title><description><![CDATA[<p dir="auto">Hi <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@PeterJones</a>, <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7377">@Alan-Kilborn</a>, <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/18409">@Al-Bateman</a> and All</p>
<p dir="auto">I think this folder and files included there are related to the <code>Code alignment</code> plugin.</p>
<p dir="auto">Let me explain me a bit:</p>
<p dir="auto">In <code>Everything</code> ran a search for that folder and found it. Each version from <code>Notepad++ 7.81</code> and up has an associated directory, which includes an XML file named <em>user.config</em>. After inspecting those files I noticed a <em>CMcG.CodeAlignment</em> string that obviously suggested me the mentioned plugin. Looked for the plugin, again via <code>Everything</code> —couldn’t live without it— and indeed it was installed the same date as the XML file was created.</p>
<p dir="auto">So, in order to confirm my suspicion and as the XML file for the 7.85 version was dated on the first days of the current month, applied a simple alignment test with the plugin and the config file accordingly modified its date to today.</p>
<p dir="auto">Let me know if you want additional tests or want to inspect the config file.</p>
<p dir="auto">Have fun!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53248</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53248</guid><dc:creator><![CDATA[astrosofista]]></dc:creator><pubDate>Wed, 29 Apr 2020 14:59:53 GMT</pubDate></item><item><title><![CDATA[Reply to Mystery folder... on Wed, 29 Apr 2020 13:47:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7377">@Alan-Kilborn</a> said in <a href="/post/53242">Mystery folder...</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@PeterJones</a> said in <a href="/post/53239">Mystery folder...</a>:</p>
<blockquote>
<p dir="auto">Yours, with 7.85 in the path, seems to indicate that it’s not only really-old copies.</p>
</blockquote>
<p dir="auto">Or…it was created long ago with a “really-old” copy, and has just lingered unnoticed until present day.</p>
</blockquote>
<p dir="auto">That was my original thought, but I am assuming that the <code>7.85</code> in <code>C:\Users\Al Bateman\AppData\Local\Don_HO_don.h@free.fr\DefaultDomain_Path_xpwtfcv4wweygsgdnlwjjbrhq51ffsk1\7.85\user.config</code> came from the <a href="https://npp-user-manual.org/docs/plugin-communication/" rel="nofollow ugc">NPPM_GETNPPVERSION message</a> – which has been the internal storage mechanism of the version number since 4.7.5 (which is internally stored as the words 4 and 75).  It would’ve been quite the coincidence if one of the ancient versions of Notepad++ would have happened to create a directory with a valid future version of Notepad++ in the path.</p>
<p dir="auto">I guess <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/18409">@Al-Bateman</a> could chime in and indicate whether he ever had an older version of Notepad++, or whether v7.8.5 was the oldest he’s ever used.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53244</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53244</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 29 Apr 2020 13:47:04 GMT</pubDate></item><item><title><![CDATA[Reply to Mystery folder... on Wed, 29 Apr 2020 13:26:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@PeterJones</a> said in <a href="/post/53239">Mystery folder...</a>:</p>
<blockquote>
<p dir="auto">Yours, with 7.85 in the path, seems to indicate that it’s not only really-old copies.</p>
</blockquote>
<p dir="auto">Or…it was created long ago with a “really-old” copy, and has just lingered unnoticed until present day.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53242</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53242</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 29 Apr 2020 13:26:45 GMT</pubDate></item><item><title><![CDATA[Reply to Mystery folder... on Wed, 29 Apr 2020 13:04:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/18409">@Al-Bateman</a> said in <a href="/post/53227">Mystery folder...</a>:</p>
<blockquote>
<p dir="auto">I downloaded and installed directly from Notepad++ last month. I never use MS Store.</p>
</blockquote>
<p dir="auto">When I tried searching the codebase, I couldn’t find any instance of that string, though <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/search?q=Don_HO_don.h%40free.fr&amp;type=Issues" rel="nofollow ugc">the search turned up</a> three issues where it was indicated that possibly really-old copies of Notepad++ would create <code>%LocalAppData%\Don_HO_don.h@free.fr</code>.  Yours, with 7.85 in the path, seems to indicate that it’s not only really-old copies.</p>
<p dir="auto">However, though I cannot figure out how it’s created, it should be safe to delete.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53239</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53239</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 29 Apr 2020 13:04:10 GMT</pubDate></item><item><title><![CDATA[Reply to Mystery folder... on Wed, 29 Apr 2020 02:24:52 GMT]]></title><description><![CDATA[<p dir="auto">I downloaded and installed directly from Notepad++ last month. I never use MS Store.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53227</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53227</guid><dc:creator><![CDATA[Al Bateman]]></dc:creator><pubDate>Wed, 29 Apr 2020 02:24:52 GMT</pubDate></item><item><title><![CDATA[Reply to Mystery folder... on Tue, 28 Apr 2020 12:03:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/18417">@asvc</a> said in <a href="/post/53181">Mystery folder...</a>:</p>
<blockquote>
<p dir="auto">Have you installed from “MS Store” by any chance?</p>
</blockquote>
<p dir="auto">Which would be something you shouldn’t do.<br />
As that is someone’s “fork” of Notepad++.<br />
Not the official Notepad++ that is supported here.<br />
Please don’t talk about the “store” version here, any farther than has been done.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53182</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53182</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Tue, 28 Apr 2020 12:03:32 GMT</pubDate></item><item><title><![CDATA[Reply to Mystery folder... on Tue, 28 Apr 2020 10:47:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/18409">@Al-Bateman</a><br />
Have you installed from “MS Store” by any chance?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53181</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53181</guid><dc:creator><![CDATA[asvc]]></dc:creator><pubDate>Tue, 28 Apr 2020 10:47:28 GMT</pubDate></item><item><title><![CDATA[Reply to Mystery folder... on Mon, 27 Apr 2020 20:39:45 GMT]]></title><description><![CDATA[<p dir="auto">“C:\Users\Al Bateman\AppData\Local\Don_HO_don.h@free.fr\DefaultDomain_Path_xpwtfcv4wweygsgdnlwjjbrhq51ffsk1\7.85\user.config”</p>
<p dir="auto">user.config is an xml file which contains references to Notepad++ 7.85<br />
I assume it was left over from a recent update.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53155</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53155</guid><dc:creator><![CDATA[Al Bateman]]></dc:creator><pubDate>Mon, 27 Apr 2020 20:39:45 GMT</pubDate></item><item><title><![CDATA[Reply to Mystery folder... on Mon, 27 Apr 2020 11:55:30 GMT]]></title><description><![CDATA[<p dir="auto">Checked own install / disk – no such folder found. In fact nothing similar. Perhaps provide a full path and listing of folder content?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/53142</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/53142</guid><dc:creator><![CDATA[asvc]]></dc:creator><pubDate>Mon, 27 Apr 2020 11:55:30 GMT</pubDate></item></channel></rss>