Open
Description
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.