zed/crates/editor/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
..
display_map Start on a new FragmentList 2021-12-04 06:57:56 -07:00
display_map.rs Start on a new FragmentList 2021-12-04 06:57:56 -07:00
editor.rs Start on a new FragmentList 2021-12-04 06:57:56 -07:00
element.rs Start on a new FragmentList 2021-12-04 06:57:56 -07:00
items.rs Rename buffer crate to text and name its entrypoint after the crate 2021-11-30 12:26:12 -07:00
movement.rs Use &Snapshot directly instead of impl Into<Content<'a>> 2021-11-30 13:32:11 -08:00
test.rs Start on a new FragmentList 2021-12-04 06:57:56 -07:00