Matt Pass
a2cf9483d6
Only add dir events if a dir, not file
...
(Matches commit made just after v5.0 beta release by andrey012, when
adding new dir/file using updateFileManager)
2015-04-25 06:44:09 +01:00
Matt Pass
77329e9119
Deselect value if cancelling focus
...
Amazingly, there is no deselect() as an opposite to select(). The nearest alternative seems to be setSelectionRange(0,0), but support is patchy. Most reliable solution is to set the value to itself.
2015-03-13 16:33:11 +00:00
Matt Pass
7faf1099b0
Focus again after 0ms tickover incase DOM wasn't ready
2015-03-13 16:23:15 +00:00
Matt Pass
8893a29bd3
Merge pull request #537 from andrey012/master
...
2 minor fixes - much awesomeness here! :-D Thanks @andrey012
2015-03-13 15:22:42 +00:00
Andrey Grinenko
669827653e
handling another file+line case: "filename on 123"
2015-03-13 17:59:46 +03:00
Andrey Grinenko
c6058959e3
Merge branch 'master' of github.com:andrey012/ICEcoder
2015-03-13 16:07:03 +03:00
Andrey Grinenko
b3acb61201
ice-coder.min.js updated to get changes of previous commit 7d66f32e5b
2015-03-01 18:34:39 +03:00
Andrey Grinenko
7d66f32e5b
allow opening files with name (... on line \d+) - open + goto line
2015-03-01 18:30:48 +03:00
Andrey Grinenko
0583f1ea1c
make goToLine if filename contains line number and file is already opened
2015-02-25 02:59:50 +03:00
Andrey Grinenko
f278394346
When Esc is used within Find window - return to text editor
2015-02-24 18:12:51 +03:00
Andrey Grinenko
ba634bbeed
fix to isPathFolder function
2015-02-23 01:51:56 +03:00
Andrey Grinenko
a488c19d61
Prompt when F5 (Ctrl-R) is pressed. It is common thing to refresh page after you have made some tweaks, and it is common thing to refresh wrong page and even although everything is saved and tabs will reopen - you will loose opened folders in fileManager and cursor positions in open files. So it's better to prompt anyway.
2015-02-23 01:31:12 +03:00
Andrey Grinenko
c1982279f4
use font from settings in both fileManager and Tabs - otherwise on high-density screens it is getting hard to work
2015-02-23 01:30:55 +03:00
Andrey Grinenko
ed6a9bb03c
ask for confirmation before moving files by drag-drop - it is too easy to move files by an accident
2015-02-22 19:23:16 +03:00
Andrey Grinenko
4d7ac54e6b
detect whether an item in folder list is file or folder depending on its <a> item class, rather then the fact, that it has a dot in its name (I have lots of folders named like example.com which were treated as files)
2015-02-22 19:19:37 +03:00
Andrey Grinenko
fac5bf8662
session fixation fix - previous version did not let me in, because it regenerated session before even trying to start old one and check whether it is valid or not.
...
I've also added session regeneration on login, which is good practice to prevent session fixation.
2015-02-22 19:19:19 +03:00
Andrey Grinenko
8f1cca087b
session fixation fix - previous version did not let me in, because it regenerated session before even trying to start old one and check whether it is valid or not.
...
I've also added session regeneration on login, which is good practice to prevent session fixation.
2015-02-21 02:58:44 +03:00
Andrey Grinenko
d826469c49
Merge branch 'master' of git://github.com/mattpass/ICEcoder
2015-02-20 23:52:19 +03:00
Andrey Grinenko
878ceef2ec
cosmetics - make comments little more readable
2015-02-20 23:50:19 +03:00
Andrey Grinenko
e1a1b1b1cf
minor tweaks:
...
treat XML as editable file
use htmlentities to escape textarea content
2015-02-20 23:49:54 +03:00
Andrey Grinenko
9f408abb34
allow Ctrl-O + enter filename with line number (captured from log or exception trace) - to go straight to the line
2015-02-20 23:49:02 +03:00
Andrey Grinenko
52d7d0819c
indentAuto - make configurable
2015-02-20 23:40:47 +03:00
Matt Pass
46a0e62a84
Merge pull request #539 from unix4you2/master
...
Spanish language in settings-screen.php
2015-02-20 18:41:51 +00:00
John Arroyave
bd692990cb
Spanish language in settings-screen.php
2015-02-19 07:05:26 -05:00
Matt Pass
9b7f0bd15a
Merge pull request #538 from unix4you2/master
...
Spanish (ES) language by @unix4you2
2015-02-19 08:06:30 +00:00
John Arroyave
fcd1b4fb64
Spanish (ES) language by @unix4you2
2015-02-17 14:55:31 -05:00
Andrey Grinenko
c96c5cd12b
2 things about "Ctrl-F" find:
...
1. if there is some selection - in the code window - put it into the search box straight away
2. tweak for Chrome - somewhy it had problem with using Ctrl-F more then once
2015-02-17 09:15:15 +03:00
Andrey Grinenko
db3130f911
when Ctrl-F - select text in find text input in order to make user able to enter new text right away, without need to remove old text first
2015-02-16 14:01:11 +03:00
Andrey Grinenko
ae37460e92
Preserve line endings when editing existing file.
2015-02-16 13:18:32 +03:00
Andrey Grinenko
2e601a4ccc
do not add openCloseDir onclick handler (which loads folder contents) for files. Files are not folders and this handler only causes problems overlapping with doubleClick handler sometimes.
2015-02-16 13:15:16 +03:00
Matt Pass
f76270b7b9
Version 5.0 beta
v5.0beta
2015-02-08 14:59:55 +00:00
Matt Pass
694daa15aa
v5.0 beta
2015-02-08 14:45:53 +00:00
Matt Pass
0d8cd9a612
Update to match main JS file
2015-02-08 14:41:04 +00:00
Matt Pass
2171dd5664
Remove old serverQueue line (dup), perms via XHR
2015-02-08 14:20:55 +00:00
Matt Pass
9a9d66ffb9
Perms now hanlded by XHR
2015-02-08 14:20:02 +00:00
Matt Pass
b5566c8382
Perms now handled by XHR
2015-02-08 14:19:49 +00:00
Matt Pass
385d4e0efd
Escaping added
2015-01-30 20:56:34 +00:00
Matt Pass
8eeb64ad09
No need to pass fileRef in URL, passed in 3rd param
2015-01-30 08:10:04 +00:00
Matt Pass
caa9fab5b4
Don't change to lowercase here
2015-01-30 08:06:54 +00:00
Matt Pass
c087283e46
Unescape new linesuse $file now not fileRef
...
Also no old skool textarea replacement with custom string
2015-01-30 08:05:14 +00:00
Matt Pass
55f8b9adc2
Fix to path with | to / replacement
2015-01-30 07:22:12 +00:00
Matt Pass
9cb89463bb
Missing ]
2015-01-26 09:10:23 +00:00
Matt Pass
3a48fd9cdd
$docRoot not always available
2015-01-25 14:08:19 +00:00
Matt Pass
c4bba758c7
Get path from root plus up 1 dir
2015-01-25 14:04:20 +00:00
Matt Pass
db44da92f1
Syntax fix to output microtime correctly
2015-01-25 11:41:17 +00:00
Matt Pass
bedd75c0c5
Couple more replacements of " with '
2015-01-25 11:34:16 +00:00
Matt Pass
c277d3a6bb
Fix to microtime path with ' not "
2015-01-25 11:29:08 +00:00
Matt Pass
f681cc88c9
Portuguese (BR) contibution by @leonardoroese
...
Committed manually due to merge conflict issues
2015-01-23 09:24:59 +00:00
Matt Pass
c106c0a410
Merge pull request #527 from Nippey/patch-1
...
Fixed some spelling errors and translation of proper names to german.
2015-01-23 09:16:33 +00:00
Matt Pass
50a4a3e4bc
Update to match main JS
2015-01-23 08:46:44 +00:00