cc length decreased

This commit is contained in:
Manindra Moharana
2014-11-16 11:01:42 -07:00
parent 2c5b1fee11
commit ca6ac59193

View File

@@ -146,7 +146,7 @@ public class ExperimentalMode extends JavaMode {
/**
* After how many typed characters, code completion is triggered
*/
volatile public static int codeCompletionTriggerLength = 2;
volatile public static int codeCompletionTriggerLength = 1;
static public final String prefErrorCheck = "pdex.errorCheckEnabled";
static public final String prefWarnings = "pdex.warningsEnabled";