I am working on Windows10, after create the tags, I select the function, and push Alt+Space, the pop up windows shows "PluginsManager::runPluginCommand Exception Access violation"
Tested. Saw something similar. It also happens in very old versions of Notepad++ so it seems like a change in Windows rather than Notepad++.
Will try to figure it out but it will take some time.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Basically Notepad++64 bits (due to Scintilla) broke backward compatability. So fixing the plugin for latest Notepad++ version will break it for older Notepad++ versions. I may try to do something but I recommend Notepad++ 32 bits. Not just because of my plugin, there is no davantage for 64 bits for text editor which typically handles a few dozen file, each smaller than 100KB.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Tested. Saw something similar. It also happens in very old versions of Notepad++ so it seems like a change in Windows rather than Notepad++.
Will try to figure it out but it will take some time.
The similar something I saw is a bit different and related to "malformed ctags" file.
The access viloation is probably related to:
https://community.notepad-plus-plus.org/topic/17755/notepad-7-7-breaking-change-of-scnotification-definition-in-x64-build/16
Basically Notepad++64 bits (due to Scintilla) broke backward compatability. So fixing the plugin for latest Notepad++ version will break it for older Notepad++ versions. I may try to do something but I recommend Notepad++ 32 bits. Not just because of my plugin, there is no davantage for 64 bits for text editor which typically handles a few dozen file, each smaller than 100KB.
Thank you Gur. I change to notepad++ 32bit. This plugin works now!