"Undo copy" seems like it should not even exist. Delete does the same. Seems like the result of trying to hard to "improve" the UI.
It makes sense if you accidentally paste somewhere to immediately be able to undo. But, just like in a text editor, undo should undo the most recent change. Once a copied file has edits, the copy operation isn't most recent, so that's not what should be undone. Of course, file explorer would need to be aware of changes to files it hadn't made for this to work.
How to lose your work using Undo Copy in Windows
91–100 of 110 posts
Re: How to lose your work using Undo Copy in Windows
#92You know what's even more awesome? Select the desktop and press Ctrl+Z. The last thing you did in Explorer gets undone. Even if it was copying a 100GB file from a network share drive onto your local hard drive. Even if that was weeks ago. It's fantastic.
It's been a thing as far back as I can remember.
The worst part is when you don't remember what the last thing you moved was. You know you've undone something, but you don't know what it is.
Is something going to be broken now?
Are you going to lose something that's now in a place where you weren't expecting it to be any more?
Good luck figuring it out!
Re: How to lose your work using Undo Copy in Windows
#93You'd think that with Windows having an install size of some 7GB that Microsoft would still have room for a tiny amount of code that would prevent this stupid behavior from happening. For decades, there have been other stupid annoyances with Windows Explorer such not providing options in 'Copy' to allow the automatic renaming of files in cases where the destination contains files of the same name. It stands to reason…
Re: How to lose your work using Undo Copy in Windows
#94Earlier quoted context omitted.
Excel is a law unto itself. The 'feature' that irritates me the most is how a cell copy is forgotten unless you paste immediately. Bear in mind that this is an application so iconoclastic that it had its own C compiler.
One program that does copying right IMO is tmux, it keeps a list of recently copied things, which you can view by pressing Ctrl-B = and choose which clipboard to paste. Very useful when you need to copy multiple separate strings without going back and forth between windows. I've caught myself doing optimistic copying - if I see something that i might need to paste in the future, like git commit hashes, file names, et…
Re: How to lose your work using Undo Copy in Windows
#95Earlier quoted context omitted.
I ran into this issue and looked it up. It was an intentional design choice, and kind of makes sense when you realize that Excel sheets can have reference of each other -- they are not necessarily independent. Of course a lot of people probably never do that in their entire lifetime when using Excel and can feel annoying.
They could solve that by keeping track of references and asking you though.
Re: How to lose your work using Undo Copy in Windows
#96Re: How to lose your work using Undo Copy in Windows
#97Earlier quoted context omitted.
They could solve that by keeping track of references and asking you though.
As a daily Excel power user, I'd prefer to just know that there is one expected behaviour, and not to be bothered by a context window. The fact that ctrl-z just changes context to the other workbook is enough notification in itself, and I can just ctrl-y otherwise.
Re: How to lose your work using Undo Copy in Windows
#98Re: How to lose your work using Undo Copy in Windows
#99Re: How to lose your work using Undo Copy in Windows
#100How unfortunate. Windows should disable the Undo option as soon as the copied file is modified.
Can confirm this is how macOS does it. They remove the file from the stack of Undo actions after it's been modified post-copy.
I think this mistake is usually recoverable in Windows, but