NotepadPlusPlusPluginPack.Net icon indicating copy to clipboard operation
NotepadPlusPlusPluginPack.Net copied to clipboard

Demo plugin a bit too trivial, add edit text demo?

Open BdR76 opened this issue 4 years ago • 1 comments
trafficstars

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 instead of a line-jump demo, maybe also add word find and replace demo. So two textboxes and a button to replace one with the other, for example "Cat" and "Kitten" or something like that?

BdR76 avatar Apr 17 '21 13:04 BdR76

Yeah that sounds nice, but if you want something quickly, you could look upto scintilla and notepad ++ APIs from the notepad++ repository coz this project should act just as a bridge so all APIs supported by notepad++ should be supported by this project too.

mahee96 avatar Apr 18 '21 13:04 mahee96