public class XmlAutoPopupHandler extends TypedHandlerDelegate
TypedHandlerDelegate.ResultEP_NAME| Constructor and Description |
|---|
XmlAutoPopupHandler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
autoPopupXmlLookup(Project project,
Editor editor) |
TypedHandlerDelegate.Result |
checkAutoPopup(char charTyped,
Project project,
Editor editor,
PsiFile file)
If the specified character triggers auto-popup, schedules the auto-popup appearance.
|
beforeCharTyped, beforeSelectionRemoved, charTyped, isImmediatePaintingEnabledpublic TypedHandlerDelegate.Result checkAutoPopup(char charTyped, Project project, Editor editor, PsiFile file)
TypedHandlerDelegatecheckAutoPopup in class TypedHandlerDelegate