-
-
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
Feature: Added support for dragging recent files #16716
Conversation
This looks like the same as #15555. Are the issues mentioned there resolved? |
Yes! |
Co-authored-by: Yair <[email protected]> Signed-off-by: Lamparter <[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.
LGTM
Fyi @Krytan |
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.
Are we sure this will work for non-standard storage items, like .lnk files and whatnot?
In such case the Shelf's code could be used to set the DataPackage.
Also, considering that it is a duplicated version of FileList_DragItemsStarting, maybe it'd be a good opportunity to introduce a helper class
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.
Overriding
Resolved / Related Issues
Steps used to test these changes
By default, the file is moved to the target location, over being copied or linked.