zed/crates/editor/src
Nathan Sobo bfecdb7bc0 Remove newest selection when adding a selection with a click count > 1
This prevents selections added in earlier clicks from being rendered under the pending selection.
2021-11-23 16:30:33 -07:00
..
display_map
display_map.rs
element.rs Use alt modifier instead of cmd to add selections 2021-11-23 16:23:30 -07:00
lib.rs Remove newest selection when adding a selection with a click count > 1 2021-11-23 16:30:33 -07:00
movement.rs Implement line-wise selection 2021-11-23 19:10:15 +01:00
test.rs