-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Generalizing Rich Command Usage #11481
Comments
Thank you for putting this together! |
I'll do the sidebar pinned item ones |
I'm working on some of these slowly |
I'm tackling the 'Set As...' trio on my side. |
Once we're done with implementing all the commands, we'll need to remember to do a round of cleaning (regrouping the commands together, make sure they are stored inside the appropriate folders, make sure there is no leftovers from the former implementations etc...) |
Fyi, copy cut and delete heve already been implemented in #11504 |
Gridview Size Decrease and Gridview Size Increase have already been implemented in #11678. |
DuplicateTab/ Paste Items From Clipboard/(Pin/Unpin) Directory (To/From) (Favorites/Start) are implemented. |
Thanks for the update @cinqmilleans, I need to go through the code in more details to check out what needs to be made as commands. I'll change the checklist with your information! |
Isn't this a setting? (perhaps we can add support for settings but let's limit the scope to regular actions) |
Shouldn't we make Close Tab a command? |
Yes, with the |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
I'll look into open directory in new tab/Pane |
Description
Thanks to @cinqmilleans' job, Files has now a cleaner way to handle commands across the solution. Rich commands now need to be implemented throughtout the whole solution.
This issue is used to keep track of which commands are made into Rich Commands.
Concerned code
The following commands must be transformed into Rich Commands (See
BaseLayoutCommandsViewModel
,ContextFlyoutItemHelper
andToolbarViewModel
):Gains
Requirements
Comments
No response
The text was updated successfully, but these errors were encountered: