Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
Handling character deletion
Permanently deleted user
Created
There is a BackspaceHandlerDelegate, but how to handle using Del key? Doing pretty same thing, but I can't see EP for it and no BackSpace nor TypedHandler handles it.
I do both of these using EditorActionHandlers:
<editorActionHandler action="EditorBackSpace"
implementationClass="cursive.editor.ClojureBackspaceHandler"
order="first"/>
<editorActionHandler action="EditorDelete"
implementationClass="cursive.editor.ClojureDeleteHandler"
order="first"/>