NotepadPlusPlusPluginPack.Net
NotepadPlusPlusPluginPack.Net copied to clipboard
.Net package to install into visual studio to make plugins for Notepad++
- ScNotification struct had incorrect data type 'int' for lineNumber, position, etc fields - This might cause misinterpretation of data block eventually leading to corruption. - IntPtr must have been...
I am currently trying to add a [lexer class](https://github.com/Ekopalypse/NppPluginLexerExample/blob/master/LexerPlugin/NppManagedPluginDemo/PluginInfrastructure/Lexer.cs) to the plugin pack so that it can be used to write lexers in C#. The additional exports needed have been...
I tried using the SCN_AUTOCSELECTION notification to insert something else than what was selected in the autocomplete menu. The pointer to the text of the selected option should be in...
This is an excellent template but the demo plugin is a bit too trivial imho. I mean a plug-in would typically do something with the current opened text file. So...
kbilsted hasn't done anything in this repo since 20 Jan 2018. I'm starting to think he abandoned this project. I'd be willing to step in as contributor if he allows...
x64 changes
First of all I want to congratulate you on the fantastic product that you developed and generously shared with the developers community. Your NotepadPlusPlusPluginPack.Net framework is in fact the only...
not sure if it is possible, also trade-offs * maybe be more difficult to debug code * easier to upgrade the plugin pack * we may run into ilmerge hell...
we state > Works on Notepad++ 7.6.3 and above > For Notepad++ 7.6 to 7.6.2 no release works out of the box due to plugin directories changing with every release....
by accident we merged PR that change the code generated code. The code should be heavily commented with it being code generated and should not be touched