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
Mikayla Maki
created
1375c5f
Began program manager, made terminal modals per-window
Mikayla Maki
created
d189972
Merge branch 'terminal-scrolling-sensitivity' into terminal-polishing