1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 09:53:00 +01:00
Commit Graph

17032 Commits

Author SHA1 Message Date
ficristo
5249a4e433 Use node env only in node scripts (and not globally) 2016-08-25 22:17:29 +02:00
ficristo
be628813e7 Merge pull request #12647 from adobe/shell-node6
Make file watching compatible with node version 6.x (runs on 0.10 too)
2016-08-25 07:38:53 +02:00
Martin Zagora
4e17c9826b add npm install --production script to grunt build 2016-08-25 08:08:17 +10:00
Martin Zagora
9077970b91 add adobe license headers to new files 2016-08-25 08:08:16 +10:00
Martin Zagora
84b5fa7b03 add MS license for CodeHelper.exe
fix jsdoc

rename fwm to FileWatcherManager

remove tabs

update comment

add missed param to jsdoc
2016-08-25 08:08:09 +10:00
Martin Zagora
9c78e36a0f fix the bug with shell rounding the stats mtime causing false blind write notifications 2016-08-25 08:07:58 +10:00
Martin Zagora
3cf15ea177 ensure _hash is present in file system stats
refactor, fix stats bug
2016-08-25 08:07:55 +10:00
Martin Zagora
1096f74e09 optimize: do not call domain function with an empty list 2016-08-25 08:07:51 +10:00
Martin Zagora
68fe2f1938 do not notify about terminations when closing watcher 2016-08-25 08:07:50 +10:00
Martin Zagora
23f687e0f8 avoid circular dependency errors 2016-08-25 08:07:49 +10:00
Martin Zagora
8b7c0b1039 implement CSharpWatcher
reverted node in travis

update coment

forgotten export
2016-08-25 08:07:45 +10:00
Martin Zagora
48c200e50d refactoring 2016-08-25 08:07:38 +10:00
Martin Zagora
2b2bfc14bf add glob 2016-08-25 08:07:37 +10:00
Martin Zagora
c4a226f278 add useful options to chokidar 2016-08-25 08:07:36 +10:00
Martin Zagora
b4310428ae add c# file watcher executables from vscode 2016-08-25 08:07:34 +10:00
Martin Zagora
be4c7c84d8 explain better
forgotten arg name in jsdoc

jsdoc comment

do a bit of renaming

remove unnecessary export

refactor FileWatcherDomain
2016-08-25 08:07:30 +10:00
Martin Zagora
9a6d16e4c8 use simplified group of watch events 2016-08-25 08:07:20 +10:00
Martin Zagora
b54781a703 more readable condition
add note to a FileSystemStats constructor
2016-08-25 08:07:16 +10:00
Martin Zagora
c9b9dbb506 added npm-shrinkwrap 2016-08-25 08:07:13 +10:00
Martin Zagora
65bc4f8cec exclude node_modules too
usePolling on windows
2016-08-25 08:07:10 +10:00
Martin Zagora
3fe4876cd1 implemented and tested ignoring 2016-08-25 08:07:06 +10:00
Martin Zagora
26301f54f5 pass exclusionGlob to WatchedRoot 2016-08-25 08:07:05 +10:00
Martin Zagora
412e5edbb7 add node side filter to the watched root class 2016-08-25 08:07:04 +10:00
Martin Zagora
e8117a0511 make stuff slightly faster using test instead of match 2016-08-25 08:07:02 +10:00
Martin Zagora
49c82fb1c0 correctly transfer stats from watcher domain
update travis node_js
2016-08-25 08:06:59 +10:00
Martin Zagora
0d5c9dc947 do not hide true event names from shell file system 2016-08-25 08:06:56 +10:00
Martin Zagora
b59f7b8ac9 fix project switching blocker
cleaning the code a bit
2016-08-25 08:06:51 +10:00
Martin Zagora
7163ff79d1 watchedRoot.filter should be used to ignore files from watching
optimize

simplify
2016-08-25 08:06:43 +10:00
Martin Zagora
c9758b4284 chokidar allows recursive watching in linux 2016-08-25 08:06:38 +10:00
Martin Zagora
2dc6a7045e stats are not always available (deletes) 2016-08-25 08:06:37 +10:00
Martin Zagora
7733f4a419 propagate ignores from FileSystem.js 2016-08-25 08:06:36 +10:00
Martin Zagora
63f58f8525 do not ignore stuff by default in the domain 2016-08-25 08:06:34 +10:00
Martin Zagora
a34d92662f do not commit node_modules to the project 2016-08-25 08:06:33 +10:00
ficristo
68f6c3711e Make tests pass 2016-08-25 08:06:31 +10:00
ficristo
adfd64d47f Prepared preferences for the paths to ignore during watching 2016-08-25 08:06:30 +10:00
ficristo
2e3210b7cf Use the stats from chokidar 2016-08-25 08:06:28 +10:00
ficristo
61888e6c59 Add some logs 2016-08-25 08:06:27 +10:00
ficristo
c0aa471225 Add 'depth' parameter
Remove depth, add ignore
2016-08-25 08:06:14 +10:00
ficristo
cc1d350b9e Use chokidar instead of the fsevents/fsevents_win combo
Use chokidar 1.6.0 installed with npm@3 and npm install --production
2016-08-25 08:06:10 +10:00
Marcel Gerber
4be34b641c Fix the bug where errors during installation of a local .zip file wer… (#12702)
* Fix the bug where errors during installation of a local .zip file were always shown as "Unknown internal error"

* Show all error messages we have, not just one

* Add new String for error MISSING_PACKAGE_JSON
2016-08-22 23:05:27 +03:00
Marcel Gerber
9f0825dd08 Merge pull request #12700 from ficristo/fix-filetreeview-tests
Update tests after #12047
2016-08-21 23:17:05 +02:00
ficristo
1c2a74d72e Update tests after #12047 2016-08-21 14:18:28 +02:00
Pete Nykänen
f2d82ac844 Use the global RequireJS config for ExtensionLoader. Fixes #1087 (#12041)
* Use the global RequireJS config for ExtensionLoader. Fixes #1087
2016-08-21 10:47:34 +02:00
Marcel Gerber
23f3eb623e Merge pull request #12047 from ficristo/fix-folders-tree
Simulate indentation of the project tree using some divs
2016-08-20 17:49:22 +02:00
ficristo
dc8cb32a02 Rework folder code and fix bouncing effect 2016-08-20 14:35:34 +02:00
ficristo
80aeead152 fix folder behaviour 2016-08-20 11:15:31 +02:00
ficristo
de1f63f968 Remove thickness class, add stopPropagation in rename, fix order of liArgs in rename 2016-08-20 11:15:31 +02:00
ficristo
ef80a26911 Review comments 2016-08-20 11:15:31 +02:00
ficristo
1dda74c1cd Simulate indentation of the project tree using some divs
instead of using combinations of padding/margin.

Fixes #10574
2016-08-20 11:15:31 +02:00
ficristo
bf9b07d8e7 Merge pull request #12110 from petetnt/petetnt/indent-wrap-minor-fix
Remove basePadding from indentwrap hack
2016-08-20 09:25:11 +02:00