How to lose your work using Undo Copy in Windows
41–50 of 110 posts
Re: How to lose your work using Undo Copy in Windows
#42"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 just needs to be designed very carefully and not be actionable by mistake without confirmation.
Re: How to lose your work using Undo Copy in Windows
#43Jetbrains IDEs have a "Local history" feature that is not well known. It watches local files and keeps a backup of previous versions of a file, independently from version control. This has saved me from a few accidental unrecoverable changes. git reflog is also your friend.
Re: How to lose your work using Undo Copy in Windows
#44I treat every file that's important to me the same when I have to edit it, I hit save first, then edit what needs attention. After making any change more then a few minutes of work, hit save. Undo is always the last option. I am a terribly slow typist, so this is a habit I formed many years ago.
That's why, by now, Microsoft should have recognized that such incidents happen and responded by building in protections into Windows to avoid them.
Re: How to lose your work using Undo Copy in Windows
#45A similar annoyance is the fact that excel's undo applies to all open excel files. Make a change in a.xls, make a change in b.xls. if you ctrl-z twice with b.xls focused, it'll undo both of the above changes! This has bitten me more than once. Does anyone actually want this behavior?
Re: How to lose your work using Undo Copy in Windows
#46A similar annoyance is the fact that excel's undo applies to all open excel files. Make a change in a.xls, make a change in b.xls. if you ctrl-z twice with b.xls focused, it'll undo both of the above changes! This has bitten me more than once. Does anyone actually want this behavior?
Re: How to lose your work using Undo Copy in Windows
#47Earlier quoted context omitted.
Since Windows 11 includes extensive telemetry, it is possible that Microsoft intentionally designed it this way for user productivity.
Excel has several UI quirks that date back decades. It's never been consistent with the rest of Office even. If Microsoft changed it the accountants would revolt.
Re: How to lose your work using Undo Copy in Windows
#48A similar annoyance is the fact that excel's undo applies to all open excel files. Make a change in a.xls, make a change in b.xls. if you ctrl-z twice with b.xls focused, it'll undo both of the above changes! This has bitten me more than once. Does anyone actually want this behavior?
Re: How to lose your work using Undo Copy in Windows
#49Earlier 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.
Sheets or docs? Within one doc, and multiple sheets makes sense, I guess. Across docs doesn’t make sense to me.
Re: How to lose your work using Undo Copy in Windows
#50Undo Copy is a fine feature; there was a recent post here about clipboards and managing the cost of large copied objects. The problem here is that "undo copy" acted as "undo paste", a ridiculous bug.