<?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[in new arrangement, why plugin_name folder is at all required?]]></title><description><![CDATA[<p dir="auto">in new plugin arrangement using programdata, can someone please explain to me why plugin_name folder is at all required?</p>
<p dir="auto">I mean when each plugin.dll is of a unique name, and every plugin has just one dll, all the dlls of all the plugins can remain accommodated in a single folder under programdata/notepad++, the was it was previously in programfiles—plugin folder.</p>
<p dir="auto">Why at all use plugin_name folder?</p>
<p dir="auto">Why complicate things?</p>
<p dir="auto">is this folder is then used for other activities of that plugin?</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/16936/in-new-arrangement-why-plugin_name-folder-is-at-all-required</link><generator>RSS for Node</generator><lastBuildDate>Fri, 12 Jun 2026 17:06:46 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/16936.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 13 Jan 2019 09:56:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to in new arrangement, why plugin_name folder is at all required? on Wed, 16 Jan 2019 14:23:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/v-s-rawat" aria-label="Profile: V-S-Rawat">@<bdi>V-S-Rawat</bdi></a> said,</p>
<blockquote>
<p dir="auto">It is odd that C:\Program Files\Notepad++\plugins\PythonScript\scripts is having py scripts because that would mean uac hassles on each edit of our py script.</p>
</blockquote>
<p dir="auto">The historic (pre-7.6.x) configuration for PythonScript had two locations for storing the scripts: the “machine scripts” were stored in the <code>plugins\PythonScript\scripts\ </code> subdirectory of the installed-notead++ directory; the “user scripts” go in <code>%AppData%\Notepad++\plugins\config\PythonScript\scripts\ </code>.  In case you’re curious, “machine scripts” mean the scripts that are available to every user of the machine (ie, global or public scripts); “user scripts” are scripts available just to the particular user.</p>
<p dir="auto">Because of this configuration, if a machine with a pre-7.6.x installation had “machine scripts” and had UAC enabled, such that mere-mortal users needed to elevate to Admin before being able to install programs, then their “machine scripts” also had the same UAC requirements.  Since with the 7.6.2 setup also puts machine scripts in the installed folder hierarchy (see <a class="plugin-mentions-user plugin-mentions-a" href="/user/meta-chuh" aria-label="Profile: Meta-Chuh">@<bdi>Meta-Chuh</bdi></a>’s summary of locations for 7.6.2), then it <em>still</em> has UAC requirements for machine scripts.  Nothing is changed in that regard.  If you don’t want to deal with UAC for the stored scripts in PythonScript, make them as user scripts, not as machine scripts – that was true in 7.5.8, and it’s still true in 7.6.2.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/38574</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/38574</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 16 Jan 2019 14:23:32 GMT</pubDate></item><item><title><![CDATA[Reply to in new arrangement, why plugin_name folder is at all required? on Wed, 16 Jan 2019 10:07:18 GMT]]></title><description><![CDATA[<p dir="auto">oh my gawd. confusion.</p>
<p dir="auto">thanks for timely advice.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/38565</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/38565</guid><dc:creator><![CDATA[V S Rawat]]></dc:creator><pubDate>Wed, 16 Jan 2019 10:07:18 GMT</pubDate></item><item><title><![CDATA[Reply to in new arrangement, why plugin_name folder is at all required? on Wed, 16 Jan 2019 09:01:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/v-s-rawat" aria-label="Profile: V-S-Rawat">@<bdi>V-S-Rawat</bdi></a></p>
<blockquote>
<p dir="auto">I am moving python27.dll to programdata folder, and shall report if anything breaks down.</p>
</blockquote>
<p dir="auto"><strong>before you report a breakdown</strong> 😉:<br />
as mentioned by <a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a> and me, python27.dll has to be in the notepad++ installation folder.<br />
it has to be at the same folder level where your notepad++.exe is located.<br />
(unless you already have it in your system’s path, like inside of c:\windows or c:\windows\system32)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/38563</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/38563</guid><dc:creator><![CDATA[Meta Chuh]]></dc:creator><pubDate>Wed, 16 Jan 2019 09:01:14 GMT</pubDate></item><item><title><![CDATA[Reply to in new arrangement, why plugin_name folder is at all required? on Wed, 16 Jan 2019 04:38:46 GMT]]></title><description><![CDATA[<p dir="auto">for that matter, I think all plugin related thinggies should be made to reside in programdata folder of that plugin-name.</p>
<p dir="auto">so I think entire C:\Program Files\Notepad++\plugins\PythonScript folder, having bulky lib and tiny scripts folders should go to programdata folder.</p>
<p dir="auto">It is odd that C:\Program Files\Notepad++\plugins\PythonScript\scripts is having py scripts because that would mean uac hassles on each edit of our py script.</p>
<p dir="auto">I am not sure whether programdata is also under uac hassles.</p>
<p dir="auto">In that case user py scripts should be better left in c:\Users folder, just to avoid uac issues. Some method should be devised.</p>
<p dir="auto">as long as things are “single location”, C:\Program Files\Notepad++\plugins folder and Programdata-plugins folder, two folders with same name would create confusion for users.</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/38561</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/38561</guid><dc:creator><![CDATA[V S Rawat]]></dc:creator><pubDate>Wed, 16 Jan 2019 04:38:46 GMT</pubDate></item><item><title><![CDATA[Reply to in new arrangement, why plugin_name folder is at all required? on Wed, 16 Jan 2019 04:32:08 GMT]]></title><description><![CDATA[<p dir="auto">Because npp has changed its arrangement, it is npp developers’ responsibility to ensure that plugins are installed properly and everything goes to its default new locations.</p>
<p dir="auto">If the above is left to plugin developers, it will make them have to release different plugin versions for different npp versions, that would increase confusion.</p>
<p dir="auto">maybe this forum can help new user and tell which file should be moved to which new default location, till enough new npp versions are released and most of us move to new plugin arrangement, so developers need not cater to older plugin arrangement.</p>
<p dir="auto">I am moving python27.dll to programdata folder, and shall report if anything breaks down.</p>
<p dir="auto">thanks.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/38560</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/38560</guid><dc:creator><![CDATA[V S Rawat]]></dc:creator><pubDate>Wed, 16 Jan 2019 04:32:08 GMT</pubDate></item><item><title><![CDATA[Reply to in new arrangement, why plugin_name folder is at all required? on Tue, 15 Jan 2019 18:08:23 GMT]]></title><description><![CDATA[<p dir="auto"><strong>added note regarding:</strong></p>
<blockquote>
<p dir="auto">you were not wrong in this case</p>
</blockquote>
<p dir="auto"><strong>reason for the added note:</strong><br />
because if i’d have said that same sentence to my girlfriend, she would say:<br />
“so now you want to tell me that i was right today, but wrong every single time in the past, or what ?!?!?”  😂😂😂</p>
<p dir="auto"><strong>and finally the added note itself:</strong><br />
in fact, my brain doesn’t even recall you to ever be wrong, if all cases where insufficient or wrong data was given in the first place are excluded.<br />
(side note: that statement could either be a pro to you or a con to my brain 😉 ;-)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/38541</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/38541</guid><dc:creator><![CDATA[Meta Chuh]]></dc:creator><pubDate>Tue, 15 Jan 2019 18:08:23 GMT</pubDate></item><item><title><![CDATA[Reply to in new arrangement, why plugin_name folder is at all required? on Tue, 15 Jan 2019 17:42:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a></p>
<blockquote>
<p dir="auto">… and the root cause of why I was wrong.</p>
</blockquote>
<p dir="auto">don’t be that harsh on yourself. my faux-pas from this week is a llllooooottt more embarrassing.<br />
and you were not wrong in this case, as you have explicitly tested it and it worked this way in your testing environment.</p>
<p dir="auto">me on the other hand: today i found out that proxy support for plugins admin exists since day one, but i told a user, that plugins admin can not be used with a proxy server … what a statement …</p>
<p dir="auto">luckily he reported back that he found the proxy setting, set it and it works at his office … i will apologise there in a few minutes.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/38537</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/38537</guid><dc:creator><![CDATA[Meta Chuh]]></dc:creator><pubDate>Tue, 15 Jan 2019 17:42:08 GMT</pubDate></item><item><title><![CDATA[Reply to in new arrangement, why plugin_name folder is at all required? on Tue, 15 Jan 2019 14:48:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/v-s-rawat" aria-label="Profile: V-S-Rawat">@<bdi>V-S-Rawat</bdi></a> said,</p>
<blockquote>
<p dir="auto">so, it contradicts Peter’s assertion above that all plugin related dll are to be kept in programdata folder of plugin name.</p>
</blockquote>
<p dir="auto">I never made any claim about programdata folder.  The only times I have used the word <code>programdata</code> in this thread are either when I quoted you, or in this post I am currently typing.</p>
<p dir="auto">My post from yesterday incorrectly asserted that a portable version would allow both <code>PythonScript.dll</code> and <code>python27.dll</code> “in the portable’s <code>plugins/PythonScript</code> subdir”, but <a class="plugin-mentions-user plugin-mentions-a" href="/user/meta-chuh" aria-label="Profile: Meta-Chuh">@<bdi>Meta-Chuh</bdi></a> already pointed out that was incorrect, and I’ve confirmed his correction, and the root cause of why I was wrong.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/38532</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/38532</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 15 Jan 2019 14:48:35 GMT</pubDate></item><item><title><![CDATA[Reply to in new arrangement, why plugin_name folder is at all required? on Tue, 15 Jan 2019 14:43:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/v-s-rawat" aria-label="Profile: V-S-Rawat">@<bdi>V-S-Rawat</bdi></a>,</p>
<p dir="auto">Sorry, you were posting at the same time I was posting/editing, so things got a little confused there.</p>
<p dir="auto">To revise my statement yesterday, about where <code>python27.dll</code> resides: “<code>python27.dll</code> by default resides in the same directory as notepad++.exe, but it can exist anywhere else in the PATH.”</p>
<p dir="auto">The current setup for PythonScript, where the <code>python27.dll</code> cannot just reside in the same location as <code>PythonScript.dll</code>, is compatible with Notepad++ before 7.6 (so 7.5.9 and earlier; I don’t know the earliest compatibility for any given version of PythonScript).  It is also compatible with portable versions of Notepad++ that are newer (verified with 7.6.1 and 7.6.2) as long as the <code>PythonScript.dll</code> is kept in the new-NPP-compatible hierarchy of <code>...\plugins\PythonScript\PythonScript.dll</code>, and as long as the <code>python27.dll</code> is either in the same folder as notepad++.exe for the portable, or somewhere in your path.</p>
<p dir="auto">Based on these experiments, it will not be compatible with a 7.6.2 installed in the <code>Program Files</code> or <code>Program Files (x86)</code> hierarchy, unless someone with Admin privileges also does the plugin install and puts the <code>python27.dll</code> in an acceptable location.</p>
<p dir="auto">You mentioned “It would be a bug if npp checks only pythonscript.dll’s presense in programdata”: but we weren’t talking about the <code>pythonscript.dll</code>: that can successfully go in <code>...\plugins\PythonScript\PythonScript.dll</code>, as <a class="plugin-mentions-user plugin-mentions-a" href="/user/meta-chuh" aria-label="Profile: Meta-Chuh">@<bdi>Meta-Chuh</bdi></a> mentioned above.</p>
<p dir="auto">Saying “npp should force all plugin developers to use the new arrangement” is not really possible: All plugin developers only need to make their plugins compatible with whatever version(s) of Notepad++ they want their plugins to be compatible with.  If any plugin developer wants to keep their plugin compatible only for 7.5.9 and earlier, that is their prerogative.  If any plugin developer chooses to only make their plugin compatible with non-installed portable versions of Notepad++, there is nothing that Notepad++ should do about it.  If any plugin developer chooses to not make their plugin compatible with Plugin Admin, and instead just give complicated manual-install instructions that may require Admin privileges, great.  If burderstein chooses not to update where <code>python27.dll</code> is allowed to live (and make any other changes required for full compatibility, such as <a class="plugin-mentions-user plugin-mentions-a" href="/user/meta-chuh" aria-label="Profile: Meta-Chuh">@<bdi>Meta-Chuh</bdi></a> mentioned), then PythonScript will be more difficult to install for those with non-portable Notepad++… but that is bruderstein’s choice.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/38531</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/38531</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 15 Jan 2019 14:43:21 GMT</pubDate></item><item><title><![CDATA[Reply to in new arrangement, why plugin_name folder is at all required? on Tue, 15 Jan 2019 14:24:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a> said:</p>
<blockquote>
<p dir="auto">Sneaky.  It was in my path twice: once for my installed Notepad++, and once for another application (which used 2.7.5 instead of 2.7.15).</p>
<p dir="auto">So, I retract what I said earlier about <code>python27.dll</code> being able to live in the same directory as the <code>PythonScript.dll</code>: sorry for the wrong information.</p>
</blockquote>
<p dir="auto">but what you said should have happened.</p>
<p dir="auto">it would be a bug if npp checks only pythonscript.dll’s presence in programdata.<br />
npp should force all plugin developers to use new arrangement.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/38530</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/38530</guid><dc:creator><![CDATA[V S Rawat]]></dc:creator><pubDate>Tue, 15 Jan 2019 14:24:44 GMT</pubDate></item><item><title><![CDATA[Reply to in new arrangement, why plugin_name folder is at all required? on Tue, 15 Jan 2019 14:24:35 GMT]]></title><description><![CDATA[<p dir="auto">Sneaky.  It was in my path twice: once for my installed Notepad++, and once for another application (which used 2.7.5 instead of 2.7.15).  When I removed it from the path, then my portables no longer worked when the two dll’s were both in the subdirectories…</p>
<p dir="auto">So, I retract what I said earlier about <code>python27.dll</code> being able to live in the same directory as the <code>PythonScript.dll</code>: sorry for the wrong information.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/38528</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/38528</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 15 Jan 2019 14:24:35 GMT</pubDate></item><item><title><![CDATA[Reply to in new arrangement, why plugin_name folder is at all required? on Tue, 15 Jan 2019 14:21:56 GMT]]></title><description><![CDATA[<p dir="auto">should I move python27.dll to programdata - npp - py folder?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/38527</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/38527</guid><dc:creator><![CDATA[V S Rawat]]></dc:creator><pubDate>Tue, 15 Jan 2019 14:21:56 GMT</pubDate></item><item><title><![CDATA[Reply to in new arrangement, why plugin_name folder is at all required? on Tue, 15 Jan 2019 14:18:55 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">python27.dll goes to:<br />
%ProgramFiles(x86)%\Notepad++\python27.dll</p>
</blockquote>
<p dir="auto">yes, I also found that in my program files folder (64 bit)</p>
<p dir="auto">so, it contradicts Peter’s assertion above that all plugin related dll are to be kept in programdata folder of plugin name.</p>
<p dir="auto">thanks.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/38526</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/38526</guid><dc:creator><![CDATA[V S Rawat]]></dc:creator><pubDate>Tue, 15 Jan 2019 14:18:55 GMT</pubDate></item><item><title><![CDATA[Reply to in new arrangement, why plugin_name folder is at all required? on Tue, 15 Jan 2019 00:49:36 GMT]]></title><description><![CDATA[<p dir="auto">I’m not near that machine again today, but it’s likely it is in my path, since I’m reasonably certain that my installed notepad++ executable is also in the path.  I’ll check tomorrow.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/38513</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/38513</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 15 Jan 2019 00:49:36 GMT</pubDate></item><item><title><![CDATA[Reply to in new arrangement, why plugin_name folder is at all required? on Mon, 14 Jan 2019 23:30:37 GMT]]></title><description><![CDATA[<p dir="auto">i just made a fresh notepad++ 7.6.2 x86 install out of curiosity and to write down where exactly we have to put which files from a vanilla <a href="https://github.com/bruderstein/PythonScript/releases/download/v1.3.0/PythonScript_Full_1.3.0.0.zip" rel="nofollow ugc">PythonScript_Full_1.3.0.0.zip</a>:</p>
<p dir="auto"><strong>PythonScript.dll, plugin dll goes to:</strong><br />
<code>%ProgramData%\Notepad++\plugins\PythonScript\PythonScript.dll</code></p>
<p dir="auto"><strong>python27.dll goes to:</strong><br />
<code>%ProgramFiles(x86)%\Notepad++\python27.dll</code></p>
<p dir="auto"><strong>machine level scripts and python library go to:</strong><br />
<code>%ProgramFiles(x86)%\Notepad++\plugins\PythonScript\lib\</code><br />
<code>%ProgramFiles(x86)%\Notepad++\plugins\PythonScript\scripts\</code><br />
   contains sample scripts and startup.py</p>
<p dir="auto"><strong>manual, context-help files go to:</strong><br />
<code>%ProgramFiles(x86)%\Notepad++\plugins\doc\PythonScript\</code><br />
   contains PythonScript.chm up to version 1.2.0.0<br />
   contains html docs since version 1.3.0.0</p>
<p dir="auto"><strong>user level scripts go to:</strong><br />
<code>%AppData%\Notepad++\plugins\config\PythonScript\scripts\</code><br />
   this folder will be created automatically as soon as a new script is created.</p>
<p dir="auto"><strong>note on needed paths:</strong><br />
many paths inside pythonscript are hard coded and writing to %INSTALLDIR% is required to re-create historic folders and install this plugin, so i guess this plugin will probably never be added to the plugins admin list.<br />
(unless bruderstein adapts it to suit the new folder structure and submits it to plugins admin … which officially deprecated his own plugin manager … echo hope &gt;&gt; nul 😉)</p>
<p dir="auto"><strong>note on python27.dll:</strong><br />
on my portable and installed 7.6.2 test setups, python27.dll had to be inside the same folder where notepad++.exe is located (notepad++ program folder) except if python27.dll is already present somewhere inside the system’s %PATH%.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a>: could you please check if the system where you conducted the tests has a python27.dll elsewhere, or check what happens if you delete your portable version’s .dll from plugins/PythonScript/ ?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/38511</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/38511</guid><dc:creator><![CDATA[Meta Chuh]]></dc:creator><pubDate>Mon, 14 Jan 2019 23:30:37 GMT</pubDate></item><item><title><![CDATA[Reply to in new arrangement, why plugin_name folder is at all required? on Mon, 14 Jan 2019 16:47:23 GMT]]></title><description><![CDATA[<p dir="auto">It <em>can</em> reside in various places.  In the old days (pre-7.6), it would be installed in the same directory as notepad++.exe, rather than in the plugins subdirectory.</p>
<p dir="auto">For portable, I have confirmed with 7.6.2 with a manual plugin install with both DLL in the portable’s <code>plugins/PythonScript</code> subdir that it can see it when it’s in the same dir as the pythonscript.dll.</p>
<p dir="auto">I have never tried with the new Plugin Admin under an installed 7.6.2.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/38505</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/38505</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Mon, 14 Jan 2019 16:47:23 GMT</pubDate></item><item><title><![CDATA[Reply to in new arrangement, why plugin_name folder is at all required? on Mon, 14 Jan 2019 16:42:04 GMT]]></title><description><![CDATA[<p dir="auto">btw, where does python27.dll reside?</p>
<p dir="auto">because I have only PythonScript.dll in programdata, and no dll in programfiles (unless lib has that).</p>
<p dir="auto">and my addon is working.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/38501</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/38501</guid><dc:creator><![CDATA[V S Rawat]]></dc:creator><pubDate>Mon, 14 Jan 2019 16:42:04 GMT</pubDate></item><item><title><![CDATA[Reply to in new arrangement, why plugin_name folder is at all required? on Mon, 14 Jan 2019 16:39:29 GMT]]></title><description><![CDATA[<p dir="auto">:-) who am I to guarantee. :-)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/38498</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/38498</guid><dc:creator><![CDATA[V S Rawat]]></dc:creator><pubDate>Mon, 14 Jan 2019 16:39:29 GMT</pubDate></item><item><title><![CDATA[Reply to in new arrangement, why plugin_name folder is at all required? on Sun, 13 Jan 2019 19:49:07 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">every plugin has just one dll</p>
</blockquote>
<p dir="auto">Wrong, and easily falsifiable with a single counter-example: PythonScript has pythonscript.dll and python27.dll.  Thus, <em>not</em> “every” plugin has just one dll.</p>
<p dir="auto">Many plugins also come with other files, including help files, readme.txt files, and more.  Can you guarantee that none of those will ever have name collisions (especially readme.txt)?  That, in and of itself, is a good reason for a folder per plugin.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/38458</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/38458</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Sun, 13 Jan 2019 19:49:07 GMT</pubDate></item></channel></rss>