mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
restart non-autopopup completion
This commit is contained in:
+1
-3
@@ -569,9 +569,7 @@ public class CompletionProgressIndicator extends ProgressIndicatorBase implement
|
||||
}
|
||||
|
||||
public void addWatchedPrefix(int startOffset, ElementPattern<String> restartCondition) {
|
||||
if (isAutopopupCompletion()) {
|
||||
myRestartingPrefixConditions.add(Pair.create(startOffset, restartCondition));
|
||||
}
|
||||
myRestartingPrefixConditions.add(Pair.create(startOffset, restartCondition));
|
||||
}
|
||||
|
||||
public void prefixUpdated() {
|
||||
|
||||
Reference in New Issue
Block a user