Now using CodeMirror 2.31 & new root setting

Upgraded Codemirror from 2.3 to 2.31
New setting in ICEcoder array, root which defines the tree root
This commit is contained in:
Matt Pass
2012-07-20 17:48:17 +01:00
parent 5d2edc911d
commit 436630b5c8

View File

@@ -1,8 +1,9 @@
<?php
$ICEcoder = array(
"versionNo" => "v 0.7.8",
"codeMirrorDir" => "CodeMirror-2.3",
"cMThisVer" => 2.3,
"codeMirrorDir" => "CodeMirror-2.31",
"cMThisVer" => 2.31,
"root" => $_SERVER['DOCUMENT_ROOT']."", // set your own root here
"tabsIndent" => true,
"checkUpdates" => false,
"openLastFiles" => true,