Matt Pass
a2245775a9
Adjustment to location of padlock image
2012-05-31 14:52:34 +01:00
Matt Pass
d594050166
Server & user info screen
...
CodeMirror instances now on z-index of 1, above body
Body by default now shows server & user details if logged in and no docs
loaded
2012-05-31 14:51:46 +01:00
Matt Pass
2665055558
New FM icons sprite sheet & blank.gif
...
All file manager icons now in single sprite sheet
These are shown using CSS class pseudo's
blank.gif is needed to easily determin height
2012-05-31 14:37:37 +01:00
Matt Pass
3e41afb0a6
Set value not innerHTML in textarea
...
Setting innerHTML works fine in Chrome & Firefox but not IE
In order to make IE compatible, made this improvement
(More syntactically appropriate anyway)
2012-05-31 14:35:48 +01:00
Matt Pass
f1ec4a2453
Padlock & refresh icons moved
...
Moved from FM dir (no longer exists) to parent 'images' dir
2012-05-31 14:32:59 +01:00
Matt Pass
98f1ace910
Removed single FM icons
...
Removed individual file manager icons from own dir
Icons now show via CSS and spritesheet
2012-05-31 14:32:09 +01:00
Matt Pass
401a3a7abb
New initAliases function & scoping of vars
...
Initialisation of DOM vars now in own function
(This allows Firefox loadstack to work fine & is more efficient too,
only ever called once)
'this' also prefixes the DOM vars initialised, so works in Firefox
2012-05-29 17:53:41 +01:00
Matt Pass
6a0cc816a9
Aliases now initialised in seperate function
...
Initialise once DOM load complete, prior to 1st setLayout call
2012-05-29 17:51:08 +01:00
Matt Pass
4bafb3aaa1
Need e not event
...
Wasn't working in Firefox, this fixes issue
2012-05-29 17:50:14 +01:00
Matt Pass
782aac54e4
Logo now is a PNG
...
Has transparent BG, so can show on white or dark grey BG
2012-05-29 17:11:44 +01:00
Matt Pass
06dd46c24f
Logo now is a PNG
...
Has transparent BG, so can show on white or dark grey BG
2012-05-29 17:11:10 +01:00
Matt Pass
bc50886250
Alterations to the install process
2012-05-29 16:58:02 +01:00
Matt Pass
4264c479ad
Version number update to v0.6.9
v0.6.9
2012-05-29 16:26:32 +01:00
Matt Pass
b3afe9458e
Root files & folders show on load
...
Makes sense to show files & folders at root level on load, rather than
just show a single folder. This topmost level is now shown on load.
2012-05-29 07:55:48 +01:00
Matt Pass
1382277c74
Default list of excluded files increased
...
Now by default the excluded files includes anything in the _coder
folder, plus filetypes that shouldn't really be searched within (mainly
media files).
2012-05-28 19:10:29 +01:00
Matt Pass
d1df67338d
ICEcoder & user settings now stored in new file
...
Settings moved from settings.php to this new config.php file
This seperates processing from data storage as ICEcoder evolves
2012-05-28 18:53:40 +01:00
Matt Pass
ccc5b9d30a
Settings moved to config.php file, new array & BG
...
ICEcoder & user settings moved to new file, config.php
Settings.php is now used to handle settings and the seperate file for
storage
New array setting - findFilesExclude defines excluded strings
Settings screen BG is now dark grey not white, matches ICEcoders dark UI
2012-05-28 18:52:20 +01:00
Matt Pass
86142ca5f1
New setting to exclude files/folders from find
...
A new string array can now be added to settings screen
This array defines strings that are to be excluded from find in
files/folders and their names results when using the Find & Replace
function.
2012-05-28 18:47:51 +01:00
Matt Pass
b55fe4856c
CSS compacting & new Erlang Dark theme
...
New theme added
0px now 0
2012-05-28 07:56:32 +01:00
Matt Pass
d5df587cc3
CSS compacting
...
0px now 0
2012-05-28 07:55:45 +01:00
Matt Pass
0665d10a7c
CSS compacting & robot meta tag
...
noindex, nofollow robots meta tag
0px now 0
2012-05-28 07:54:00 +01:00
Matt Pass
43f7089106
CSS compacting & JS file sorting
...
0px now 0
Sorted load order of a few mode files
2012-05-28 07:53:00 +01:00
Matt Pass
fcb7722a55
Removed mode demo pages
...
Remoevd the demo page for each mode, not necessary
2012-05-28 07:50:57 +01:00
Matt Pass
7c5a005784
Removed unused CodeMirror files
...
Removed the 2 x keymap files and unused files from util dir
These files are all unused, if users want them, they can download
(Same thinking as only including used 'mode' files)
2012-05-28 07:50:25 +01:00
Matt Pass
abd61689f1
Better handling of changed files
...
Insetad of notifying user that file they're attempting to save, now they
can revert
This means the file they're trying to save is reverted to the server
file
Changes they have made are copied into a new file
User can optionally cancel to avoid this
v0.6.8
2012-05-26 22:25:12 +01:00
Matt Pass
acbe46b013
Version No & CodeMirror Version No Update
2012-05-26 22:22:45 +01:00
Matt Pass
bbf169907a
Update CodeMirror to v.2.25
...
Update to latest version
2012-05-26 22:22:06 +01:00
Matt Pass
1d3af5c62d
Remove CodeMirror 2.24
...
Update to newer version 2.25
2012-05-26 22:20:40 +01:00
Matt Pass
d095e6a5fe
CoffeeScript Support & Update Lang on Tab Switch
...
CoffeeScript is now supported as a language by ICEcoder
When you switch tabs, the cursor display info also now changes
2012-05-25 17:44:12 +01:00
Matt Pass
96df3ac91b
Shortening of hex codes & swapping tab text cols
...
Hex codes shortened if poss (ie, #888888 becomes #888 and #ff0000
becomes #f00)
Swapped text colour on tabs, selected now has black text, others white
text
2012-05-25 17:03:12 +01:00
Matt Pass
38fe4fd85e
Merge branch 'master' of https://github.com/mattpass/ICEcoder
2012-05-25 15:29:20 +01:00
Matt Pass
95ac9b50e0
Republish only
2012-05-25 15:26:43 +01:00
Matt Pass
1f26ddaf3d
Another slight format fix
2012-05-24 18:23:48 +01:00
Matt Pass
64231d7f01
Minor format fixes
2012-05-24 18:22:09 +01:00
Matt Pass
656c10e5cf
Added MIT license with note about sub-licenses
2012-05-24 18:18:03 +01:00
Matt Pass
f0d4ef75d3
Design improvements for readability of shortcuts
v0.6.7
2012-05-10 20:43:52 +01:00
Matt Pass
ec27eb53bc
Close button now has 30% white BG, transparent on file deselect
2012-05-10 20:42:49 +01:00
Matt Pass
6512d4895b
Nav design improvements & fix to .file types
...
Nav highlighting & changed status indication now improved
Fixed problem when adding .files it sees it as a folder
2012-05-10 18:43:11 +01:00
Matt Pass
de81341452
Version number update only
2012-05-10 18:41:40 +01:00
Matt Pass
97e6906f17
2 x new filetypes added, some hidden code renamed ready for next lot
2012-05-10 18:41:03 +01:00
Matt Pass
feeb3907bf
Nav tab close button now round
2012-05-10 18:40:26 +01:00
Matt Pass
955d7714a2
Design improvements to the nav tabs
2012-05-10 18:40:04 +01:00
Matt Pass
e506d5a535
Couple of new filetype icons
2012-05-10 18:39:40 +01:00
Matt Pass
09ff2f279d
Plenty of adjustments to give a new darker styling
...
Felt the file manager on the left being white was a bit jarring on the eyes
A darker background would be more suitable for long periods
Also decided to overhaul icons and give everything a modern feel
Previously it looked a bit dated, now looks much fresher
2012-05-09 17:22:18 +01:00
Matt Pass
e17a240661
Links in FM now white to suit dark BG removed CSS for unused filetypes
...
Plus added a couple of more specific filetypes
Commented out a few as I'll add them v/soon (before next point release)
2012-05-09 17:18:28 +01:00
Matt Pass
a6e244a82f
No longer considers .asp/.aspx in restrictedFiles, considers .rb instead
2012-05-09 17:16:35 +01:00
Matt Pass
491fb4c243
Adjustments to colours/styling of tabs, items in FM & new Help popup
...
Minor alts to suit different states of tabs
Also minor alts to select/deselect of files/folders in file manager to suit darker style
New function to show/hide help popup on demand
2012-05-09 17:15:06 +01:00
Matt Pass
ca46e36e5a
Minor alts to graphics to fit new styling
...
Slight adjustments to contrast of graphics
2012-05-09 17:10:28 +01:00
Matt Pass
09e3ece5a7
Help popup by clicking logo
...
You can now access help popup by clicking ICEcoder logo
2012-05-09 17:09:20 +01:00
Matt Pass
57e820501a
Help popup added
...
New help popup screen, accessed by clicking ICEcoder logo
Shows shortcut keys for now
2012-05-09 17:08:14 +01:00