zed/crates/editor/src
2023-02-13 13:50:37 -08:00
..
display_map
multi_buffer Implement Copy for multibuffer anchors 2022-11-28 14:18:49 -08:00
scroll Fixed issue where the NextScreen action would never have an effect 2022-12-12 15:36:51 -08:00
test working f and t bindings 2023-01-06 14:24:20 -08:00
blink_manager.rs
display_map.rs
editor.rs fix issue with single line editors in vim not properly unhooking vim mode bindings 2023-02-13 13:50:37 -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 Add cursor position to feedback editor 2023-01-25 14:20:23 -05:00
link_go_to_definition.rs
mouse_context_menu.rs Do not capitalize prepositions in title case 2023-02-03 12:16:09 +02:00
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 wip 2023-01-25 11:32:19 -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 Refactor editor scrolling and implement scroll commands from vim mode 2022-12-07 16:39:32 -08:00
test.rs