undo list bug

Things you’d like to miss in the future...
Forum rules
When reporting a bug, please include the following information: your XYplorer version (e.g., v27.90.0047), your Windows version (e.g., Win 11), and your screen scaling percentage (e.g., 125%). We recommend adding your Windows version and screen scaling percentage to your profile or signature. This will make debugging much easier for us.
Post Reply
Oxide
Posts: 11
Joined: 09 May 2012 23:47

undo list bug

Post by Oxide »

i tried moving multiple items and there's was filename conflict for one of the them,i clicked the windows popup to skip the operation for this file,the other files were moved, then i noticed that the operation wasn't recorder in the undo list, i'm using Win 7 64-bit

admin
Site Admin
Posts: 64841
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: undo list bug

Post by admin »

Yes, that's actually a problem with shell copy. If only a single file was skipped it returns fAnyOperationsAborted = True, but it does not tell me if any operation was not aborted. So I have to guess, and I decided to assume the most common case is that the whole operation was aborted if fAnyOperationsAborted = True. And an operation that was aborted is not added to the undo log.

To avoid this simply enable Custom Copy which is XY's own copy operation and does not know such problems.

Post Reply