devMode setting added, swapped menu item order

New setting for devMode. If true it will use the unminified ice-coder.js
file, otherwise the min.js version
Copy option now available for multple file copying, outside of single
menu items. Paste option moved next to it.
This commit is contained in:
Matt Pass
2013-05-09 09:06:23 +01:00
parent ba94a3bba0
commit 0fb9680f72
3 changed files with 6 additions and 5 deletions

View File

@@ -65,7 +65,8 @@ include(dirname(__FILE__)."/".$settingsFile);
$ICEcoder = array(
"versionNo" => "2.3",
"codeMirrorDir" => "CodeMirror-3.12",
"demoMode" => false
"demoMode" => false,
"devMode" => false
)+$ICEcoder;
$onLoadExtras = "";