From 4544c22b70dd84a88b98e837746a355e85eabec3 Mon Sep 17 00:00:00 2001 From: Ananya Sen Date: Tue, 26 Jun 2012 18:06:03 -0700 Subject: turning off autocompletion since it is interfering typing Signed-off-by: Ananya Sen --- js/code-editor/codemirror-ninja/lib/ninja-simple-hint.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/code-editor/codemirror-ninja') diff --git a/js/code-editor/codemirror-ninja/lib/ninja-simple-hint.js b/js/code-editor/codemirror-ninja/lib/ninja-simple-hint.js index adcafd41..97adfd13 100644 --- a/js/code-editor/codemirror-ninja/lib/ninja-simple-hint.js +++ b/js/code-editor/codemirror-ninja/lib/ninja-simple-hint.js @@ -23,7 +23,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot editor.replaceRange(str, result.from, result.to); } - if (completions.length == 1) {insert(completions[0]); return true;} + //if (completions.length == 1) {insert(completions[0]); return true;} // Build the select widget var complete = document.createElement("div"); -- cgit v1.2.3