<?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&#x27;s my plugins?  npp.7.6.6]]></title><description><![CDATA[<p dir="auto">Today, I did update npp.7.6.6.Installer.exe</p>
<p dir="auto">Windowblinds was causing the checkbox display issues,  prolly caused the incorrect choice for user data folder.</p>
<p dir="auto">I could just restore the folders in progra and roaming, which I copied first, and try the update again.</p>
<p dir="auto">Is there a simpler way, maybe a settings checkbox?</p>
<p dir="auto">I’m assuming it is not looking in appdata for my addons, there are none listed as installed.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/17475/where-s-my-plugins-npp-7-6-6</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 19:09:20 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/17475.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 17 Apr 2019 20:06:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Where&#x27;s my plugins?  npp.7.6.6 on Wed, 17 Apr 2019 22:36:53 GMT]]></title><description><![CDATA[<p dir="auto"><strong>All the steps I took to complete the move:</strong><br />
cd “C:\Program Files (x86)\Notepad++\plugins”<br />
dir <em>.dll<br />
for %a in (</em>.dll) do @echo %a<br />
for %a in (<em>.dll) do @echo %~na<br />
for %a in (</em>.dll) do @if not exist %~na echo %~na<br />
for %a in (<em>.dll) do @if not exist %~na echo %~na &amp; mkdir %~na<br />
dir<br />
for %a in (</em>.dll) do @move %a %~na<br />
dir</p>
<p dir="auto"><strong>Steps that actually did the work:</strong><br />
cd “C:\Program Files (x86)\Notepad++\plugins”<br />
for %a in (<em>.dll) do @if not exist %~na echo %~na &amp; mkdir %~na<br />
for %a in (</em>.dll) do @move %a %~na</p>
<p dir="auto">Opening NPP again listed the missing addons (all were missing).<br />
One was outdated, I don’t use it anyway.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42410</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42410</guid><dc:creator><![CDATA[Gubith]]></dc:creator><pubDate>Wed, 17 Apr 2019 22:36:53 GMT</pubDate></item><item><title><![CDATA[Reply to Where&#x27;s my plugins?  npp.7.6.6 on Wed, 17 Apr 2019 21:20:49 GMT]]></title><description><![CDATA[<p dir="auto">Thanks.<br />
Just when I had it all setup nice, too.<br />
If it has to be done, it has to be done.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42397</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42397</guid><dc:creator><![CDATA[Gubith]]></dc:creator><pubDate>Wed, 17 Apr 2019 21:20:49 GMT</pubDate></item><item><title><![CDATA[Reply to Where&#x27;s my plugins?  npp.7.6.6 on Wed, 17 Apr 2019 20:25:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/13322">@Gubith</a></p>
<ol>
<li>plugins manager (3rd party) has been replaced with plugins admin (builtin) - use plugins admin to see if<br />
your plugin has been already adapted.<br />
If not,</li>
<li>the directory structure has been changed.<br />
Former npp version, version &lt; 7.6, would load plugins.dll from plugins directory<br />
Now, each plugin has to be in a folder under plugins folder with the exact name of the plugin.</li>
</ol>
]]></description><link>https://community.notepad-plus-plus.org/post/42387</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42387</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Wed, 17 Apr 2019 20:25:51 GMT</pubDate></item></channel></rss>