zed/crates/text/src
Antonio Scandurra a6d0caf557 Don't seek FilterCursor upon creation
This lets us use `next` or `prev` to decide whether to park the cursor
at the first or last filtered item.

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2022-03-15 15:13:23 +01:00
..
anchor.rs Remove language servers from buffers 2022-03-08 15:16:07 -08: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 Get Editor compiling with MultiBuffer as its buffer 2021-12-08 19:23:04 -07:00
point.rs Don't insert headers in MultiBuffer 2021-12-21 16:38:18 +01:00
point_utf16.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 More messy progress towards selections in editors 2021-12-11 00:29:34 -07:00
subscription.rs Implement ExcerptList::subscribe 2021-12-06 13:37:17 -07:00
tests.rs Move Network test helper from util crate into text crate 2022-03-04 13:54:07 -08:00
text.rs Don't seek FilterCursor upon creation 2022-03-15 15:13:23 +01:00