mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
completion screen location update bug fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user