public class CompletionAutoPopupHandler extends TypedHandlerDelegate
TypedHandlerDelegate.Result| Modifier and Type | Field and Description |
|---|---|
static Key<java.lang.Boolean> |
ourTestingAutopopup |
EP_NAME| Constructor and Description |
|---|
CompletionAutoPopupHandler() |
| Modifier and Type | Method and Description |
|---|---|
TypedHandlerDelegate.Result |
checkAutoPopup(char charTyped,
Project project,
Editor editor,
PsiFile file)
If the specified character triggers auto-popup, schedules the auto-popup appearance.
|
static void |
runLaterWithCommitted(Project project,
Document document,
java.lang.Runnable runnable)
Deprecated.
can be emulated with
AppUIExecutor |
beforeCharTyped, beforeSelectionRemoved, charTyped, isImmediatePaintingEnabledpublic static final Key<java.lang.Boolean> ourTestingAutopopup
public TypedHandlerDelegate.Result checkAutoPopup(char charTyped, Project project, Editor editor, PsiFile file)
TypedHandlerDelegatecheckAutoPopup in class TypedHandlerDelegate@Deprecated public static void runLaterWithCommitted(Project project, Document document, java.lang.Runnable runnable)
AppUIExecutor