Stumpii/ScintillaNET.WPF

Key bindings do not work in Scintilla editor

Closed this issue · 1 comments

When you press for example Ctrl-S in an editor window, a control character (for Ctrl-S it is [SO]) is added to the text. I expected the document to be saved. When I put the focus outside the editor, it works as expected.

In the end I used this approach in the ScintillaNet.WPF project. Added an event in the derived Scintilla and wired it up in SCide.WPF. Probably not the best solution, but that's not needed for the project I am working on.