-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
File Actions menu #31220
base: main
Are you sure you want to change the base?
File Actions menu #31220
Conversation
@niels9001 Do you have an idea why the contextmenu doesn't take the WPFUI style? |
… to replace filename with hash
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check-spelling found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
This comment has been minimized.
This comment has been minimized.
@stefansjfw Thank you so much for fixing the issues. Is there anything left I have to do? |
@Aaron-Junker |
Give it some more testing I guess :) will do the same tomorrow. I also asked @niels9001 to revisit icon and screenshots |
…/microsoft/PowerToys into dev/aaron-junker/FileActionsMenu
src/settings-ui/Settings.UI/SettingsXAML/Views/FileActionsMenuPage.xaml
Outdated
Show resolved
Hide resolved
…/microsoft/PowerToys into dev/aaron-junker/FileActionsMenu
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM!
Regarding changes I think we're still missing:
1 - Save file as acts as a "Move to" when there's a conflict and you select "Replace" and as a "Copy to" when there's no conflict. I assume the intended is acting as a "Copy to" everytime?
2 - It's crashing for me when I try to use it on some link files. One example is the shortcut .lnk file for "OBS Studio".
3 - The default Ctrl+Alt+A hotkey will likely conflict with Alt Gr+A on some keyboards. I advise making the default shortcut Ctrl+Win+Alt+A or disable the module by default.
4 - New telemetry needs to be added into "DATA_AND_PRIVACY.md".
In the meanwhile, I've merged latest main, added the "New" badge in Settings and tweaked gpo and spellcheck a bit.
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Thanks again for your review. |
Summary of the Pull Request
Adding a new menu invokable by selecting files in explorer and pressing a shortcut set in the settings.
Screenshots
PR Checklist
Detailed Description of the Pull Request / Additional comments
Things left to do:
Validation Steps Performed