How to remove files to trash?
已回答
How can I safe my files from hard delete via PyCharm? Is there a way to move them to trash, cache or sth? Or maybe show a dialog to ensure deletion? This is really unsafe for the code. I lost a file by a simple mistake...
I work under Ubuntu
请先登录再写评论。
Hello,
> Or maybe show a dialog to ensure deletion?
When you select "Delete `file`", there should be a dialog confirming the action:
Also you can restore this file using "Local history" feature, please take a look at https://www.jetbrains.com/help/pycharm/2017.1/viewing-local-history-of-a-file-or-folder.html.