From 826730e88b04dce68ff14e731ae25ff50f8d1e17 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Wed, 23 Jan 2013 19:37:51 +0000 Subject: [PATCH] Code completion added for JS via simple hint Simple hint .css, .js and the javascript hinter added No need to have Ctrl-Up or Down to do nothing, handled in icecoder.js Ctrl-Space triggers the autocomplete command This is setup as a function which runs if the cursor is in a JS block --- editor.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/editor.php b/editor.php index edf0726..91e4ac9 100644 --- a/editor.php +++ b/editor.php @@ -7,11 +7,12 @@ /lib/codemirror.css"> +/addon/hint/simple-hint.css">