zed/crates/editor/src
2023-09-14 22:08:12 +03:00
..
display_map Add inlay highlight test 2023-09-14 22:08:12 +03:00
multi_buffer
scroll Split ContextMenu actions 2023-09-02 21:04:19 -06:00
test Unify highlights in *Map 2023-09-14 22:08:12 +03: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 Implement inlay highlighting 2023-09-14 22:08:12 +03:00
editor.rs Implement inlay highlighting 2023-09-14 22:08:12 +03:00
editor_settings.rs Add relative_line_mode 2023-08-25 11:50:41 -06:00
editor_tests.rs vim . to replay 2023-09-06 13:49:55 -06:00
element.rs Implement inlay highlighting 2023-09-14 22:08:12 +03:00
git.rs
highlight_matching_bracket.rs
hover_popover.rs Do not combine inlay and text highlights on the *Map level 2023-09-14 22:08:12 +03:00
inlay_hint_cache.rs Use better names, simplify 2023-08-27 00:01:31 +03:00
items.rs Z 1200/replace in buffer (#2922) 2023-09-12 18:46:54 +02:00
link_go_to_definition.rs Use standalone inlay background highlights 2023-09-14 22:08:12 +03:00
mouse_context_menu.rs
movement.rs Merge branch 'main' into vim-softwrap-word 2023-09-01 12:23:56 -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