Skip to content

Outdent on Backspace #218

Open
Open
@sma

Description

@sma

I would like to implement a "dedent on backspace" but it seems a CodeModifier that wants to register itself on '\b' doesn't work. I checked that the backspace key is delegated to the CodeController's onKey method and you could process it there if nothing else works, but I think, a CodeModifier which is called on '\n' for indentation is the right place to implement this.

I'm using version 0.2.15.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions