zed/crates/text/src
Max Brunsfeld 74fd348d22 Add Buffer::anchored_edits_since method
This method returns the anchor range associated with each edit. The
anchor ranges allow you to determine how each edit interacts with
an existing anchor range that the edit has touched.
2022-08-29 16:51:31 -07:00
..
anchor.rs One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
locator.rs One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
network.rs Move Network test helper from util crate into text crate 2022-03-04 13:54:07 -08:00
offset_utf16.rs Treat NSTextInputClient ranges as UTF-16 2022-07-21 13:41:35 +02:00
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
point_utf16.rs Don't insert headers in MultiBuffer 2021-12-21 16:38:18 +01:00
point.rs One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
random_char_iter.rs Strip carriage returns from all text in text::Buffer 2022-07-05 17:25:09 -07:00
rope.rs One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
selection.rs working diagnostic popover. Also renamed GoToNextDiagnostic to GoToDiagnostic and adjusted it's action to jump to the popover's diagnostic if it is visible 2022-07-20 19:02:33 -07:00
subscription.rs Implement ExcerptList::subscribe 2021-12-06 13:37:17 -07:00
tests.rs One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
text.rs Add Buffer::anchored_edits_since method 2022-08-29 16:51:31 -07:00