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">
-