Well the default is `use_gio_unsafe_file_saving` so we endorse it in most cases, precisely because it handles metadata and Windows filesystems that won't rename, so for most people it "just works" :smile:
The "unsafe" only applies when something goes wrong, which for local storage is either the device breaks, or the partition is full, both of which "should" be very rare (but some people seem to try to eke the last byte out their storage so maybe full is less rare). And so long as the loss of the device/partition doesn't stop the system or Geany the advice in the wiki applies, `don't panic` the buffer is still in memory, save it somewhere else eg a USB key. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/3737#issuecomment-1878050759 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/issues/3737/[email protected]>
