Handling character deletion Permanently deleted user 创建于 2016年04月16日 08:21 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"/>