Skip to content

Commit 7ecae98

Browse files
committed
add Mark Olson's C# and ThosRTanner's C++ templates
1 parent 43fb4c3 commit 7ecae98

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

content/docs/plugins.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,16 @@ for any technical questions/answers and the announcement of your new plugin.
115115
### In other languages
116116

117117
* [Ada](http://white-elephant.ch/notepad.php)
118-
* [C#](https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net)
118+
* C++
119+
- [Official](https://github.com/npp-plugins/plugintemplate/) - This template is maintained by the developer of Notepad++.
120+
- [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.
121+
* C#
122+
- [Original](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.
123+
- [Maintained](https://github.com/molsonkiko/NppCSharpPluginPack) - Mark Olson's fork of the original pack, with improvements and active maintenance.
119124
* [D](https://gitlab.com/dokutoku/npp-api)
120125
* Delphi:
121126
- [Original (ANSI/UNICODE)](https://sourceforge.net/projects/npp-plugins/files/DelphiPluginTemplate/DelphiPluginTemplate%202.0%20UNICODE/DelphiPluginTemplate2.zip/download)
122-
- [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
127+
- [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.
123128

124129
### Header Files
125130

0 commit comments

Comments
 (0)