-
Notifications
You must be signed in to change notification settings - Fork 710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prompt to confirm saving when file already exists #989
Comments
Is there any version of this feature planned to be implemented? |
@bhlin790, sorry for keeping you waiting so long. Contributing to open-source has been a low priority for me for the last 12 months. |
I just realized that macOS and Kubuntu (+ other Linux distributions that come with the CLI tool kdialog) always prompt the user to confirm overwriting an existing file. Only on other Linux distributions that ship with the CLI tool zenity (e.g. Ubuntu) and on Windows, it is possible to enable/disable this additional prompt dialog when the user chooses an already existing file. Initially, I planned to add a new parameter
Update: I made the decision to adapt only the Windows implementation so that it behaves identical to the macOS and Linux implementation. As we cannot enable / disable the confirmation prompt on macOS nor on some Linux distributions, it doesn't make sense to make this behavior configurable. Instead, I think it's best to make all platforms show this confirmation dialog. |
Will be implemented with v5.2.7. Now, we're waiting for approval from Miguel 😉 |
…firm-overwrite-if-file-already-exists #989: save file on Windows: prompt user for confirmation when selecting an already existing file
When selecting a location and file name to save a file to (via
saveFile
), a file with that file name might already exist. The picker should then prompt the user to confirm saving and replace it, similar to how it is done in many other programs.The text was updated successfully, but these errors were encountered: