ZIm/crates/editor
Nathan Sobo 984378e12c Use anchors for line movement edits to support multi-buffers
Because multi-buffers can contain the same content multiple times, we need to use anchors to track our desired insertion and removal locations when moving lines. This is because deleting a line in order to move it might end up deleting *multiple* lines.
2021-12-29 23:47:03 -08:00
..
src Use anchors for line movement edits to support multi-buffers 2021-12-29 23:47:03 -08:00
Cargo.toml Get selections rendering again when local selections are owned by Editor 2021-12-11 13:42:46 -07:00