df59b28
Extract panel resize code from sidebar into Resizable element
Click to expand commit body
Make resizable work in vertical axis
Make dock resizable
Have dock preserve size based on Anchor position
Make pane buttons work more correctly in pathological cases
Sync status bar dock button with dock visibility/anchor position
Co-Authored-By Mikayla Maki <mikayla@zed.dev>
K Simmons
created
31a3fdb
Started to make the dock better, major issue's resizing child elements
Update editor element to use mouse regions instead of dispatch event for mouse events
Fix bug in presenter where mouse region handlers were stored on click and called instead of more up to date handlers from subsequent renders
Changed MouseRegion to require discriminants in all cases
Add scroll wheel event to MouseRegion
Polished a bunch of dock inconsistencies
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
K Simmons
and
Mikayla Maki
created
59fd967
Swapped keyboard binding and did some minor tweaks to style and focus
6555d6f
Merge pull request #1613 from zed-industries/breadcrumbs-refactoring
Click to expand commit body
Terminal Breadcrumbs
K Simmons
created
31ecb2f
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.
Click to expand commit body
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>
K Simmons
and
Mikayla Maki
created
ab81093
WIP pull breadcrumb rendering out into item trait
K Simmons
created
1014d65
Merge pull request #1606 from zed-industries/terminal-finishing
08b6fd0
Changed bel to use dirty indicator, took away the 'has new content' indicator
Mikayla Maki
created
a100956
removed test proc info, put fix in wezterm, just need to link them together now
Mikayla Maki
created
90bae80
WIP fixing arguments in title bug, need to validate fix, add to wezterm, push to our copy, refresh our cargo, and make a PR for wezterm. TODO: Learn how to do c-style buffer munging.
Mikayla Maki
created
aabc6ce
Fixed terminal title showing program, WIP showing exe arguments