Enter and Tab not recognized as character by TypedHandlerDelegate?
已回答
I'm using TypedHandlerDelegate to perform an some actions,
The keystrokes ENTER or TAB are not considered as characters.
override fun charTyped(c: Char, project: Project, editor: Editor, psiFiles: PsiFile)
Is there any workaround which recognizes ENTER or TAB as characters?
请先登录再写评论。
To handle ENTER event, use
with the following Extension Point: