I used `SCN_DOUBLECLICK` before in the code, see https://github.com/geany/geany-plugins/pull/481/commits/d18495a9e5481000670ddd9b0b1a952c67857b34?diff=split#diff-7e319383ec157ada7c430d2e26918d02L119 but there is no single click notification. I couldn't find any other Scintilla notification which is close to a single click event.
I removed the `SCN_DOUBLECLICK` only because we already get the same event notification in the GTK "button-press-event" handler and so do the logic at one place. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/481#issuecomment-243058242
