ce18bed
zed 0.84.5
Mikayla Maki created
ce18bed
zed 0.84.5
Mikayla Maki created
5fcb296
Merge pull request #2453 from zed-industries/fix-click-fallthrough
Fixed clicks falling through the modal terminal
Mikayla Maki created
83ef9eb
Merge pull request #2443 from zed-industries/fix-vim-mode-rename
Avoid calling `update_window` twice in `blurred` event handler
Antonio Scandurra created
53c78ed
Merge pull request #2442 from zed-industries/filter-vim-commands
Filter out vim commands when vim mode is disabled
Antonio Scandurra created
5273cce
zed 0.84.4
Antonio Scandurra created
9e50435
Merge pull request #2439 from zed-industries/fix-keystrokes-for-action
Cache view's type id and keymap context into a separate map
Antonio Scandurra created
e724d7f
v0.84.x stable
Joseph Lyons created
7ad90fd
Merge pull request #2436 from zed-industries/close-window-end-call
Move methods querying window state into `AsyncAppContext`
Antonio Scandurra created
4df6b75
Merge pull request #2431 from zed-industries/fix-broken-contact-finder
Fix broken styling in contact finder
Antonio Scandurra created
1908d3c
zed 0.84.3
Antonio Scandurra created
b453123
Merge pull request #2430 from zed-industries/fix-toggle-contacts-panic
Fix panic when showing contacts popover via keybinding
Antonio Scandurra created
c3212e5
Merge pull request #2429 from zed-industries/fix-debug-elements-panic
Move `debug_elements` to `AsyncAppContext`
Antonio Scandurra created
1c7fb0f
zed 0.84.2
Max Brunsfeld created
df26ef9
Merge pull request #2418 from zed-industries/vim-inactive-window-crash
Fix vim mode crash when active editor changes in inactive window
Max Brunsfeld created
74d5e22
zed 0.84.1
Max Brunsfeld created
80efdb1
Merge pull request #2416 from zed-industries/outline-view-leaving-lines-highlighted
Remove highlighted rows when confirming outline view
Max Brunsfeld created
3f8415b
v0.84.x preview
Joseph Lyons created
a45282e
Merge pull request #2414 from zed-industries/spawn-weak-for-views
Pass a `WeakViewHandle` to `ViewContext::spawn`
Nathan Sobo created
6317e88
Don't allow strong view handles to be read/updated with an AsyncAppContext
This avoids an invitation to hold strong view handles across async await points, which is a common source of leaks. Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
689e878
Use a `WeakViewHandle` in `Client` for view message handlers
Antonio Scandurra created
57beec6
Allow direct read/update of `WeakViewHandle` only in `AsyncAppContext`
Antonio Scandurra created
2b6830c
Remove unnecessary calls to `WeakViewHandle::upgrade`
Antonio Scandurra created
94c2eaa
Replace `ViewContext::spawn` with `ViewContext::spawn_weak`
Antonio Scandurra created
09f7e41
Merge pull request #2405 from zed-industries/fewer-context-traits
Simplify traits for accessing app state uniformly across different kinds of contexts
Antonio Scandurra created
7ca412a
Merge remote-tracking branch 'origin/main' into fewer-context-traits
Antonio Scandurra created
3cb50ed
Merge pull request #2413 from zed-industries/project-search-focus
Preserve previous focus when re-focusing project search
Max Brunsfeld created
3db67a4
Preserve previous focus when re-focusing project search
Max Brunsfeld created
c31a506
Merge pull request #2411 from zed-industries/rust-snippet-variable-completions
Avoid treating snippet completions' details as their variable types
Max Brunsfeld created
db276a4
Merge pull request #2412 from zed-industries/more-workspace-deps
Specify more dependencies at the cargo workspace level, to avoid repeating versions
Max Brunsfeld created
ebbe52e
:art: Specify more dependencies at the workspace level
Max Brunsfeld created
dd3f6ff
Avoid treating snippet completions' details as their variable types
Max Brunsfeld created
b76194d
Merge pull request #2409 from zed-industries/stale-excerpts
Fix stale project diagnostic excerpts for guests
Max Brunsfeld created
7bd5185
:art:
Co-authored-by: Julia Risley <julia@zed.dev>
Max Brunsfeld and Julia Risley created
a8ddba5
Send language server updates via the same task that sends buffer operations
Co-authored-by: Julia Risley <julia@zed.dev>
Max Brunsfeld and Julia Risley created
ce34bf6
Add failing test for diagnostic message ordering
Co-authored-by: Julia Risley <julia@zed.dev>
Max Brunsfeld and Julia Risley created
d2ba1ec
Merge pull request #2407 from zed-industries/lsp-log-view
Add a simple language server log view
Max Brunsfeld created
f3ada72
Avoid accidentally dropping subscription when detaching it
Max Brunsfeld created
1793c5f
Upgrade tree-sitter-json
Max Brunsfeld created
e7cb996
Improve the LSP log UI
Max Brunsfeld created
6ed7f12
Persist LSP logs after log view is closed
Max Brunsfeld created
6ef6f03
Update LspLog view to use new gpui APIs
Max Brunsfeld created
a280a93
Start work on a language server log view
Max Brunsfeld created
2dd4920
Add LanguageServer::on_io method, for observing JSON sent back and forth
Max Brunsfeld created
abdccf7
Use a workspace dependency for the futures crate
Max Brunsfeld created
d82cc49
Merge pull request #2408 from zed-industries/change-copilot-wording
Change copilot wording to be more explicit
Mikayla Maki created
c12e2ac
fix formatting
Mikayla Maki created
c7874cf
Update copilot_button.rs
Mikayla Maki created
c165fb9
Remove `ReadView` and `UpdateView` traits
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
a6115d9
Remove `UpdateModel` trait
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created
a9417f3
Remove `ReadModelWith` trait
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra and Nathan Sobo created