From 1491e2403912d1201fd04539d07282dab620a1f2 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Tue, 1 May 2012 07:55:53 +0100 Subject: [PATCH] Settings screen show in popup on right click of logo Right clicking the ICEcoder logo now shows this settings screen in a popup This allows you to control all main settings for ICEcoder Saving settings applies changes to settings.php Also intelligently reloads & refreshes relevant items for efficiency Thanked a few people in this screen, hope they don't mind --- lib/settings-screen.php | 205 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 205 insertions(+) create mode 100644 lib/settings-screen.php diff --git a/lib/settings-screen.php b/lib/settings-screen.php new file mode 100644 index 0000000..15ff9df --- /dev/null +++ b/lib/settings-screen.php @@ -0,0 +1,205 @@ + + + + + + +ICE Coder - <?php echo $versionNo;?> :: Settings Screen + + + + + + + + + +'.PHP_EOL; +} +?> + + + + +
+ +
+ +

+ git:
+ http://github.com/mattpass/ICEcoder +

+ + codemirror dir:
+ +

+ + codemirror version:
+ +

+ + doc root:
+ +



+ +

ICE coder by Matt Pass (@mattpass)

+ Free to use it for your own purposes, commercial or not, just let me know of any cool uses or customisations. :)

+ No warranty or liability accepted for anything, all responsibility of use is your own.

+ + Thanks go to the following people who have inspired me to create this and in the odd case, provided feedback or code:
+ @'.$peopleArray[$i].''; + if ($i + +
+

+
+ +
+
+

settings

+

functionality

+> tab indents selection
+> test codemirror version on load
+> auto open last files on login
+
+ +

assisting

+> code assist
+> visible tabs
+> locked nav
+
+ +

security

+new password 8 chars
+
+confirm password
+
+ +
+restricted files/folders
+
+banned files/folders
+
+ +
+ip addresses
+
+
+ +
+

plugins

+plugins array name, img src, style, url, target, setInterval (mins)
+ +

+ +

style

+theme
+ +

+ + + + + +
update
+ +
+ +
+ + + + \ No newline at end of file