zed/crates/editor/src
2022-07-22 11:12:56 -07:00
..
display_map
multi_buffer
display_map.rs Move all default settings from source code into the JSON file 2022-07-12 11:35:19 -07:00
editor.rs Merge pull request #1378 from zed-industries/diagnostics-popover 2022-07-22 11:12:56 -07:00
element.rs working diagnostic popover. Also renamed GoToNextDiagnostic to GoToDiagnostic and adjusted it's action to jump to the popover's diagnostic if it is visible 2022-07-20 19:02:33 -07:00
highlight_matching_bracket.rs highlight both brackets, only when empty selection, and add test 2022-07-05 15:19:05 -07:00
hover_popover.rs attempt to fix broken test 2022-07-22 10:55:57 -07:00
items.rs 🎨 2022-07-14 16:46:45 +02:00
link_go_to_definition.rs Address some issues where panes don't get focused properly, make the focused pane more obvious, and prevent splitting of the pane with no items 2022-07-20 18:52:32 -07:00
mouse_context_menu.rs Address some issues where panes don't get focused properly, make the focused pane more obvious, and prevent splitting of the pane with no items 2022-07-20 18:52:32 -07:00
movement.rs
multi_buffer.rs Differentiate among tabs with the same name 2022-07-14 11:54:11 +02:00
selections_collection.rs WIP add basic context menu and make progress toward adding quick actions to it 2022-07-13 14:13:19 -07:00
test.rs address warnings 2022-07-20 19:02:33 -07:00