-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Added a dialog to warn users when changing file extensions #3393
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
Added a dialog to warn users when changing file extensions #3393
Conversation
Files/Filesystem/FilesystemOperations/Helpers/FilesystemHelpers.cs
Outdated
Show resolved
Hide resolved
…e and used pre-existing create dialog helper
Files/Filesystem/FilesystemOperations/Helpers/FilesystemHelpers.cs
Outdated
Show resolved
Hide resolved
Files/Filesystem/FilesystemOperations/Helpers/FilesystemHelpers.cs
Outdated
Show resolved
Hide resolved
…d-alertdialog-file-extensions
@jusso-dev Seems like shortcut renaming is now broken. |
I'm investigating a clean approach to fix this. |
…ithub.com/jusso-dev/Files into jusso-dev/add-alertdialog-file-extensions
@jusso-dev Now renaming doesn't working at all. |
@tsvietOK - Pushed another fix, things I manually tested as working: Renaming files - ✅ |
@jusso-dev Now dialog is displayed when changing file name without extension change. |
@tsvietOK When you are free I would appreciate you reviewing this again and merging if possible |
@jusso-dev Now dialog is not displayed when changing file extension. By the way, resolve conflicts, please. |
@tsvietOK - Hate to be that person but it's working for me, every test I run locally works, so not sure what to say. If it's still not working for you I'll close this PR. |
@jusso-dev I'll check again a bit later. |
@d2dyno1 I don't know how that happened, all these commits, merges, merge conflicts have stuffed this pull request, my change is small less than 20 line code change, plus some other unnecessary, unrelated changes that were introduced into this specific branch. |
57e344e
to
28d8075
Compare
…d-alertdialog-file-extensions
Branch fixed. |
@jusso-dev Thank you, great work! |
Adds enhancement for issue #1340
#1340
Added warning to warn users before changing file extension. Mirrors the wording of the classic Windows File Explorer.
I'm also happy to:
Great project! thanks a lot for the review :)