-
Notifications
You must be signed in to change notification settings - Fork 112
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
Undo operation - or previous move history ? #651
Comments
It seems tricky |
For a future investigation: In Now, presumably, we have the last list of "cleanly" moved files (without renaming) and the list of their destinations. Both lists should be updated when something is cut from inside It sounds very easy when said in English but, probably, not when started to be written in C++ ;) |
Second thought: Yesterday, I was working with Dolphin (because I'd patched libfm-qt and pcmanfm-qt didn't run temporarily), wanted to press I cruelly close this report for the above-mentioned reason. Feel free to reopen it if you see undo as a necessary feature. However, over my dead body ;) |
As it was said in first comment: the aim was to follow which file has moved in pcmanfm-qt session. If someone see the the feature as essential, i suggest to implement it not with Ctrl+z , but in an undo history (which list files and allow to recover from a move or rename operation). More harder to implement than a Ctrl+z, this feature is an extra that could be in a plugin ( linked to #40 ? ). |
Moved files cannot be tracked visually because the folder from which they are removed - or the folder to which they are moved -- may have been closed a second/minute/hour ago, in which case an undo can become very confusing. A file manager is different from a text editor in this regard; undo/redo doesn't make sense for it. |
[enhancement]
Many human interfaces guidelines like
https://elementary.io/fr/docs/human-interface-guidelines#human-interface-guidelines
recommends to provide an undo (e.g. Dolphin from Kde provide it) to revert accidentals file move (next a touchpad sensitivity problem for example).
I see pcmanfm-qt have a really pragmatic way to proceed by asking user confirmation. But it could be very cool to have a way to navigate an history like we can do in a terminal.
Expected Behavior
After moving a file, have the possibility in a menu to undo the last move or at least have last file move history.
Current Behavior
v0.11.3 - Not supported.
Context
I want to trace which file i moved.
The text was updated successfully, but these errors were encountered: