edit/benches
Leonard Hecker c5d91f301e
Large clipboard handling overhaul (#405)
* Make each paste its own undo step.
* Add a `Paste` input type, allowing us to...
* Fill the internal clipboard with bracketed paste contents.
* Abstract away clipboard handling into its own struct, so we can move
  the cut/copy/paste logic into `TextBuffer`, allowing us to...
* Implement smart line-wise copy/paste via Ctrl+C/Ctrl+V.

Closes #286
Closes #305
2025-06-10 19:49:27 +02:00
..
lib.rs Large clipboard handling overhaul (#405) 2025-06-10 19:49:27 +02:00