I am the author of both Gradient and GPT-2 adaptation for it.
Unless you are planning to sell your plugin, feel free to use Gradient. If you want to make it open-source, I’d be glad to provide help.
Note though, that one would have to install Python + TensorFlow to use GPT-2.
Ummm…you can do that sort of thing already using regular expressions, but it can get unwieldy if you have a lot of data. Just thought I’d point that out.
my apologies, seems that this problem occured after an ugly computer shutdown (empty laptop battery or a savage windows update, no idea what occured).
after more testing on my side, all seems to run fine now
thanks for your time and patience
I wrote a plugin that can be used to configure left cursor movement to stop at left margin. Since this relies on a Scintilla setting you have to use at least Notepad++ v7.7. Untick option Wrap cursor at line start. The plugin’s name is ExtSettings. You can download it >>> here <<<. It will also be available soon via PluginsAdmin.
As @Alan-Kilborn said I’m developing Notepad++ plugins in Delphi.
Have a look at the GitHub repo of my NppUISpy plugin. In the folder src/Lib you’ll find my modified and extended version of the Delphi Plugin Framework, based on the work of Damjan Zobo Cvetko. It is 32 bit/64 bit capable and already adapted to the new Scintilla v4.1.4 API used since Notepad++ v7.7.
I wrote a plugin that can do that (and some other things). Its name is ExtSettings. You can download it >>> here <<<. It will also be available soon via PluginsAdmin.
@pnedev and @dinkumoil
Thank you both for your help, it is now working beautifully as expected. I have removed the unnecessary hToolBarIcon and converted the icons to BMP format.