ayurmedia / atom-sync-cygwin

Atom package to sync files bidirectionally between remote host and local over ssh+rsync optimized for Windows with cygwin
https://atom.io/packages/atom-sync-cygwin
MIT License
5 stars 5 forks source link

create new file not uploaded automatically. needs manual save to do it #6

Open ayurmedia opened 7 years ago

ayurmedia commented 7 years ago

when creating a new file it will not be uploaded until it is saved and onSave is triggered.

this is not intuitive for the user and shows warnings in the console "partially transferred".

this can be improved by either: *) change warning of "partially transfer" to "please save your new file!"

*) check if file was uploaded to server already on "onOpen" buffer and upload it automatically.