Skip to content
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

Clipboard refactoring #2796

Merged
merged 6 commits into from
Feb 23, 2025
Merged

Clipboard refactoring #2796

merged 6 commits into from
Feb 23, 2025

Conversation

simonpoole
Copy link
Collaborator

@simonpoole simonpoole commented Feb 15, 2025

Support multiple clipboards, display of clipboard contents and undo while pasting multiple times

Resolves #2222

Resolves #2239

Resolved #2001

@simonpoole simonpoole force-pushed the paste_multiple_undo branch 3 times, most recently from 47bfd69 to 9df5fa5 Compare February 22, 2025 10:21
This adds support for multiple clipboards used in a MRU fashion with a
current hardwired max of 5.

Behaviour change: previously after pasting from a cut, the clipboard was
empty, we now keep the contents but switch to copy mode (aka creating
mew objects when pasting).
@simonpoole simonpoole force-pushed the paste_multiple_undo branch 2 times, most recently from 3325e4b to 377cf57 Compare February 23, 2025 18:12
@simonpoole simonpoole merged commit af2fe9e into master Feb 23, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

What am I about to paste?
1 participant