zed/crates/text/src
Nathan Sobo 811696670a Start on a new FragmentList
Here I'm exploring a new approach to the project-wide diagnostics view that can exactly mirror the contents of cargo check. The `FragmentList` composes an arbitrary list of fragments from other buffers and presents them as if they were a single buffer.
2021-12-04 06:57:56 -07:00
..
anchor.rs Use &Snapshot directly instead of impl Into<Content<'a>> 2021-11-30 13:32:11 -08:00
operation_queue.rs
patch.rs Introduce text::Buffer::subscribe 2021-12-01 15:55:05 +01:00
point.rs
point_utf16.rs
random_char_iter.rs
rope.rs
selection.rs Use &Snapshot directly instead of impl Into<Content<'a>> 2021-11-30 13:32:11 -08:00
tests.rs Introduce text::Buffer::subscribe 2021-12-01 15:55:05 +01:00
text.rs Start on a new FragmentList 2021-12-04 06:57:56 -07:00