What happens is that when you enable autosave the timer goes off and that calls document_save() which does a disk check, which finds the file is missing and pops a dialog to ask if you want to save the document to the same file (this is the normal behaviour of document saving, if the file isn't there its not clear that the user wants to save the document in the same place).

But because you have set the save timeout so short by the time you dismiss the dialog the timer has gone off again and calls document_save() which does a disk check, which finds the file is missing and pops a dialog to ask if you want to save the document to the same file ... etc etc etc


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany-plugins/issues/1199/1246512235@github.com>