From 02b41bfbdcbd08ecdb9b5f03aeed760de0a3d0b5 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sat, 9 Feb 2013 14:03:52 +0000 Subject: [PATCH] Matchhilight & autoCloseTags updates CSS class changed needed for matchhilight and removed color setting snippetFrame now unused, removed 2 new options set to autoCloseTags and highlightSelectionMatches No longer setting thisCM.matchHighlight anymore Set a if 1==2 condition on the previous (and quite ropey) code that did autoclosing to stop it happening, will remove next. --- editor.php | 464 ++++++++++++++++++++++++++--------------------------- 1 file changed, 232 insertions(+), 232 deletions(-) diff --git a/editor.php b/editor.php index ea09c68..31f7332 100644 --- a/editor.php +++ b/editor.php @@ -1,233 +1,233 @@ - - - - - -ICEcoder v <?php echo $ICEcoder["versionNo"];?> editor - - -/lib/codemirror.css"> -/addon/hint/simple-hint.css"> - - -'; -};?> -"> - - - - - -
-
-

server

- Server name, OS & IP:
-

- Root:
-

- ICEcoder root:
-

- PHP version:
-

- Date & time:
-


-
- -
-

files

- Last 10 files opened:
-
'; - } else { - echo ''; - echo str_replace($docRoot,"",str_replace("|","/",$last10FilesArray[$i])); - echo '
'.PHP_EOL; - if ($i==count($last10FilesArray)-1) {echo '
'.PHP_EOL;}; - } - } - ;?> - File & folder count:
-



-
- -
-

your device

- Browser:
-

- Your IP:
- -
- -
- - - - - + + + + + +ICEcoder v <?php echo $ICEcoder["versionNo"];?> editor + + +/lib/codemirror.css"> +/addon/hint/simple-hint.css"> + + +'; +};?> +"> + + + + + +
+
+

server

+ Server name, OS & IP:
+

+ Root:
+

+ ICEcoder root:
+

+ PHP version:
+

+ Date & time:
+


+
+ +
+

files

+ Last 10 files opened:
+
'; + } else { + echo ''; + echo str_replace($docRoot,"",str_replace("|","/",$last10FilesArray[$i])); + echo '
'.PHP_EOL; + if ($i==count($last10FilesArray)-1) {echo '
'.PHP_EOL;}; + } + } + ;?> + File & folder count:
+



+
+ +
+

your device

+ Browser:
+

+ Your IP:
+ +
+ +
+ + + + + \ No newline at end of file