zed/crates/editor/src
2023-01-23 08:56:41 +01:00
..
display_map
multi_buffer
scroll
test working f and t bindings 2023-01-06 14:24:20 -08:00
blink_manager.rs
display_map.rs
editor.rs Open multiple definitions in a multibuffer instead of opening the files directly 2023-01-20 13:28:13 -08:00
editor_tests.rs Merge pull request #2013 from zed-industries/autocomplete-require-word-start-match 2023-01-09 13:06:43 -05:00
element.rs Hide editor hover on mouse move out & always notify when hiding hover 2023-01-20 10:16:24 -05:00
git.rs
highlight_matching_bracket.rs
hover_popover.rs Rename LanguageRegistry::get_language to language_for_name 2023-01-23 08:56:41 +01:00
items.rs Merge branch 'main' into optimize-large-multi-buffers 2023-01-19 16:18:21 +01:00
link_go_to_definition.rs
mouse_context_menu.rs
movement.rs fix replace in normal and visual modes 2023-01-11 14:57:40 -08:00
multi_buffer.rs Implement scope-specific bracket matching and comment toggling 2023-01-19 15:04:27 -08:00
persistence.rs Add serializing and restoring editor scroll position 2023-01-09 14:06:40 -08:00
scroll.rs Hide editor hover on mouse move out & always notify when hiding hover 2023-01-20 10:16:24 -05:00
selections_collection.rs
test.rs