Commit log
5934e88
Merge pull request #2379 from zed-industries/shebang
Click to expand commit body
Select language based on a file's first content line in addition to its path
Max Brunsfeld
created
2 years ago
ad9fe79
Merge pull request #2388 from zed-industries/cmd-o-new-window
Click to expand commit body
When opening projects, only reuse the current window if it is empty
Max Brunsfeld
created
2 years ago
7cc868b
When opening projects, only reuse the current window if it is empty
Max Brunsfeld
created
2 years ago
44d26b6
Merge pull request #2387 from zed-industries/panic-in-set-selections-from-remote
Click to expand commit body
Fix 'invalid insertion' panic when following
Max Brunsfeld
created
2 years ago
bd7d50f
Fix 'invalid insertion' panic when following
Click to expand commit body
Wait for the necessary buffer operations to arrive before attempting to
set selections and scroll top.
Max Brunsfeld
created
2 years ago
a8b3826
Merge pull request #2384 from zed-industries/update-copilot-styles
Click to expand commit body
Update copilot styles
Nate Butler
created
2 years ago
4c086a4
Merge pull request #2385 from zed-industries/rerender-breadcrumbs-on-focus-change
Click to expand commit body
Re-render toolbar items when updating their knowledge of pane focus
Julia
created
2 years ago
721baf5
Re-render toolbar items when updating their knowledge of pane focus
Julia
created
2 years ago
957ab65
Mix neutral and blue to make a predictive color that is unique
Nate Butler
created
2 years ago
614a9c8
Merge pull request #2377 from zed-industries/add-tab-tooltips
Click to expand commit body
Add tab tooltips
Joseph T. Lyons
created
2 years ago
ae0647c
Update predictive color
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Nate Butler
and
Mikayla Maki
created
2 years ago
304eddb
Remove unnecessary lifetimes from `tab_description`
Joseph Lyons
created
2 years ago
9afd804
Remove unnecessary lifetimes from `tab_tooltip_text`
Joseph Lyons
created
2 years ago
eee39b4
Don't capture `Workspace` handle in `defer` when rendering `Dock`
Click to expand commit body
GPUI already provides a mutable reference to the `Workspace` in the
`defer` callback.
Antonio Scandurra
created
2 years ago
136e599
Merge branch 'main' into window_context_2
Antonio Scandurra
created
2 years ago
bcba11b
Reflect new behavior in test now that we don't replace windows anymore
Antonio Scandurra
created
2 years ago
d03c431
Fix warnings/errors now that `AsyncAppContext::update` returns `Result`
Antonio Scandurra
created
2 years ago
31e6bb4
Return `Result` from `AsyncAppContext::update_view`
Antonio Scandurra
created
2 years ago
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
2 years ago
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
2 years ago
75d6b63
Add failing test to demonstrate Copilot not showing enough suggestions
Antonio Scandurra
created
2 years ago
8f25b98
Print the final minimized test plan before sending it to zed.dev
Max Brunsfeld
created
2 years ago
695973d
Use Node 18 on CI, for fetch API
Max Brunsfeld
created
2 years ago
5169642
Merge pull request #2376 from zed-industries/randomized-tests-runner
Click to expand commit body
Add an Actions workflow that repeatedly runs the randomized integration tests
Max Brunsfeld
created
2 years ago
485c56e
Don't run randomized tests on pushes to main
Max Brunsfeld
created
2 years ago
837866f
Consolidate logic for running randomized tests in scripts
Max Brunsfeld
created
2 years ago
4adc92b
Merge pull request #2382 from zed-industries/dont-have-contacts-popover-affect-share-unshare-button
Click to expand commit body
Don't have contacts popover affect appearance of Share/Unshare button
Julia
created
2 years ago
14ef0ed
Don't have contacts popover affect appearance of Share/Unshare button
Julia
created
2 years ago
233cd80
Merge pull request #2381 from zed-industries/fix-buffer-latency
Click to expand commit body
Send buffer operations in batches to reduce latency
Max Brunsfeld
created
2 years ago
5d73e64
Delete pull_request_template.md
Max Brunsfeld
created
2 years ago
1f28440
Send buffer operations in batches to reduce latency
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra
and
Max Brunsfeld
created
2 years ago
f5a2534
Merge pull request #2380 from zed-industries/show-followers-full-color
Click to expand commit body
Unconditionally display followers in full color
Julia
created
2 years ago
61f4f8a
Unconditionally display followers in full color
Julia
created
2 years ago
Antonio Scandurra
created
2 years ago
38ab6b1
Make production code compile again
Antonio Scandurra
created
2 years ago
bed9445
Avoid calling `focus_in` when creating window
Click to expand commit body
This is redundant because when creating a window we will receive
an activation event if the window was effectively focused. And if
it wasn't, we shouldn't call `focus_in`.
Antonio Scandurra
created
2 years ago
1dcd471
Select language based on a file's first content line in addition to its path
Max Brunsfeld
created
2 years ago
ebe5725
Add tab tooltips
Joseph Lyons
created
2 years ago
3569c61
Minimize randomized test failures before reporting issues
Max Brunsfeld
created
2 years ago
5c3da91
Report randomized test failures to zed.dev, to create issues in linear
Max Brunsfeld
created
2 years ago
c329546
Extract randomized test CI process into a script
Max Brunsfeld
created
2 years ago
253411b
Start work randomized test runner GH action workflow
Max Brunsfeld
created
2 years ago
e655a6c
Merge pull request #2375 from zed-industries/worktree-scan-id-fix
Click to expand commit body
Always bump worktree's scan_id when refreshing an entry
Max Brunsfeld
created
2 years ago
f09e21a
WIP: force using (at least) a window context to update views
Antonio Scandurra
created
2 years ago
a820862
Take `WindowContext` in `workspace::ItemHandle` methods
Antonio Scandurra
created
2 years ago
a8e75a9
Remove weak handle from EditorElement to Editor
Antonio Scandurra
created
2 years ago
060242a
Take a `WindowContext` in `StatusItemViewHandle::set_active_pane_item`
Antonio Scandurra
created
2 years ago
2652f65
Fix `handle_window_activation_effect` updating the wrong view
Antonio Scandurra
created
2 years ago
98dce89
Pass `WindowContext` to `ViewHandle::is_focused`
Antonio Scandurra
created
2 years ago
74ca223
Fix formatting for the entire workspace
Antonio Scandurra
created
2 years ago
Page 11 of 185