Skip to content

Pressing the Delete key to delete a text selection deletes an extra character #464

@Strewya

Description

@Strewya

When editing text (view rules, watch window, command palette, etc), if you have some text selected, pressing the Delete key will delete the selection, but also remove the character immediately after the selection.

Example, if the selected text are all characters in between the [ ]
Some[Variable]Name
then pressing Delete on the keyboard leaves you with
Someame
instead of
SomeName
which goes against how i would expect text selection to be deleted.
For the record, the same thing but using Backspace works as expected.
Version 0.9.15.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA report of unintended or broken behavior.DebuggerPertains to the debugger.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions