public class XmlSlashTypedHandler extends TypedHandlerDelegate
TypedHandlerDelegate.ResultEP_NAME| Constructor and Description |
|---|
XmlSlashTypedHandler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
autoIndent(Editor editor) |
TypedHandlerDelegate.Result |
beforeCharTyped(char c,
Project project,
Editor editor,
PsiFile editedFile,
FileType fileType)
Called before the specified character typed by the user is inserted in the editor.
|
TypedHandlerDelegate.Result |
charTyped(char c,
Project project,
Editor editor,
PsiFile editedFile)
Called after the specified character typed by the user has been inserted in the editor.
|
beforeSelectionRemoved, checkAutoPopup, isImmediatePaintingEnabledpublic TypedHandlerDelegate.Result beforeCharTyped(char c, Project project, Editor editor, PsiFile editedFile, FileType fileType)
TypedHandlerDelegatebeforeCharTyped in class TypedHandlerDelegatepublic TypedHandlerDelegate.Result charTyped(char c, Project project, Editor editor, PsiFile editedFile)
TypedHandlerDelegatecharTyped in class TypedHandlerDelegatepublic static void autoIndent(Editor editor)