no common prefix filling instead of second completion (IDEA-92664)

This commit is contained in:
peter
2012-10-09 17:36:20 +02:00
parent 48a5d6d956
commit 78d766be44
@@ -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) {