[Github-comments] [geany] Geany Freezes when unable to safe an edited file to it's FTP dir, no timeout on atempt saving file (#828)

Thomas Martitz notifications at xxxxx
Thu Dec 24 09:32:16 UTC 2015


By putting the g_file_set_contents() into the worker thread. The main thread can wait for that to finish but in the meantime it can handle some other events. I see that it's difficult to block out UI actions that conflict with the saving. Your suggested modal dialog can work, however if some save options are not cancellable I'm not sure it buys us anything (besides presenting a dialog that tell the user why Geany is locked up)

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/828#issuecomment-167077302
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151224/364a5b61/attachment.html>


More information about the Github-comments mailing list