zed/crates/editor/src
Antonio Scandurra 3b536f153f Introduce text::Buffer::subscribe
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2021-12-01 15:55:05 +01:00
..
display_map Introduce text::Buffer::subscribe 2021-12-01 15:55:05 +01:00
display_map.rs Bump FoldMap's version in FoldMap::sync (and not in DisplayMap) 2021-12-01 12:05:02 +01:00
editor.rs WIP - maintain foldmap with Buffer::edits_since 2021-11-30 17:23:02 -08:00
element.rs Rename buffer crate to text and name its entrypoint after the crate 2021-11-30 12:26:12 -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