mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
no common prefix filling instead of second completion (IDEA-92664)
This commit is contained in:
+2
@@ -135,9 +135,11 @@ public class CodeCompletionHandlerBase {
|
||||
|
||||
CompletionPhase phase = CompletionServiceImpl.getCompletionPhase();
|
||||
boolean repeated = phase.indicator != null && phase.indicator.isRepeatedInvocation(myCompletionType, editor);
|
||||
/*
|
||||
if (repeated && isAutocompleteCommonPrefixOnInvocation() && phase.fillInCommonPrefix()) {
|
||||
return;
|
||||
}
|
||||
*/
|
||||
|
||||
int newTime = phase.newCompletionStarted(time, repeated);
|
||||
if (invokedExplicitly) {
|
||||
|
||||
Reference in New Issue
Block a user