For common key actions not configurable with custom keybindings, Geany uses `SCI_` from Scintilla. For example BACKSPACE key is = `SCI_DELETEBACK`
In the Scintilla documentation I do not see an `SCI_` to replicated the DELETE key action. I was just wondering if anyone know what `SCI_` Geany uses to generate DELETE key action? Scintilla documentation shows the follow 'SCI_' `SCI_DELETERANGE(position start, position lengthDelete)` that requires values to be set. Is this the `SCI_` that Geany uses for this action? Thank you to anyone who reads this -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/discussions/4479 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/repo-discussions/[email protected]>
