We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e5a4e commit 6f50a23Copy full SHA for 6f50a23
1 file changed
index.php
@@ -90,6 +90,7 @@
90
"top.ICEcoder.fontSize = '".$ICEcoder["fontSize"]."';".
91
"top.ICEcoder.openLastFiles = ".($ICEcoder["openLastFiles"] ? 'true' : 'false').";".
92
"top.ICEcoder.updateDiffOnSave = ".($ICEcoder["updateDiffOnSave"] ? 'true' : 'false').";".
93
+ "top.ICEcoder.languageUser = '".$ICEcoder["languageUser"]."';".
94
"top.ICEcoder.codeAssist = ".($ICEcoder["codeAssist"] ? 'true' : 'false').";".
95
"top.ICEcoder.lineWrapping = ".($ICEcoder["lineWrapping"] ? 'true' : 'false').";".
96
"top.ICEcoder.indentWithTabs = ".($ICEcoder["indentWithTabs"] ? 'true' : 'false').";".
0 commit comments