zed/crates/editor/src
Mikayla e5eed29c72
Add components example
Re-arrange generics on mouse event handler
Add TypeTag struct for dynamically tagged components
2023-08-15 03:06:43 -07:00
..
display_map Fix warnings surfaced in Rust 1.71 2023-08-02 09:19:23 -07:00
multi_buffer
scroll
test Get compiling 2023-08-07 19:08:58 -06:00
blink_manager.rs
display_map.rs Remove InlayProperties 2023-07-05 16:17:14 +03:00
editor.rs Add components example 2023-08-15 03:06:43 -07:00
editor_settings.rs Move hint settings on the language level 2023-06-29 22:39:18 +03:00
editor_tests.rs Remove TestAppContext::add_view 2023-08-07 22:46:48 -06:00
element.rs Add components example 2023-08-15 03:06:43 -07:00
git.rs
highlight_matching_bracket.rs
hover_popover.rs Add components example 2023-08-15 03:06:43 -07:00
inlay_hint_cache.rs WIP: Return WindowHandle<V: View> from AppContext::add_window (#2820) 2023-08-03 18:45:51 -06:00
items.rs Add PathExt trait (#2823) 2023-08-03 18:57:43 -04:00
link_go_to_definition.rs feat(workspace): allow alternative actions to open files and symbols in split 2023-07-14 21:49:15 +02:00
mouse_context_menu.rs
movement.rs vim: { } to navigate by paragraph (#2668) 2023-07-07 14:59:06 -06:00
multi_buffer.rs Post-rebase fixes 2023-06-29 22:39:33 +03:00
persistence.rs
scroll.rs Query hints when editors gets open and visible 2023-06-29 22:25:50 +03:00
selections_collection.rs Fix code computing new selections 2023-07-25 14:04:25 -04:00
test.rs