-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
RichCommands: Add Item & Edit Path #12011
RichCommands: Add Item & Edit Path #12011
Conversation
@d2dyno1 I noticed that we are preventing the user from creating files (but not folders) on MTP devices and FTP, is there any reason for this? |
You can add KeyboardAcceleratorTextOverride on innerToolbar items (ToolbarNewFolderItem, ...) to display hotkeys. There are none but the user will be able to add his own. |
I added it for |
For MTP devices it was intentional -> see #7212. This is because calling CreateFileAsync() in a MTP folder does not work. For FTP perhaps it could be enabled. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Co-authored-by: Yair <[email protected]>
Co-authored-by: Yair <[email protected]>
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.
LGMT
Resolved / Related Issues
Related Generalizing Rich Command Usage #11481
Notes
OnPropertyChanged
fromCurrentInstanceViewModel
since they were not influencing those propertiesCreate
actions to make sure they can be executed (they're not in recycle bin, ...)Validation
How did you test these changes?