Matt Pass
ce38b126dc
Set user defined perms on new file/dir
2014-11-10 07:23:09 +00:00
Matt Pass
18d66850fa
New dirs/files use perms defined in config
2014-11-10 07:20:21 +00:00
Matt Pass
78a4a35b17
New dirs use newDirPerms setting
2014-11-10 07:17:14 +00:00
Matt Pass
e524012ec0
Refers to/uses 755
2014-11-10 07:16:42 +00:00
Matt Pass
3432f9c331
newDirPerms and newFilePerms available in JS now
2014-11-10 07:15:16 +00:00
Matt Pass
f1b090351a
Settings added for newDirPerms and newFilePerms
...
Using recommended defaults for a typical web server
2014-11-10 07:14:00 +00:00
Matt Pass
27b2953d9d
Also not draggable by default
...
Set on mouse over/out to avoid unexpected drags
2014-11-07 22:44:54 +00:00
Matt Pass
b90dbda803
Not draggable by default, toggled on mouse over/out
...
Avoids unexpected drags outside of icon & filename
2014-11-07 22:44:15 +00:00
Matt Pass
3d0625231f
Fix to cursor height for wrapped lines
...
Avoids issue caused by for non diff height styled lines
2014-11-07 22:00:12 +00:00
Matt Pass
d66d41b17f
Display plugins icon, clickable as toggle
...
Useful for those using mobiles, where the left edge isn't really
accessable
Also makes the plugins panel obvious for those on desktops
2014-11-07 21:35:27 +00:00
Matt Pass
741a2bcc93
GitHub icon needed extra 2px
2014-11-07 21:33:47 +00:00
Matt Pass
24c4409c12
Plugins icon added
...
Class added to CSS, plus GitHub icons move along 16px and down also
2014-11-07 21:27:26 +00:00
Matt Pass
94512c31dd
Don't clear selectedFiles on chmod
...
This is unnecessary and we need this to also have a target to replace
perms on
2014-11-07 21:02:43 +00:00
Matt Pass
56d1f60675
Update perms BG color etc on change
2014-11-07 21:02:11 +00:00
Matt Pass
defc8d4ffa
Revert back to not replacing with pipes
...
Not needed
2014-11-07 20:59:10 +00:00
Matt Pass
51661a41dd
Files/dirs with 777 shown in red
...
The 777 perm is now shown with a red background (and white text) so it
stands out as a bad practise. May look to add a setting to turn this
on/off in future.
2014-11-07 20:28:16 +00:00
Matt Pass
1ffea52e69
Merge pull request #488 from pietrondo/master
...
Update italian.php
2014-11-05 09:03:34 +00:00
Pietro
0e64cbdc7f
Update dutch.php
...
and work also dutch.php
2014-11-05 00:47:31 +01:00
Pietro
b77fc4d3bb
Update italian.php
...
now it works!!
2014-11-05 00:46:58 +01:00
Pietro
1fce0da413
little error at first line..
2014-11-04 17:42:44 +01:00
Pietro
5e1557171f
Update italian.php
...
first italian version...
2014-11-04 16:59:17 +01:00
Matt Pass
35d1b01727
Trial period & handling added
2014-11-04 12:58:08 +00:00
Matt Pass
94310226b4
Login handles donate & code system
2014-11-04 12:56:36 +00:00
Matt Pass
af19a5b825
No longer prompted to donate on update
2014-11-04 12:56:16 +00:00
Matt Pass
aa939e2655
License email, code and config create date added
2014-11-04 12:55:58 +00:00
Matt Pass
cd96fe4326
Version 4.4
v4.4
2014-10-31 15:16:06 +00:00
Matt Pass
eff7e7fa85
6 JS window.location fallbacks
...
On some servers the header request can be ignored, so have JS as a
fallback
2014-10-31 15:04:27 +00:00
Matt Pass
de1704a617
Slashed paths on message & start point for FM keys
...
Piped paths converted to slashes on chmod server message display
On up/down/left/right/Enter, if we have no file selected, select root as
a start point
2014-10-31 14:49:17 +00:00
Matt Pass
40a2db446a
BG colour should be slightly darker
2014-10-31 14:44:46 +00:00
Matt Pass
bf997fba42
Call new function every 20ms after clicking name
...
Will check if the item we wanted to open is now the selected tab and if
so, change find/replace options to find in selected file and clear
interval
2014-10-31 14:41:37 +00:00
Matt Pass
e462633dab
Shortut DIVs wider, key controls added
2014-10-31 14:38:21 +00:00
Matt Pass
760a90dadc
Shortcut slightly wider
2014-10-31 14:37:04 +00:00
Matt Pass
bbac17a2b7
Remove BG colouring on hover, is misleading
...
Should indicate focus, not hover
2014-10-31 14:36:04 +00:00
Matt Pass
10f269734c
Ignore all in /plugins dir
2014-10-31 14:34:22 +00:00
Matt Pass
b6baa39f0b
Ignore all in /tmp dir
...
Other items may be stored in the future, not sure of naming convention
for session files etc. Better to ignore tmp/*
2014-10-31 13:06:45 +00:00
Matt Pass
2a4d75bf9d
Only transition on BG and change on mouse over/out
2014-10-31 10:56:45 +00:00
Matt Pass
15bce56967
updated function added
...
Displays message ontop of black BG asking user to donate if they find
useful
2014-10-31 09:53:19 +00:00
Matt Pass
14f84ad668
Updating now returns to root with flag
...
To trigger new updated function
2014-10-31 09:52:44 +00:00
Matt Pass
cea9a4e299
fmAction added & code tweaked, alts & improvements
...
On init, select root dir
fmAction added to allow movement around file manager with
up,down,left,right and enter
load param in openCloseDir is now always the opposite of what it was
before. Function also removes node if it was UL, so we don't have hidden
elems still there
Refactored tag wrapper section
Added conditions to move between file and content areas
(CTRL+Alt+left/right)
Space is no longer the key to refocuson content area
2014-10-30 17:42:40 +00:00
Matt Pass
dff76a439d
On load, focus on files after a 0ms tickover
2014-10-30 17:34:19 +00:00
Matt Pass
4751e1c24a
Background transition, changes on focus/blur
...
To indicate which side has focus
2014-10-30 17:33:46 +00:00
Matt Pass
ec14772abd
Shortcuts added to allow working with FM
...
Up/down = traverse up/down in current dir
Left = back up to parent dir
Right = open dir/select 1st item in dir/open file
Enter = expand/refresh dir or open file
2014-10-30 11:55:10 +00:00
Matt Pass
4f47e717e6
On load don't focus on editor pane
...
Want to retain focus on file manager incase we are using shortcuts to
open files etc
2014-10-30 11:42:19 +00:00
Matt Pass
41e3e1c821
Update to match main JS file
2014-10-29 17:32:03 +00:00
Matt Pass
5ec63bb973
Move resultsBar according to scroll pos & panes
...
scrollbarVisible now part of top.ICEcoder namespace
Placement of resultsBar done in setLayout now and takes splitpane into
account
On change we set scrollbarVisible and set layout again
2014-10-29 17:30:52 +00:00
Matt Pass
e05fc594b7
Nest display functions gone & code assist on diff
...
Lots of items removed as part of dropping this:
dontUpdateNest
dontSelect
htmlTagArray
startPosLine
startPosCh
cursorOrigCh
cursorOrigLine
nestDisplay
tagString
highlightBlock()
getNestLocation()
getNestLocationSub()
setPosition()
images/nest-tag-bg.gif
codeAssistToggle now working on diff pane also
2014-10-29 16:22:38 +00:00
Matt Pass
79669fe8c7
Removed nestDisplay div
2014-10-29 16:18:42 +00:00
Matt Pass
68078c028c
Removed nestDisplay class
2014-10-29 16:18:31 +00:00
Matt Pass
fa2478f2f7
Remove getNestLocationSub function
2014-10-29 16:17:42 +00:00
Matt Pass
8c237d3551
Removing nesting indicator
...
It's a bit annoying when you hover over the tags, is only useful for
HTML/XML etc and ICEcoder covers many langs now plus clutters the
display a bit. Not so useful anymore.
2014-10-29 16:17:16 +00:00