multihack / multihack-brackets

Realtime collaboration for programmers. (Brackets Extension)
MIT License
24 stars 9 forks source link

Better file creation/deletion sync #6

Closed t-mullen closed 7 years ago

t-mullen commented 7 years ago

Brackets does not have great support for dynamically creating/deleting files. Might need to modify the project model to get things working right.

Current implementation alerts user about changes on the disk, stalls on file creation, and forces a rename on file creation (adobe/brackets#13267).

t-mullen commented 7 years ago

Added a workaround for the renaming issue. Seems to have fixed the stalling problem as well.

Alerts to changes on disk might be warranted, since they let you undo file deletion.