ZIm/crates/editor/src
K Simmons 31ecb2f7bc Introduced ItemEvent and to_item_events function to Item trait which converts the Item's events into a standard ItemEvent similar to how SearchableItems work.
Add breadcrumb_location and breadcrumbs functions to item trait which handles rendering of the breadcrumb elements
Change breadcrumb toolbar to use these new functions rather than having hard coded breadcrumb logic
Add breadcrumb support to the terminal tabs

Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
2022-09-06 16:05:36 -07:00
..
display_map One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
multi_buffer One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
display_map.rs One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
editor.rs Actually added all files this time 2022-08-31 20:37:04 -07:00
element.rs Actually added all files this time 2022-08-31 20:37:04 -07:00
highlight_matching_bracket.rs Update marked text helpers to use more distinctive characters for markers 2022-08-03 16:45:16 -07:00
hover_popover.rs One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
items.rs Introduced ItemEvent and to_item_events function to Item trait which converts the Item's events into a standard ItemEvent similar to how SearchableItems work. 2022-09-06 16:05:36 -07:00
link_go_to_definition.rs Include empty selections in updating link logic on cmd/shift changed 2022-08-19 17:25:35 -04:00
mouse_context_menu.rs Pane focus working. Modals seem broken now 2022-08-09 17:15:54 -07:00
movement.rs Use new marked ranges format whenever we don't need overlapping ranges 2022-08-04 10:23:03 -07:00
multi_buffer.rs Move operation serialization off the main thread 2022-08-23 16:34:25 +02:00
selections_collection.rs One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
test.rs Add test for pending selection influence on go-to links 2022-08-18 18:34:01 -04:00