diff --git a/lib/settings-screen.php b/lib/settings-screen.php index 22889e1..31fbf8a 100644 --- a/lib/settings-screen.php +++ b/lib/settings-screen.php @@ -14,7 +14,7 @@ .CodeMirror {position: absolute; width: 409px; height: 240px; font-size: } .CodeMirror-scroll {overflow: hidden} /* Make sure this next one remains the 3rd item, updated with JS */ -.cm-tab {border-left-width: ; border-left-style: solid; border-left-color: rgba(255,255,255,0.2)} +.cm-tab {border-left-width: ; margin-left: ; border-left-style: solid; border-left-color: rgba(255,255,255,0.2)} @@ -38,8 +38,9 @@ for ($i=0;$i +

settings

+

-

version:
v

@@ -64,7 +65,7 @@ for ($i=0;$i -



+

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. :)

@@ -87,7 +88,6 @@ for ($i=0;$i
-

settings

functionality

> check for updates on load
> auto open last files on login
@@ -102,10 +102,16 @@ when finding in files, exclude:
> locked nav

tag wrapper command


+auto-complete on
+
+

security

new password 8 chars
@@ -232,6 +238,7 @@ var showHideTabs = function() { cMCSS = document.styleSheets[2]; cMCSS.rules ? strCSS = 'rules' : strCSS = 'cssRules'; cMCSS[strCSS][2].style['border-left-width'] = document.settings.visibleTabs.checked ? '1px' : '0'; + cMCSS[strCSS][2].style['margin-left'] = document.settings.visibleTabs.checked ? '-1px' : '0'; } var validatePasswords = function() {