mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-04 07:44:01 +01:00
Upgrade to CodeMirror 3.1
This commit is contained in:
File diff suppressed because one or more lines are too long
6
CodeMirror-3.1/lib/codemirror-compressed.js
Normal file
6
CodeMirror-3.1/lib/codemirror-compressed.js
Normal file
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user