Closed ShirleyNekoDev closed 5 years ago
writing while having selected text should delete the selected text and insert new input at its position
the selection is deselected and new input is inserted at the front of the selection
check for selections before handling the input events
I'm used to this behavior from other text/code editors. It is useful when replacing e.g. spelling mistakes.
Expected Behavior
writing while having selected text should delete the selected text and insert new input at its position
Current Behavior
the selection is deselected and new input is inserted at the front of the selection
Possible Solution
check for selections before handling the input events
Steps to Reproduce
Context (Environment)
I'm used to this behavior from other text/code editors. It is useful when replacing e.g. spelling mistakes.