Capturing Scintilla notifications
-
Hi, I am kind of new in plugin development. I would like to know how can I capture Scintilla notifications for me to process them. For example, in a normal Notepad++ session, how can I capture SCN_DWELLSTART from my plugin and execute a callback?
I have seen some examples but I am still confused. One solution maybe is to create a new Scintilla handle, is this the cleanest one? Or maybe to use Python, but would like to avoid depending on other plugins.
I would really appreciate your help. Thank you in advance.
-
With a normal plugin DLL there is a function you must define that handles notifications from Scintilla and Notepad++
You can see an example C++ plugin here:
-
@dail this is exactly what I was looking for. Thank you so much!
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login