zed/crates/editor/src
2023-07-26 14:57:46 -07:00
..
display_map Remove InlayProperties 2023-07-05 16:17:14 +03:00
multi_buffer Fix more inlay_map corner cases and hangings 2023-06-29 22:25:49 +03:00
scroll vim: Fix scrolling 2023-06-26 13:29:14 -06:00
test vim: Fix edge-case in } when trailing newline is absent 2023-06-29 23:31:22 -06:00
blink_manager.rs
display_map.rs Remove InlayProperties 2023-07-05 16:17:14 +03:00
editor.rs Remove { and } from single-line closure 2023-07-25 14:48:11 -04:00
editor_settings.rs Move hint settings on the language level 2023-06-29 22:39:18 +03:00
editor_tests.rs Add tests for manipulate_lines() 2023-07-25 15:17:16 -04:00
element.rs Block extra drag events in original drag handlers 2023-07-26 14:57:46 -07:00
git.rs
highlight_matching_bracket.rs
hover_popover.rs Ignore empty hover contents, trim final hover label text 2023-07-18 22:53:44 +03:00
inlay_hint_cache.rs Clean up stale conflicting hints 2023-07-19 15:29:00 +03:00
items.rs Add support for activating a pane by direction 2023-07-19 18:29:11 -06: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