<?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[Support for Plugins Admin &amp; NppPluginList]]></title><description><![CDATA[<p dir="auto">All the support request, bug report  &amp; feature request  for <a href="https://notepad-plus-plus.org/features/plugin-admin.html" rel="nofollow ugc">Plugins Admin</a> &amp; <a href="https://github.com/notepad-plus-plus/nppPluginList" rel="nofollow ugc">NppPluginList</a> go here.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/16566/support-for-plugins-admin-npppluginlist</link><generator>RSS for Node</generator><lastBuildDate>Fri, 07 Aug 2026 22:44:34 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/16566.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 04 Nov 2018 15:33:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Support for Plugins Admin &amp; NppPluginList on Mon, 16 Mar 2026 20:19:50 GMT]]></title><description><![CDATA[<p dir="auto">I’ve been footling around with my plugin a bit to try and generate a PR automatically when a new version is released. So - is the layout of the json files significant.</p>
<p dir="auto">Most of the entries look like</p>
<pre><code>\t\t\t{
\t\t\t"folder-name": "Linter++",
\t\t\t"display-name": "Linter++",
\t\t\t"version": "1.0.3.0",
\t\t\t"npp-compatible-versions": "[8.7.5,]",
\t\t\t"id": "F56573351010B62BFC75039725496C8687D53E82A3F47074F1F1B629A37A92C1",
\t\t\t"repository": "https://github.com/ThosRTanner/notepad-pp-linter/releases/download/1.0.3/plugin_dll_ARM64.zip",
\t\t\t"description": "Allows realtime code check against any checkstyle-compatible linter: jshint, eslint, jscs, phpcs, csslint, and many others.",
\t\t\t"author": "Tom Tanner",
\t\t\t"homepage": "https://github.com/thosrtanner/notepad-pp-linter"
\t\t\t},
</code></pre>
<p dir="auto">So I thought i could do my updater in python, just load up the json file, modify my entry,  and dump it back, then commit</p>
<p dir="auto"><em>One</em> entry (just one) uses spaces instead of tabs.</p>
<p dir="auto">So my question is is there an official layout for these files?  Is any valid json permissible (all on one line for instance), or is it expected to be formatted as 1 line per key and indented with tabs?</p>
<p dir="auto">Would converting those spaces to tabs as part of my PR be frowned upon, or should I just read the file and modify the lines appropriately?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/104972</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/104972</guid><dc:creator><![CDATA[ThosRTanner]]></dc:creator><pubDate>Mon, 16 Mar 2026 20:19:50 GMT</pubDate></item><item><title><![CDATA[Reply to Support for Plugins Admin &amp; NppPluginList on Mon, 10 Nov 2025 17:50:47 GMT]]></title><description><![CDATA[<p dir="auto">Would it be possible to add a column (or two) to the Plugins Admin? <code>Created</code> and <code>Last Updated</code> sortable columns to be able to find the most recent plugins.</p>
<p dir="auto">It would also be wonderful to have another column <code>Description</code> that just gives the first line of the longer description that is displayed in the lower box when you click on a plugin.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/103774</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/103774</guid><dc:creator><![CDATA[pbarney]]></dc:creator><pubDate>Mon, 10 Nov 2025 17:50:47 GMT</pubDate></item><item><title><![CDATA[Reply to Support for Plugins Admin &amp; NppPluginList on Tue, 25 Jun 2024 20:00:23 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 in <a href="/post/95573">Support for Plugins Admin &amp; NppPluginList</a>:</p>
<blockquote>
<p dir="auto">Let me know if that procedure  is able to work for debugging.</p>
</blockquote>
<p dir="auto">Yes, it works. Thank you.</p>
<p dir="auto">I didn’t bother to examine the code to find out how it works, but apparently using a debug version of Notepad++ automatically uses the .json plugin list instead of the .dll, so the test proceeds just fine. Just to be sure, I tried changing my plugin’s hash value in the list and it flagged the mismatch, so it is validating the hash.</p>
<p dir="auto">I don’t think that’s an unreasonably difficult procedure for plugin authors to follow (relative to the work to actually write and debug a plugin!). It’s not a big deal if updating those fixed-URL debug builds is inconvenient. It would just be good to have the procedure documented, either in the manual or in the plugin list readme (to which the manual could refer — personally, I think it makes more sense in the plug list readme).</p>
]]></description><link>https://community.notepad-plus-plus.org/post/95577</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/95577</guid><dc:creator><![CDATA[Coises]]></dc:creator><pubDate>Tue, 25 Jun 2024 20:00:23 GMT</pubDate></item><item><title><![CDATA[Reply to Support for Plugins Admin &amp; NppPluginList on Tue, 25 Jun 2024 17:25:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/coises" aria-label="Profile: Coises">@<bdi>Coises</bdi></a> ,</p>
<p dir="auto">Ideally, <a class="plugin-mentions-user plugin-mentions-a" href="/user/donho" aria-label="Profile: donho">@<bdi>donho</bdi></a> should be updating the files at those four static URLs every time there’s a new release, because otherwise, with every release, the UserManual would have to edit those links to the new location for the debug builds.</p>
<p dir="auto">Alternately, the User Manual could be modified to explain the procedure to find the newest debug builds of N++ and WinGup.  Unfortunately, the “debug” builds don’t get put in <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/releases/latest" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/releases/latest</a> – if they did, that would be the easy.  And the Npp/WinGup <a href="https://github.com/notepad-plus-plus/wingup/releases" rel="nofollow ugc">releases</a> don’t include any built files… and I don’t know if the <a href="https://github.com/gup4win/wingup/releases" rel="nofollow ugc">gup4win/wingup releases</a> (which do have the zip) are compatible with N++ plugin testing or not.</p>
<p dir="auto">As a procedure for finding debug builds, I <em>think</em> this will work:</p>
<ol>
<li>Go to <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/releases/latest" rel="nofollow ugc">https://github.com/notepad-plus-plus/notepad-plus-plus/releases/latest</a></li>
<li>Click on the commit that goes with that release (the 7-hex-digit)
<ul>
<li>Example: <img src="/assets/uploads/files/1719335031789-35d7cd8d-8c13-4f54-887b-5f8013208b8e-image.png" alt="35d7cd8d-8c13-4f54-887b-5f8013208b8e-image.png" class=" img-fluid img-markdown" /></li>
</ul>
</li>
<li>Click on the Green Checkmark on the Commit message, which will show a dropdown window</li>
<li>Scroll down to the appropriate “debug” build and click <strong>Details</strong> for Win32 (32-bit), x64 (64-bit), or ARM64 (for 64-bit ARM processors)
<ul>
<li><img src="/assets/uploads/files/1719335186787-bc9307fa-61e2-4a36-8eac-3b72d2ff4a9b-image.png" alt="bc9307fa-61e2-4a36-8eac-3b72d2ff4a9b-image.png" class=" img-fluid img-markdown" /></li>
<li>It’s actually not important which of the <strong>Details</strong> you click on – because the <strong>Summary</strong> link in the next step takes you to the same page for all the builds in this dropdown</li>
</ul>
</li>
<li>On the <strong>Details</strong> page, click on the <strong>Summary</strong>
<ul>
<li><img src="/assets/uploads/files/1719335261324-d1ddd55f-5746-4a38-9077-7234151eb9f2-image.png" alt="d1ddd55f-5746-4a38-9077-7234151eb9f2-image.png" class=" img-fluid img-markdown" /></li>
</ul>
</li>
<li>If it hasn’t been too long and GitHub hasn’t cleaned up the artifacts, then you can scroll to the bottom of the Summary page, and find the right Debug build for Win32, x64, or ARM64 entry in the Artifacts list and download that Artifact:
<ul>
<li><code>Notepad++.MSVC.Win32.Debug</code></li>
<li><code>Notepad++.MSVC.x64.Debug</code></li>
<li><code>Notepad++.MSVC.ARM64.Debug</code></li>
</ul>
</li>
<li>That downloaded Artifact is, I believe, the most recent equivalent of the N++ links in the User Manual.</li>
</ol>
<p dir="auto">Let me know if that procedure, <s>combined with grabbing the gup4win/wingup release</s>, is able to work for debugging.  If not, then <a class="plugin-mentions-user plugin-mentions-a" href="/user/donho" aria-label="Profile: donho">@<bdi>donho</bdi></a> or someone more familiar with the plugin-testing procedure will need to chime in.</p>
<p dir="auto"><em>update</em>: given how old the gup4win/wingup is, that’s probably not a good idea.  Since the UM link to the assets hierarchy for <code>wingup.release.x64.zip</code> calls it the <code>release</code> rather than <code>debug</code>, I am wondering if it’s safe to just use the gup.exe distributed with N++ v8.6.8 when using the v8.6.8-debug <code>notepad++.exe</code> – I’d recommend that as your first experiment.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/95573</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/95573</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 25 Jun 2024 17:25:29 GMT</pubDate></item><item><title><![CDATA[Reply to Support for Plugins Admin &amp; NppPluginList on Tue, 25 Jun 2024 16:50:20 GMT]]></title><description><![CDATA[<p dir="auto">In the online manual (which the GitHub nppPluginList repository also references), there is a section about testing updates to the Plugin List:</p>
<p dir="auto"><a href="https://npp-user-manual.org/docs/plugins/#test-your-plugins-locally" rel="nofollow ugc">Test your plugins locally</a></p>
<p dir="auto">That section gives links to x86 and x64 debug copies of Notepad++ version 7.8.1. The WinGup versions are 5.1.1 (current is 5.2.9). When I put them in a copy of a current (8.6.8) portable folder and try to launch, they ask if I want to download an update and when I say no, nothing launches at all.</p>
<p dir="auto">I know I tested when I first added Columns++ to the plugins list; I think I gave up on the documented procedure and instead compiled a version of Notepad++ that I modified somehow to make it use the xml plugins list instead of the dll. So, whatever I did, it wasn’t the “right” way to do it, and I no longer remember exactly what I did.</p>
<p dir="auto">Since then I’ve just made changes, pasted the new hashes and assumed I didn’t make any mistakes, but I thought I’d test my last update this time to be sure, and… here I am, looking a documented test procedure that doesn’t work.</p>
<p dir="auto">The point of all this being: can the manual be updated to reflect the actual, current recommended procedure for testing, whatever that is?</p>
<p dir="auto">(My impression was that the GitHub actions on pull requests for nppPluginList only test whether the XML is valid, not whether the new plugin’s URL is accessible and whether the content passes the hash check. Is that correct?)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/95572</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/95572</guid><dc:creator><![CDATA[Coises]]></dc:creator><pubDate>Tue, 25 Jun 2024 16:50:20 GMT</pubDate></item><item><title><![CDATA[Reply to Support for Plugins Admin &amp; NppPluginList on Fri, 23 Feb 2024 10:48:44 GMT]]></title><description><![CDATA[<p dir="auto">A new version (0.0.0.<strong><em>2</em></strong>) has been available since Notepad++ 8.5.8:</p>
<p dir="auto"><img src="/assets/uploads/files/1708685272434-nppqrcode-v0002.png" alt="nppQRCode-v0002.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">If you’re stuck with 8.5.7 or something older, you can also get it directly <a href="https://github.com/rdipardo/nppQrCode/releases" rel="nofollow ugc">from GitHub</a>.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/93177</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/93177</guid><dc:creator><![CDATA[rdipardo]]></dc:creator><pubDate>Fri, 23 Feb 2024 10:48:44 GMT</pubDate></item><item><title><![CDATA[Reply to Support for Plugins Admin &amp; NppPluginList on Thu, 22 Feb 2024 12:03:26 GMT]]></title><description><![CDATA[<p dir="auto"><em>Apologies if this isn’t the place to report obsolete plugins in the list. If it isn’t, please direct me to the proper place :)</em></p>
<p dir="auto">The plugin <strong>NppQrCode</strong> (<em>v0.0.0.1</em>) can not be installed (on x64 atleast). It gives the following error:<br />
<img src="/assets/uploads/files/1708602630915-5f944316-ff1e-4d3e-accc-78afb2de84f6-image.png" alt="5f944316-ff1e-4d3e-accc-78afb2de84f6-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Also, the homepage URL in the description for the plugin is dead (I’m not allowed to post actual links, but it’s<br />
<strong>github(dot)com/vladk1973/NppQrCode</strong>)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/93101</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/93101</guid><dc:creator><![CDATA[ensnared]]></dc:creator><pubDate>Thu, 22 Feb 2024 12:03:26 GMT</pubDate></item><item><title><![CDATA[Reply to Support for Plugins Admin &amp; NppPluginList on Tue, 31 Jan 2023 21:21:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/roberto-iseppi" aria-label="Profile: Roberto-Iseppi">@<bdi>Roberto-Iseppi</bdi></a> said in <a href="/post/83777">Support for Plugins Admin &amp; NppPluginList</a>:</p>
<blockquote>
<p dir="auto">is causing NPP 8.4.8 to not display the menu icons.</p>
</blockquote>
<p dir="auto">Can you be more specific as to what “menu icons” you are talking about?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/83779</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/83779</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Tue, 31 Jan 2023 21:21:54 GMT</pubDate></item><item><title><![CDATA[Reply to Support for Plugins Admin &amp; NppPluginList on Tue, 31 Jan 2023 20:41:15 GMT]]></title><description><![CDATA[<p dir="auto">The plugin:<br />
“Customize Toolbar” 5.3<br />
is causing NPP 8.4.8 to not display the menu icons.<br />
R</p>
]]></description><link>https://community.notepad-plus-plus.org/post/83777</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/83777</guid><dc:creator><![CDATA[Roberto Iseppi]]></dc:creator><pubDate>Tue, 31 Jan 2023 20:41:15 GMT</pubDate></item><item><title><![CDATA[Reply to Support for Plugins Admin &amp; NppPluginList on Wed, 11 Jan 2023 23:12:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ianwilliams1" aria-label="Profile: ianwilliams1">@<bdi>ianwilliams1</bdi></a> said in <a href="/post/83231">Support for Plugins Admin &amp; NppPluginList</a>:</p>
<blockquote>
<p dir="auto">Also, how does TextFX2 get onto the Plugins Admin list of plugins? Is there something <a class="plugin-mentions-user plugin-mentions-a" href="/user/rainman74" aria-label="Profile: rainman74">@<bdi>rainman74</bdi></a> needs to do?</p>
</blockquote>
<p dir="auto">Yes.  it is up to the author/maintainer of a plugin to decide whether or not to add it to Plugins Admin.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/83232</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/83232</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 11 Jan 2023 23:12:14 GMT</pubDate></item><item><title><![CDATA[Reply to Support for Plugins Admin &amp; NppPluginList on Wed, 11 Jan 2023 22:51:16 GMT]]></title><description><![CDATA[<p dir="auto">Also, how does TextFX2 get onto the Plugins Admin list of plugins? Is there something <a class="plugin-mentions-user plugin-mentions-a" href="/user/rainman74" aria-label="Profile: rainman74">@<bdi>rainman74</bdi></a> needs to do?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/83231</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/83231</guid><dc:creator><![CDATA[ianwilliams1]]></dc:creator><pubDate>Wed, 11 Jan 2023 22:51:16 GMT</pubDate></item><item><title><![CDATA[Reply to Support for Plugins Admin &amp; NppPluginList on Wed, 11 Jan 2023 22:26:31 GMT]]></title><description><![CDATA[<p dir="auto">After TextFX disappeared following NPP upgrade, I found <a href="https://community.notepad-plus-plus.org/topic/23217/textfx-plugin-no-longer-working-with-v-8-4-3">this post</a>, which noted there’s now a TextFX2 (which works for me!).</p>
<p dir="auto">Wondering if someone might update the <a href="https://github.com/notepad-plus-plus/nppPluginList/blob/master/doc/plugin_list_x86.md" rel="nofollow ugc">Plugins List</a> to show the original is no longer compatible and add an entry for the <a href="https://github.com/rainman74/NPPTextFX2" rel="nofollow ugc">TextFX2 and link to repo</a>, etc. ?</p>
<p dir="auto">Is that the responsibly of the plugin developer to add and what about the deprecation ?</p>
<p dir="auto">I’d submit a PR, but have no idea what the appropriate notations would be.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/83230</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/83230</guid><dc:creator><![CDATA[ianwilliams1]]></dc:creator><pubDate>Wed, 11 Jan 2023 22:26:31 GMT</pubDate></item><item><title><![CDATA[Reply to Support for Plugins Admin &amp; NppPluginList on Wed, 02 Nov 2022 19:36:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a> Many thanks for the tip. It looks like I was missing both the json file (I just had the dll in there) and the updater (updater/gup.exe). Looks like I need to clone and build the updater as well.<br />
Cheers</p>
]]></description><link>https://community.notepad-plus-plus.org/post/81089</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/81089</guid><dc:creator><![CDATA[Justin Wagner]]></dc:creator><pubDate>Wed, 02 Nov 2022 19:36:17 GMT</pubDate></item><item><title><![CDATA[Reply to Support for Plugins Admin &amp; NppPluginList on Wed, 02 Nov 2022 18:34:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/justin-wagner" aria-label="Profile: Justin-Wagner">@<bdi>Justin-Wagner</bdi></a></p>
<p dir="auto">So you’re probably doing the default build of the DEBUG version of Notepad++?</p>
<p dir="auto">If so, that’s looking for the .json version of the the plugins list in order to determine if it should show <em>Plugins Admin</em>; see <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/blob/f3f615d52252439b56dd62446a29e2ea5af456ca/PowerEditor/src/Notepad_plus.cpp#L427" rel="nofollow ugc">HERE</a>.</p>
<p dir="auto">As I said, since you apparently have the power, you can set a breakpoint and look at code there and see how it is looking for what/where.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/81088</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/81088</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 02 Nov 2022 18:34:50 GMT</pubDate></item><item><title><![CDATA[Reply to Support for Plugins Admin &amp; NppPluginList on Wed, 02 Nov 2022 18:16:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: Alan-Kilborn">@<bdi>Alan-Kilborn</bdi></a> haha ok I’ll start digging in. I guess what I was mainly wanting to confirm is that it’s supposed to be there in the first place after doing a git clone and .NET build.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/81087</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/81087</guid><dc:creator><![CDATA[Justin Wagner]]></dc:creator><pubDate>Wed, 02 Nov 2022 18:16:07 GMT</pubDate></item><item><title><![CDATA[Reply to Support for Plugins Admin &amp; NppPluginList on Wed, 02 Nov 2022 18:13:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/justin-wagner" aria-label="Profile: Justin-Wagner">@<bdi>Justin-Wagner</bdi></a> said in <a href="/post/81082">Support for Plugins Admin &amp; NppPluginList</a>:</p>
<blockquote>
<p dir="auto">I just cloned the latest notepad-plus-plus source code from git and built it successfully in VS2022</p>
</blockquote>
<blockquote>
<p dir="auto">don’t have the Plugins Admin option in the Plugins menu</p>
</blockquote>
<p dir="auto">You didn’t ask for the smart-ass answer, but here it is:  Step thru the code (in the relevant section, of course) and you should be able to see why it isn’t appearing.  :-)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/81086</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/81086</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Wed, 02 Nov 2022 18:13:08 GMT</pubDate></item><item><title><![CDATA[Reply to Support for Plugins Admin &amp; NppPluginList on Wed, 02 Nov 2022 18:09:07 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> That’s where I currently have it, but I suspect I’m missing something else. If I don’t have the Plugins Admin option in the Plugins menu, will placing nppPluginList.dll in this location force it to appear, or do I somehow need to build notepad-plus-plus differently to begin with?</p>
<p dir="auto">It seems to me like nppPluginList.dll feeds into the Plugins Admin dialog once it’s already enabled, but my issue is that I have nothing to click on to open that in the first place.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/81085</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/81085</guid><dc:creator><![CDATA[Justin Wagner]]></dc:creator><pubDate>Wed, 02 Nov 2022 18:09:07 GMT</pubDate></item><item><title><![CDATA[Reply to Support for Plugins Admin &amp; NppPluginList on Wed, 02 Nov 2022 17:00:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/justin-wagner" aria-label="Profile: Justin-Wagner">@<bdi>Justin-Wagner</bdi></a> said in <a href="/post/81082">Support for Plugins Admin &amp; NppPluginList</a>:</p>
<blockquote>
<p dir="auto">bin64/plugins</p>
</blockquote>
<p dir="auto">The correct path is bin64/plugins/Config/nppPluginList.dll</p>
<p dir="auto">(For other readers of this topic who haven’t been following all conversations in the forum: this is related to <a href="https://community.notepad-plus-plus.org/topic/23695/how-to-enable-plugins-admin-when-building-notepad">a separate topic</a> by the same user)</p>
]]></description><link>https://community.notepad-plus-plus.org/post/81083</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/81083</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 02 Nov 2022 17:00:03 GMT</pubDate></item><item><title><![CDATA[Reply to Support for Plugins Admin &amp; NppPluginList on Wed, 02 Nov 2022 16:39:51 GMT]]></title><description><![CDATA[<p dir="auto">I just cloned the latest notepad-plus-plus source code from git and built it successfully in VS2022. I’m now trying to get the Plugins Admin option working in the Plugins menu.</p>
<p dir="auto">I’ve cloned the nppPluginList code and built it, but I’m not sure what I’m now supposed to do with the output to get the menu item to appear in notepad++. I’ve taken the nppPluginList.dll and placed it under the bin64/plugins folder for the notepad-plus-plus project but that doesn’t seem to do anything.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/81082</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/81082</guid><dc:creator><![CDATA[Justin Wagner]]></dc:creator><pubDate>Wed, 02 Nov 2022 16:39:51 GMT</pubDate></item><item><title><![CDATA[Reply to Support for Plugins Admin &amp; NppPluginList on Thu, 02 Jul 2020 08:28:16 GMT]]></title><description><![CDATA[<p dir="auto">Many thanks to <a class="plugin-mentions-user plugin-mentions-a" href="/user/cmeriaux" aria-label="Profile: cmeriaux">@<bdi>cmeriaux</bdi></a> .</p>
<p dir="auto">I think, I have managed to create a pull request to the master.  Admin please evaluate whether my plugin is good enough to be inside the official Notepad++ plugins.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/55492</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/55492</guid><dc:creator><![CDATA[ahmoy law]]></dc:creator><pubDate>Thu, 02 Jul 2020 08:28:16 GMT</pubDate></item><item><title><![CDATA[Reply to Support for Plugins Admin &amp; NppPluginList on Wed, 01 Jul 2020 12:26:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ahmoy-law" aria-label="Profile: ahmoy-law">@<bdi>ahmoy-law</bdi></a></p>
<ul>
<li>you have to fork the repository (tutorial <a href="https://help.github.com/en/github/getting-started-with-github/fork-a-repo" rel="nofollow ugc">https://help.github.com/en/github/getting-started-with-github/fork-a-repo</a> )</li>
<li>add your plugin in your own forked repository, in the file src/pl.x86.json and src/pl.x68.json.<br />
commit and push this modification to your own forked repository</li>
<li>submit this commit to the original repository aka doing a pull request (tutorial <a href="https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork" rel="nofollow ugc">https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork</a> )</li>
</ul>
]]></description><link>https://community.notepad-plus-plus.org/post/55473</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/55473</guid><dc:creator><![CDATA[cmeriaux]]></dc:creator><pubDate>Wed, 01 Jul 2020 12:26:07 GMT</pubDate></item><item><title><![CDATA[Reply to Support for Plugins Admin &amp; NppPluginList on Wed, 01 Jul 2020 09:38:44 GMT]]></title><description><![CDATA[<p dir="auto">Hi all,<br />
I want to update the plugin list to add my new plugin but received this error,</p>
<p dir="auto">“remote: Permission to notepad-plus-plus/nppPluginList.git denied to ahmoylaw.<br />
fatal: unable to access ‘<a href="https://github.com/notepad-plus-plus/nppPluginList.git/" rel="nofollow ugc">https://github.com/notepad-plus-plus/nppPluginList.git/</a>’: Failure when receiving data from the peer”</p>
<p dir="auto">To be frank, i’m not that familiar with GitHub.  What is the correct procedure to update the plugin list?</p>
<p dir="auto">Thanks</p>
]]></description><link>https://community.notepad-plus-plus.org/post/55472</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/55472</guid><dc:creator><![CDATA[ahmoy law]]></dc:creator><pubDate>Wed, 01 Jul 2020 09:38:44 GMT</pubDate></item><item><title><![CDATA[Reply to Support for Plugins Admin &amp; NppPluginList on Tue, 14 May 2019 09:34:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dave-bongfishtester" aria-label="Profile: Dave-Bongfishtester">@<bdi>Dave-Bongfishtester</bdi></a></p>
<p dir="auto">i apologise for your inconvenience.</p>
<p dir="auto">many thanks for your patience and best regards.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43295</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43295</guid><dc:creator><![CDATA[Meta Chuh]]></dc:creator><pubDate>Tue, 14 May 2019 09:34:28 GMT</pubDate></item><item><title><![CDATA[Reply to Support for Plugins Admin &amp; NppPluginList on Tue, 14 May 2019 07:32:35 GMT]]></title><description><![CDATA[<p dir="auto">I’ve spent half a day now trying various versions of Notepad++ with PythonScript. The deadline for the files which my script was supposed to fix was yesterday afternoon.</p>
<p dir="auto">Thank you for the wonderfully bug-free and well-explained update process :-(</p>
]]></description><link>https://community.notepad-plus-plus.org/post/43292</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/43292</guid><dc:creator><![CDATA[Dave Bongfishtester]]></dc:creator><pubDate>Tue, 14 May 2019 07:32:35 GMT</pubDate></item></channel></rss>