mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-06 16:46:48 +01:00
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:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user