-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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.
…/microsoft/PowerToys into dev/aaron-junker/FileActionsMenu
Thanks for the fix Aaron, I'll give it a try today and do another round of review |
Is this planned to get in for 0.88 release? |
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.
I fixed the installer, now everything works.
I left few comments and issues to resolve.
Also, it would be good to put all of the FileActionsMenu DLLs to single out dir (I'd say WinUI3Apps if UI app is winui3) .. because now , some stuff goes to root output dir and some to WinUI3Apps dir. This ends up with helpers and intefraces DLLs being duplicated and installed to both which we don't want.
@@ -353,3 +353,6 @@ src/common/Telemetry/*.etl | |||
|
|||
# MSBuildCache | |||
/MSBuildCacheLogs/ | |||
|
|||
# Temp telemetry files. | |||
*.etl |
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.
why is this here? where do you see .etl files inside the repo? This shouldn't happen
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.
When following the instructions in https://github.com/microsoft/PowerToys/tree/main/src/common/Telemetry to look at sent telemetry it produces an etl file.
Co-authored-by: Stefan Markovic <[email protected]>
…/microsoft/PowerToys into dev/aaron-junker/FileActionsMenu
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
This comment has been minimized.
This comment has been minimized.
…/microsoft/PowerToys into dev/aaron-junker/FileActionsMenu
…/microsoft/PowerToys into dev/aaron-junker/FileActionsMenu
…/microsoft/PowerToys into dev/aaron-junker/FileActionsMenu
@stefansjfw All your comments are now adressed |
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