Antonio Scandurra
|
42eba7268d
|
Introduce Buffer::edits_since_in_range
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Co-Authored-By: Max Brunsfeld <max@zed.dev>
|
2021-12-06 19:48:45 +01:00 |
|
Antonio Scandurra
|
3b536f153f
|
Introduce text::Buffer::subscribe
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
|
2021-12-01 15:55:05 +01:00 |
|
Max Brunsfeld
|
924e1578ea
|
Use &Snapshot directly instead of impl Into<Content<'a>>
The text::Buffer and its snapshot already used the same representation
for their content, so we can just make Buffer deref to a Snapshot.
|
2021-11-30 13:32:11 -08:00 |
|
Nathan Sobo
|
d3f28166cb
|
Rename buffer crate to text and name its entrypoint after the crate
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
|
2021-11-30 12:26:12 -07:00 |
|