Skip to content

Commit 0905e4d

Browse files
committed
Update template list
obsolete old/unmaintained templates, and add C# DotNet template resolves #792
1 parent dffe405 commit 0905e4d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/docs/plugins.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,10 @@ for any technical questions/answers and the announcement of your new plugin.
124124
- [Official](https://github.com/npp-plugins/plugintemplate/) - This template is maintained by the developer of Notepad++.
125125
- [Docking Dialogue Interface](https://github.com/ThosRTanner/Docking_Dialogue_Interface) - ThosRTanner created a variant of a C++ template that helps clarify how to use a docking dialog, and gives an example plugin using that template.
126126
* C#
127-
- [NotepadPlusPlusPluginPack.Net](https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net) - User "kbilsted" was the original author/maintainer of this pack. However, as of Jan 2024, this version of the plugin pack is "archived" and unmaintained.
128-
- [NppCSharpPluginPack](https://github.com/molsonkiko/NppCSharpPluginPack) - Mark Olson's fork of the original pack, with improvements and active maintenance (as of Jan 2024).
127+
- [NppCSharpPluginPack](https://github.com/molsonkiko/NppCSharpPluginPack) - Mark Olson's fork of the original "kblisted" pack, with improvements and active maintenance.
128+
- [Npp.DotNet.Plugin](https://www.nuget.org/packages/Npp.DotNet.Plugin) - AOT-compatible port of the .NET Framework plugin template for Notepad++.
129129
* [D](https://gitlab.com/dokutoku/npp-api)
130130
* Delphi:
131-
- [Original (ANSI/UNICODE)](https://sourceforge.net/projects/npp-plugins/files/DelphiPluginTemplate/DelphiPluginTemplate%202.0%20UNICODE/DelphiPluginTemplate2.zip/download)
132131
- [Modern (32-bit/64-bit)](https://bitbucket.org/rdipardo/delphiplugintemplate/get/default.zip): This version has the headers necessary to work with Notepad++ v8.3.3 and newer.
133132

134133
### Header Files

0 commit comments

Comments
 (0)