zed/crates/editor/src
Max Brunsfeld 1e02ebbd11 Replicate pending selections separately from other selections
This fixes a panic that would occur when a leader created
a pending selection that overlapped another selection,
because the follower would attempt to treat that pending
selection as non-pending, which would violate the invariant
that selections are sorted and disjoint.
2022-12-17 14:00:53 -08:00
..
display_map Add a layer of indirection between excerpt ids and locators 2022-11-28 14:18:49 -08:00
multi_buffer Implement Copy for multibuffer anchors 2022-11-28 14:18:49 -08:00
scroll Fixed issue where the NextScreen action would never have an effect 2022-12-12 15:36:51 -08:00
test working serialized writes with panics on failure. Everything seems to be working 2022-12-03 16:06:01 -08:00
blink_manager.rs Show the cursor right away when opening opening/focusing editors 2022-11-04 10:18:47 +01:00
display_map.rs
editor.rs Replicate pending selections separately from other selections 2022-12-17 14:00:53 -08:00
editor_tests.rs Merge branch 'main' into fix-reconnects-after-deploy 2022-12-15 15:32:05 +01:00
element.rs Refactor editor scrolling and implement scroll commands from vim mode 2022-12-07 16:39:32 -08:00
git.rs
highlight_matching_bracket.rs
hover_popover.rs Implement Copy for multibuffer anchors 2022-11-28 14:18:49 -08:00
items.rs Replicate pending selections separately from other selections 2022-12-17 14:00:53 -08:00
link_go_to_definition.rs Tried alternate stratergy 2022-11-08 11:54:26 -08:00
mouse_context_menu.rs
movement.rs
multi_buffer.rs Start work on following in multi-buffers 2022-11-29 14:50:43 -08:00
persistence.rs Reworked thread safe connection be threadsafer,,,, again 2022-12-03 16:06:02 -08:00
scroll.rs Avoid breaking follow when syncing leader's scroll position 2022-12-12 15:36:30 -08:00
selections_collection.rs Refactor editor scrolling and implement scroll commands from vim mode 2022-12-07 16:39:32 -08:00
test.rs