zed/crates/terminal/src
K Simmons 0b5952e1bd Fix incorrect rendering of toolbar in right anchored dock
Make dock keybinding activate the dock if it wasn't hidden, and hide it if it was already active
Make clicking the expanded dock wash, hide the dock
Fix some issues with programmatically activating other panes, not hiding the dock
Tweak dock anchor menu text
Swap dock hide button for thin variant
Fix dock sidebar interactions
Add clicked state to search button and fix presenter issue sending clicked events when mouse not overlapping MouseRegion

Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
2022-09-13 15:17:27 -07:00
..
mappings fix shift-enter 2022-09-01 17:56:22 -07:00
tests WIP dock split button and default item 2022-09-11 15:31:44 -07:00
terminal.rs Fix incorrect rendering of toolbar in right anchored dock 2022-09-13 15:17:27 -07:00
terminal_container_view.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
terminal_element.rs DOCK WORKING! 2022-09-11 15:32:20 -07:00
terminal_view.rs Permanent fix to repeat MouseRegion Tag failure in Workspace 2022-09-11 15:34:10 -07:00