|
|
|
|
|
by eviks
8 days ago
|
|
> If you decide you don't want to paste then hitting escape will restore the text to its active editable state. That's unergonomic, you should move your whole hang of your regular positioning because you can't use the convenient Ctrl+Z? This also breaks cut and paste across apps because now you have different mechanics depending on context. Might be better to preserve everything, but maybe have an option to visually preserve the text until time has passed or other action? (Paste, typing, etc) 1. That's the issue with clipboard management. Given the transient nature of clipboard, while I do appreciate having the opportunity to preserve the pre-cut values, it's not that often that I need it, so I'd definitely not pollute my app actions undo stack with an extra step (yes, the author doesn't do that either)
And you can improve your app by storing the pre-cut clipboard and allowing easy restore |
|