Commit log
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
3 years ago
ab81093
WIP pull breadcrumb rendering out into item trait
K Simmons
created
3 years ago
1014d65
Merge pull request #1606 from zed-industries/terminal-finishing
Click to expand commit body
Terminal finishing
Mikayla Maki
created
3 years ago
6e6f37a
updated wez term dependency
Mikayla Maki
created
3 years ago
8af1e11
Merge pull request #1603 from zed-industries/terminal-polishing
Click to expand commit body
Terminal Polishing
Mikayla Maki
created
3 years ago
68cf91d
Problem with alacritty's handling of selections when the terminal resizes
Mikayla Maki
created
3 years ago
acc1950
Fixed tiny resize bug
Mikayla Maki
created
3 years ago
7f7ec68
Improved formatting of tab title
Mikayla Maki
created
3 years ago
cefc6e8
fixed tab content crash, discovered a giant nest of new issues re: resizing
Mikayla Maki
created
3 years ago
93d31e4
Fixed search to read entire back buffer
Mikayla Maki
created
3 years ago
ec8876b
Fixed the easy search bugs
Mikayla Maki
created
3 years ago
08b6fd0
Changed bel to use dirty indicator, took away the 'has new content' indicator
Mikayla Maki
created
3 years ago
a100956
removed test proc info, put fix in wezterm, just need to link them together now
Mikayla Maki
created
3 years ago
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
3 years ago
aabc6ce
Fixed terminal title showing program, WIP showing exe arguments
Mikayla Maki
created
3 years ago
1375c5f
Began program manager, made terminal modals per-window
Mikayla Maki
created
3 years ago
d189972
Merge branch 'terminal-scrolling-sensitivity' into terminal-polishing
Mikayla Maki
created
3 years ago
1502c19
Polished scrolling significantly
Mikayla Maki
created
3 years ago
Max Brunsfeld
created
3 years ago
56f0f51
Merge pull request #1601 from zed-industries/panes-dont-dedup-multibuffers
Click to expand commit body
Avoid undesirable pane item deduping with multibuffers
Max Brunsfeld
created
3 years ago
636f35f
Avoid undesirable pane item deduping with multibuffers
Max Brunsfeld
created
3 years ago
ba1124e
Avoid updating package-lock.json when building Zed
Max Brunsfeld
created
3 years ago
18ab883
Merge pull request #1600 from zed-industries/enclosing-brackets-crash
Click to expand commit body
Fix crash when querying for enclosing brackets at EOF
Max Brunsfeld
created
3 years ago
0777af1
Fix crash when querying for enclosing brackets at EOF
Max Brunsfeld
created
3 years ago
7730039
Sketched out program manager API
Mikayla Maki
created
3 years ago
4779eeb
fix shift-enter
Mikayla Maki
created
3 years ago
0588360
Merge pull request #1598 from zed-industries/terminal-process-info
Click to expand commit body
Terminal Active Process Title
Mikayla Maki
created
3 years ago
a662a89
Merge pull request #1596 from zed-industries/move-pane-panic-fix
Click to expand commit body
Don't panic if a tab isn't present in a from tab when dragged
K Simmons
created
3 years ago
7497eda
Add process info to terminal so that we can show the active process in the terminal tab title
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
K Simmons
and
Mikayla Maki
created
3 years ago
91080fb
Don't panic if a tab isn't present in a from tab when dragged
K Simmons
created
3 years ago
Max Brunsfeld
created
3 years ago
f87e7d3
Avoid subtraction underflow when searching terminal
Click to expand commit body
Co-authored-by: Keith Simmons <keith@zed.dev>
Max Brunsfeld
and
Keith Simmons
created
3 years ago
0e0bae8
Merge pull request #1587 from zed-industries/alac-search
Click to expand commit body
Terminal Search
Mikayla Maki
created
3 years ago
e00b7b2
Merge pull request #1593 from zed-industries/drag-and-drop-multiple-windows
Click to expand commit body
Drag and drop with multiple windows fix
K Simmons
created
3 years ago
ebae991
Finished terminal search
Mikayla Maki
created
3 years ago
67a585c
Impl default for drag and drop global. Make drag and drop global maintain a list of weak handles to the container.
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
K Simmons
and
Max Brunsfeld
created
3 years ago
25aae11
Added cursor I-Beam
Mikayla Maki
created
3 years ago
faad245
Improved performance of terminal rendering further
Mikayla Maki
created
3 years ago
bf6d3ad
Merge pull request #1589 from zed-industries/add-code-action-size
Click to expand commit body
Add code action size
Mikayla Maki
created
3 years ago
1a0f43f
Actually added all files this time
Mikayla Maki
created
3 years ago
0efbe6e
Made code actions themeable
Mikayla Maki
created
3 years ago
Mikayla Maki
created
3 years ago
3f11fd3
Terminal implements important half of search protocol
Mikayla Maki
created
3 years ago
63d9d29
Search rendering and basic regex stuff complete
Mikayla Maki
created
3 years ago
Mikayla Maki
created
3 years ago
f62b69a
Checkpoint commit, almost have the initial search research done. Don't forget to remove test keymap
Mikayla Maki
created
3 years ago
efaf7e2
Merge pull request #1581 from zed-industries/generalized-item-search
Click to expand commit body
Make Workspace item search generic
K Simmons
created
3 years ago
c02b022
Merge pull request #1585 from zed-industries/more-drag-and-drop-fixes
Click to expand commit body
Some more drag and drop fixes
K Simmons
created
3 years ago
227cc66
Simulate mouse up if mouse was released outside window, don't report dragged payload if it was dragged from a different window
K Simmons
created
3 years ago
fa78b59
Merge pull request #1584 from zed-industries/restore-modal-terminal
Click to expand commit body
restore modal terminal
Mikayla Maki
created
3 years ago
Page 31 of 145