-
Notifications
You must be signed in to change notification settings - Fork 0
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
[CLOSED] Move file or folder to the trash #3622
Comments
Comment by gruehle
|
Comment by pfarland Cool, delete was an obvious omission - glad we're addressing this! |
Comment by redmunds Bug: Find in Files is not updated after a file is deleted. A reference to deleted file is still in list and displays an error if you click on it. |
Comment by redmunds Bug: If you display an image in Quick View, delete the image, then go back and hover of the image reference again, the image is still displayed. Need to clear a cache somewhere? |
Comment by redmunds Done with initial review |
Comment by peterflynn Re Find in Files: does a similar bug exist with rename? If so the delete case seems puntable & the fixes should be lumped together... |
Comment by redmunds
|
Comment by gruehle Changes pushed:
I couldn't find a reliable fix for the Quick View issue. CEF must be caching the image, and there is no way to clear the cache (short of a full refresh of Brackets, which seems excessive). |
Comment by redmunds Looks good. Squash away! |
Comment by gruehle Ugh. Rebasing 6 month old code is a pain... It would require fixing a ton of manual merge conflicts. I could do a squashed commit, but then there would be a single commit from me, and I want to make sure In the future, I'll make sure to do the rebase first if the changes are really old. |
Comment by redmunds Merging. |
Issue by gruehle
Friday May 17, 2013 at 12:56 GMT
Originally opened as adobe/brackets#3879
Supersedes #2203
Add a "Delete" context menu item that moves the selected item (file or folder) to the trash/recycle bin.
The "move to trash" part is easy. The complicated parts are updating the tree and notifying the world that the file has been deleted.
gruehle included the following code: https://github.com/adobe/brackets/pull/3879/commits
The text was updated successfully, but these errors were encountered: