New plugin package: Visual Studio 2015 support for C#/.Net plugins
-
Hi all
I’ve taken the liberty to fork UFO’s C# plugin pack and place it on github and update it so that it works with visual studio 2015. The link is https://github.com/kbilsted/NotepadPlusPlusPluginPack.Net
Is it possible to get the project linked on the notepad++ front page?
Any other comments or ideas for the project? I’m currently creating a gateway layer making interaction with N++ even easier from C# than it is in its present form - but I wanted the extensions to come later than just the port.
-
The templates have needed updated for a long time so it’s good to see this!
Is it possible to get the project linked on the notepad++ front page?
I would hope the main Notepad++ website would link to it since the other on it links to is very outdated. Maybe @donho will see this.
I agree a “gateway layer” is a nice idea but I’d suggest if possible making this optional. For someone like me that is strictly C/C++ if I would decided to create a plugin in C# then I could still use the underlying API without having to learn the additional layer.
-
It will be a high level layer calling the existing underlying layer. That layer will not go away.
Please supply more information on what changes needs be done for fixing bugs as you hint .