completion screen location update bug fix

This commit is contained in:
Manindra Moharana
2013-09-16 21:35:40 +05:30
parent 4fce0cad01
commit 82a3bfc6e6
3 changed files with 7 additions and 4 deletions

View File

@@ -779,7 +779,7 @@ public class ASTGenerator {
protected ArrayList<CompletionCandidate> candidates;
protected String lastPredictedWord = " ";
//protected AtomicBoolean predictionsEnabled;
protected int predictionMinLength = 3;
protected int predictionMinLength = 2;
public void preparePredictions(final String word, final int line, final int lineStartNonWSOffset) {
if(!ExperimentalMode.codeCompletionsEnabled) return;