public class XmlAutoPopupHandler extends TypedHandlerDelegate
TypedHandlerDelegate.Result
EP_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, isImmediatePaintingEnabled
public TypedHandlerDelegate.Result checkAutoPopup(char charTyped, Project project, Editor editor, PsiFile file)
TypedHandlerDelegate
checkAutoPopup
in class TypedHandlerDelegate