zed/crates/editor/src
2023-10-23 16:08:12 +02:00
..
display_map Combine both text and inlay highlights in randomized tests 2023-09-14 23:53:56 +03:00
multi_buffer
scroll vim: Fix ctrl-u/ctrl-d 2023-09-26 22:28:04 -06:00
test tests: wait deterministically after simulating_keystrokes 2023-09-20 20:44:26 -06:00
blink_manager.rs Do not blink the cursor if Zed window is focused away 2023-08-29 21:33:03 +03:00
display_map.rs Handle pixel-down to last line when no trailing newline 2023-10-20 12:46:14 -06:00
editor.rs Fix infinite loop in select all 2023-10-23 16:08:12 +02:00
editor_settings.rs Add setting to disable completion docs 2023-10-12 22:08:47 -04:00
editor_tests.rs Move prettier parsers data into languages from LSP adapters (#3150) 2023-10-21 02:22:21 +03:00
element.rs Merge branch 'main' into pixel-columns 2023-10-18 23:00:56 -06:00
git.rs
highlight_matching_bracket.rs
hover_popover.rs Unbork markdown parse test by making links match 2023-10-12 16:18:54 -04:00
inlay_hint_cache.rs Sort hint request ranges before asserting to avoid flackiness 2023-10-19 11:05:47 +03:00
items.rs Merge branch 'main' into allow-following-outside-of-projects 2023-09-28 11:58:28 -07:00
link_go_to_definition.rs Improve inlay hint cache lookup 2023-09-14 23:31:50 +03:00
mouse_context_menu.rs
movement.rs Hide any circumstantial evidence that this didn't work perfectly first 2023-10-20 14:45:37 -06:00
multi_buffer.rs editor/language: hoist out non-generic parts of edit functions. (#3130) 2023-10-16 13:17:44 +02:00
persistence.rs
scroll.rs Split ContextMenu actions 2023-09-02 21:04:19 -06:00
selections_collection.rs Fix build columnar selection logic 2023-10-20 12:55:41 -06:00
test.rs