freya
freya copied to clipboard
enhancement: Remove or replace selected text
Usually selection has higher priority than cursor so input behavior should be little bit different if text has been selected.
-
If you select the text and press backspace the selected text expected to be deleted but currently only character before last cursor position deteles.
-
If you select the text and type something other the selected text expected to be replaced by typed but currently new text inserts after cursor position in same time selected text stay not deleted.
@marc2332 Seems this issue related to #91. Could you add it to tracking?
Yeah, I was aware of this, it's not really a bug, it's just not implemented yet hahaha. I Just added it to the tracking issue! :smile:
I recently added support for removing the selected when using Delete or backspace, I'll soon make it possible to replace it with the new inserted text