d706446
WIP: Make PickerDelegate a fully owned object instead of a view
Click to expand commit body
This avoids issues with the parent view being on the stack when we want to
interact with the delegate from the picker. Still have several picker usages
to convert.
699b206
Merge pull request #2390 from zed-industries/petros/z-66-command-to-add-a-new-line-on-the
Click to expand commit body
Add newline above and improve newline below
Petros Amoiridis
created
b3b8f85
Assert the editor and unmarked texts are the same
Click to expand commit body
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Petros Amoiridis
and
Max Brunsfeld
created
f9c60b9
Add newline above and improve newline below
Click to expand commit body
Add a new action for inserting a new line above the current line. @ForLoveOfCats also helped fix a bug among other things. When two collaborators had their cursors at the end of a line, and one collaborator performed a newline below action, the second collaborator's cursor would be dragged to the new line. This is also fixing that.
Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com>
bcba11b
Reflect new behavior in test now that we don't replace windows anymore
Antonio Scandurra
created
d03c431
Fix warnings/errors now that `AsyncAppContext::update` returns `Result`
Antonio Scandurra
created
31e6bb4
Return `Result` from `AsyncAppContext::update_view`
Antonio Scandurra
created
1b477c9
Merge pull request #2383 from zed-industries/show-copilot-more-often
Click to expand commit body
Clean up completion tasks, even if they fail or return no results
Antonio Scandurra
created
d26d0ac
Clean up completion tasks, even if they fail or return no results
Click to expand commit body
This fixes a bug where leaving the completion task in `completion_tasks`
could cause the Copilot suggestion to not be shown due to the LSP not
successfully return a completion.
Antonio Scandurra
created
75d6b63
Add failing test to demonstrate Copilot not showing enough suggestions
Antonio Scandurra
created
8f25b98
Print the final minimized test plan before sending it to zed.dev