public static class CompletionPhase.CommittingDocuments extends CompletionPhase
CompletionPhase.BgCalculation, CompletionPhase.CommittingDocuments, CompletionPhase.InsertedSingleItem, CompletionPhase.ItemsCalculated, CompletionPhase.NoSuggestionsHint, CompletionPhase.Synchronous, CompletionPhase.ZombiePhase
Disposable.Parent
indicator, NoCompletion
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Usually not invoked directly, see class javadoc.
|
void |
ignoreCurrentDocumentChange() |
int |
newCompletionStarted(int time,
boolean repeated) |
static void |
scheduleAsyncCompletion(Editor _editor,
CompletionType completionType,
Condition<? super PsiFile> condition,
Project project,
CompletionProgressIndicator prevIndicator) |
java.lang.String |
toString() |
public void ignoreCurrentDocumentChange()
public int newCompletionStarted(int time, boolean repeated)
newCompletionStarted
in class CompletionPhase
public void dispose()
Disposable
dispose
in interface Disposable
dispose
in class CompletionPhase
public java.lang.String toString()
toString
in class java.lang.Object
public static void scheduleAsyncCompletion(Editor _editor, CompletionType completionType, Condition<? super PsiFile> condition, Project project, CompletionProgressIndicator prevIndicator)