zedapp / zed

Rethinking code editing.
http://zedapp.org
MIT License
2.22k stars 161 forks source link

hang on disconnected message #587

Open jonathan-annett opened 8 years ago

jonathan-annett commented 8 years ago

when the message "hang on... disconnected message" appears, is there any reason why the app can't just buffer pending changes instead (sure display a warning message at the top of the screen in big red letters) and this will give the user a cue to copy stuff to clipboard or somethign before closing the app, if the network issues has not been resolved.

only issue i can see is if 2 people are editing the same file, it would get out of sync.