Snippet keybindings use on_snippet_keybinding_activate() as the callback and it returns void but the callback should return boolean.

This may account for the observation in #1353 that Scintilla keybindings are activated as well as the snippet, since the callback does not return true to prevent further signal emissions.

"Somebody" who knows GTK as well as @b4n should check my logic 😄


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.