zed/crates/editor/src
2023-10-12 15:14:51 +03: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 Restructure inlay highlights data for proper access 2023-09-14 23:05:22 +03:00
editor.rs Clear SelectionGoal on input 2023-10-05 09:02:52 -06:00
editor_settings.rs Add relative_line_mode 2023-08-25 11:50:41 -06:00
editor_tests.rs Add more tests 2023-10-12 15:14:51 +03:00
element.rs Fix coloring of local selections when following 2023-09-28 11:37:47 -07:00
git.rs
highlight_matching_bracket.rs
hover_popover.rs re-unify markdown parsing between hover_popover and chat 2023-10-05 14:22:41 -07:00
inlay_hint_cache.rs Tone down inlay hint update logs 2023-09-22 17:04:11 +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 Don't wrap on paragraphs 2023-10-06 10:32:15 -06:00
multi_buffer.rs Extract code generation logic into its own module 2023-09-11 11:25:37 +02:00
persistence.rs
scroll.rs Split ContextMenu actions 2023-09-02 21:04:19 -06:00
selections_collection.rs Vim visual block mode 2023-08-15 16:00:50 -06:00
test.rs