zed/crates/text/src
Max Brunsfeld e05793b52a Remove Option from Buffer edit APIs
Previously, buffer edits represented empty strings as None
variants of an Option. Now, the edit logic just explicitly
checks for empty strings.

Co-authored-by: Keith Simmons <keith@zed.dev>
2022-04-27 18:00:13 -07:00
..
anchor.rs Introduce MultiBuffer::symbols_containing 2022-03-29 15:08:37 +02:00
locator.rs Don't reuse excerpt ids in MultiBuffer 2022-03-11 08:50:50 -07:00
network.rs Move Network test helper from util crate into text crate 2022-03-04 13:54:07 -08:00
operation_queue.rs Serialize deferred operations 2022-01-05 11:52:41 +01:00
patch.rs Rename Patch::transform_old to Patch::old_to_new 2022-03-25 14:57:40 +01:00
point_utf16.rs Don't insert headers in MultiBuffer 2021-12-21 16:38:18 +01:00
point.rs Don't insert headers in MultiBuffer 2021-12-21 16:38:18 +01:00
random_char_iter.rs Re-enable multi-byte random character generation 2021-12-15 17:51:11 +01:00
rope.rs Start on implementing filtering support for Cursor::prev 2022-03-15 15:13:23 +01:00
selection.rs Add initial vim mode mode switching 2022-03-25 20:10:37 -07:00
subscription.rs Implement ExcerptList::subscribe 2021-12-06 13:37:17 -07:00
tests.rs Building, but failing test WIP 2022-04-27 17:25:38 -07:00
text.rs Remove Option from Buffer edit APIs 2022-04-27 18:00:13 -07:00