mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user