zed/crates/text/src
Kirill Bulatov b523ee6980
Use Rope instead of String for buffer diff base (#11300)
As an attempt to do things better when showing diff hunks, store diff
base as Rope, not String, to have cheaper clones when the diff base text
is reused, e.g. creating another buffer with the diff base text for hunk
diff expanding.

Release Notes:

- N/A
2024-05-03 11:18:43 +03:00
..
anchor.rs Validate buffer_id of anchors in is_valid (#11170) 2024-04-29 10:24:04 -06:00
locator.rs Add documentation to many core editor types (#7919) 2024-02-17 09:03:05 -07:00
network.rs
operation_queue.rs One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
patch.rs One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
selection.rs Fix / remove small todos 2024-01-09 14:16:46 -08:00
subscription.rs Remove 2 suffix for ui, storybook, text 2024-01-03 12:33:51 -08:00
tests.rs Add git blame (#8889) 2024-03-28 18:32:11 +01:00
text.rs Use Rope instead of String for buffer diff base (#11300) 2024-05-03 11:18:43 +03:00
undo_map.rs Remove local timestamps from CRDT operations 2023-08-31 16:23:06 -07:00