zed/crates/editor/src
2022-12-15 15:32:05 +01:00
..
display_map
multi_buffer
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
display_map.rs
editor.rs Introduce a ViewId message, identifying views across calls 2022-12-14 14:40:07 -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
items.rs Introduce a ViewId message, identifying views across calls 2022-12-14 14:40:07 -08:00
link_go_to_definition.rs
mouse_context_menu.rs
movement.rs
multi_buffer.rs
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