Earlier quoted context omitted.
What would be in the clipboard after the undo in that scenario? edit: Yeah, the problem is that the user does not expect undo to do something different depending on what they did on a different program. Undo doing nothing to the clipboard always is more consistent and the better UX.
...yeah. But I still think these problems apply to Ghost Cut too. Unless the idea is that Ghost Cut only works within one app and/or the content lives in a special ghostboard separate from the clipboard, which I think is equally bad UX.
Ghost Cut – Or why Cut and Paste is broken everywhere
81–90 of 162 posts
Re: Ghost Cut – Or why Cut and Paste is broken everywhere
#82The "ghost cut" is a two-step text move. A perfectly fine operation to have, _because_ it's not the same as a cut operation followed by a single paste operation.
Cut can be used without paste, and paste can be used more than once. They're combinable primitive operations. Sometimes what you want isn't that combination. Someones it is. But claiming that they're _broken_ ... is not a sign of someone who's able to see past their own needs and preferences.
Re: Ghost Cut – Or why Cut and Paste is broken everywhere
#83I don't think I would like this. He mentions Excel does something similar and Excel is my least favourite app to cut/copy/paste in.
I know that’s obviously not the case, but Excel is just so unintuitive in so many ways (for me).
Re: Ghost Cut – Or why Cut and Paste is broken everywhere
#84Personally, I have a hotkey set up just for pasting the second-to-last thing I cut or copied (Ctrl+Alt+V). This is handy for when I want to swap two things. Ctrl+Alt+(1 thru 0) will paste the last 1 thru 10 history entries.
Re: Ghost Cut – Or why Cut and Paste is broken everywhere
#85Earlier quoted context omitted.
Even if it was 2GB of some data? Even if you run low on memory? TFA and comments are clearly a solution is search of the problem.
Is it possible to copy 2GB of data to the clipboard? If it's an image or something I'd expect the clipboard to contain a reference to the image or some such. How do clipboard managers handle this?
When you paste, X or Wayland lets the source application communicate with the destination application to send the image over.
You’ll likely always have a very simple clipboard manager that stores a single copy of the clipboard so you don’t rely on the source application staying alive.
Clipboard managers are free to store the clipboard anywhere.
Re: Ghost Cut – Or why Cut and Paste is broken everywhere
#86which is exactly how it is supposed to work. why would I want previous state ? Why I'd even remember that state ?
> If you regret replacing your clipboard contents then too bad, they have gone poof in the digital ether.
Clipboard managers have been a thing since clipboards. Tho it would be nice to have one integrated, say so I can get menu of previous pastes with search and paste it in one step instead of "select what's in clipboard, then use it as normal" as it is with most
> The second flaw is that a cut reflows the document. A cut and paste is almost always for the purposes of moving text, and yet the instant I cut, the text reflows and I have to locate the point where I want to paste all over again.
Well unless you're pasting in exact same spot, how else would it work ? Editor doesn't even know if you want to paste it back into same document
> Undoing a paste will remove the newly added text, but it requires a second undo to completely restore the text—assuming there weren't any edits between the cut and paste.
that is because you might've pasted it in wrong space.
Sometimes the simple thing is better, because you can encode its way of working in your way of working without wondering 'oh why my pasted text was copied from'
Re: Ghost Cut – Or why Cut and Paste is broken everywhere
#87The Finder has an interesting take on this: copy a file with ⌘C, then move it somewhere with ⌥⌘V. This is much nicer than the Windows Explorer's CTRL+X and CTRL+V, where the user is unsure what happens when they never paste the file.
What does happen if you never paste the file? It feels to me like cut/copy (in the clipboard manipulation sense)/paste are nonsensical operations on files in the first place.