zed/crates/editor/src
Antonio Scandurra 88eb2b2163 Move history navigation logic to Workspace
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2023-05-29 19:47:59 +02:00
..
display_map Define theme/ui text style settings in theme crate 2023-05-17 14:44:59 -07:00
multi_buffer
scroll
test Clean up final remaining code paths calling old diff update method 2023-05-25 14:41:09 -04:00
blink_manager.rs Remove optional path argument when getting settings 2023-05-17 15:05:20 -07:00
display_map.rs Remove optional path argument when getting settings 2023-05-17 15:05:20 -07:00
editor.rs Move history navigation logic to Workspace 2023-05-29 19:47:59 +02:00
editor_settings.rs Allow to disable the new feature 2023-05-25 09:45:50 +03:00
editor_tests.rs Clean up final remaining code paths calling old diff update method 2023-05-25 14:41:09 -04:00
element.rs Remove concept of git diff refresh from Item trait 2023-05-25 14:29:28 -04:00
git.rs Rearrange git tests in worktree 2023-05-19 16:30:00 -07:00
highlight_matching_bracket.rs Define language settings in the language crate 2023-05-16 17:29:53 -07:00
hover_popover.rs Remove optional path argument when getting settings 2023-05-17 15:05:20 -07:00
items.rs Remove concept of git diff refresh from Item trait 2023-05-25 14:29:28 -04:00
link_go_to_definition.rs Define theme/ui text style settings in theme crate 2023-05-17 14:44:59 -07:00
mouse_context_menu.rs Define language settings in the language crate 2023-05-16 17:29:53 -07:00
movement.rs Add paragraph based vertical movements 2023-05-22 09:12:36 -04:00
multi_buffer.rs Clean up final remaining code paths calling old diff update method 2023-05-25 14:41:09 -04:00
persistence.rs
scroll.rs
selections_collection.rs
test.rs