zed/crates/editor/src
2022-10-24 17:46:06 -07:00
..
display_map Merge pull request #1768 from zed-industries/git-gutter-meets-code-folding 2022-10-17 14:51:47 -04:00
multi_buffer Re-export basic text types from text and language crates 2022-10-12 15:48:19 -07:00
test Add assertion context manager to TestAppContext and convert existing vim tests to use neovim backed test context 2022-10-10 14:46:07 -07:00
blink_manager.rs Pull blink functionality out of editor and into blink manager. Make blink manager subscribe to settings changes in order to start blinking properly when it is re-enabled. 2022-10-17 16:20:51 -07:00
display_map.rs Re-export basic text types from text and language crates 2022-10-12 15:48:19 -07:00
editor.rs Fix autoclose skipping when start and end are the same character 2022-10-24 17:46:06 -07:00
editor_tests.rs Finished implementing vscode, emacs, and mac style pageup/down. Added keybindings ctrl-v, alt-v for emacs up/down and shift-pageup, shift-pagedown for vscode style. Also improved incorporated pageup/down into context menus 2022-10-14 13:52:30 -07:00
element.rs Lock trackpad scrolling in buffers to axis until broken free 2022-10-19 01:00:13 -04:00
highlight_matching_bracket.rs Add assertion context manager to TestAppContext and convert existing vim tests to use neovim backed test context 2022-10-10 14:46:07 -07:00
hover_popover.rs Remove unconditional invalidation when calling mouse region handlers 2022-10-14 17:06:46 -06:00
items.rs Merge branch 'main' into breadcrumbs 2022-10-17 16:51:38 -07:00
link_go_to_definition.rs Move handling of modifier changes to new View hook 2022-10-16 12:47:48 -06:00
mouse_context_menu.rs Add assertion context manager to TestAppContext and convert existing vim tests to use neovim backed test context 2022-10-10 14:46:07 -07:00
movement.rs Add MovePageUp and MovePageDown editor commands 2022-10-14 12:36:46 -07:00
multi_buffer.rs Add cursor blink setting and replicate cursor shape to remote collaborators 2022-10-17 16:20:47 -07:00
selections_collection.rs Re-export basic text types from text and language crates 2022-10-12 15:48:19 -07:00
test.rs Add assertion context manager to TestAppContext and convert existing vim tests to use neovim backed test context 2022-10-10 14:46:07 -07:00