From 11465d1946e2c8eb3aefc014ab9c9a6ce9a3fdc2 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Wed, 10 Jul 2013 17:25:55 +0100 Subject: [PATCH] codeAssist now set along with other settings Also applied to checkbox so not always starting as checked, obeys user settings --- index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 336cdcd..0fc5ef4 100644 --- a/index.php +++ b/index.php @@ -62,6 +62,8 @@ window.onbeforeunload = function() { echo "'"; echo ';top.ICEcoder.openLastFiles = '; echo $ICEcoder["openLastFiles"] ? 'true' : 'false'; + echo ';top.ICEcoder.codeAssist = '; + echo $ICEcoder["codeAssist"] ? 'true' : 'false'; echo ';top.ICEcoder.lineWrapping = '; echo $ICEcoder["lineWrapping"] ? 'true' : 'false'; echo ';top.ICEcoder.indentWithTabs = '; @@ -192,7 +194,7 @@ Color picker"> -
Code Assist
+
onClick="top.ICEcoder.codeAssistToggle()">Code Assist
Go to Line