Upgrade to CodeMirror 3.1

This commit is contained in:
Matt Pass
2013-02-26 16:45:14 +00:00
parent e5a1a10101
commit 86735ac3b7
22 changed files with 12 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -148,6 +148,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
.CodeMirror-gutters {
position: absolute; left: 0; top: 0;
height: 100%;
padding-bottom: 30px;
z-index: 3;
}
.CodeMirror-gutter {
@@ -199,6 +200,10 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
overflow: auto;
}
.CodeMirror-widget {
display: inline-block;
}
.CodeMirror-wrap .CodeMirror-scroll {
overflow-x: hidden;
}

View File

@@ -52,7 +52,7 @@ include($settingsFile);
// Add ICEcoder settings to beginning of $ICEcoder array
$ICEcoder = array(
"versionNo" => "1.6",
"codeMirrorDir" => "CodeMirror-3.02",
"codeMirrorDir" => "CodeMirror-3.1",
"demoMode" => false
)+$ICEcoder;