public class XmlSlashTypedHandler extends TypedHandlerDelegate
TypedHandlerDelegate.Result
EP_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, isImmediatePaintingEnabled
public TypedHandlerDelegate.Result beforeCharTyped(char c, Project project, Editor editor, PsiFile editedFile, FileType fileType)
TypedHandlerDelegate
beforeCharTyped
in class TypedHandlerDelegate
public TypedHandlerDelegate.Result charTyped(char c, Project project, Editor editor, PsiFile editedFile)
TypedHandlerDelegate
charTyped
in class TypedHandlerDelegate
public static void autoIndent(Editor editor)