From f4cdff0c2cea5a9a5f4d29601da1b198071991c5 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Tue, 21 May 2013 16:46:23 +0100 Subject: [PATCH] Show icons for last 10 files Load in seperate CSS file file-types.css Show the last 10 files in a UL, with icons next to LI's as per file manager tree --- editor.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/editor.php b/editor.php index 941aec7..e279b94 100644 --- a/editor.php +++ b/editor.php @@ -24,6 +24,7 @@ if (file_exists(dirname(__FILE__)."/plugins/emmet/emmet.min.js")) { if ($ICEcoder["theme"]=="default") {echo 'lib/editor.css';} else {echo $ICEcoder["codeMirrorDir"].'/theme/'.$ICEcoder["theme"].'.css';}; $activeLineBG = array_search($ICEcoder["theme"],array("eclipse","elegant","neat")) !== false ? "#ccc" : "#000"; ?>"> + + + @@ -64,19 +67,26 @@ $activeLineBG = array_search($ICEcoder["theme"],array("eclipse","elegant","neat"

files

Last 10 files opened:
+