Commit log
09f7e41
Merge pull request #2405 from zed-industries/fewer-context-traits
Click to expand commit body
Simplify traits for accessing app state uniformly across different kinds of contexts
Antonio Scandurra
created
2 years ago
7ca412a
Merge remote-tracking branch 'origin/main' into fewer-context-traits
Antonio Scandurra
created
2 years ago
a714502
Extract a named struct from text_layout::Line's style runs
Max Brunsfeld
created
2 years ago
3cb50ed
Merge pull request #2413 from zed-industries/project-search-focus
Click to expand commit body
Preserve previous focus when re-focusing project search
Max Brunsfeld
created
2 years ago
3db67a4
Preserve previous focus when re-focusing project search
Max Brunsfeld
created
2 years ago
c31a506
Merge pull request #2411 from zed-industries/rust-snippet-variable-completions
Click to expand commit body
Avoid treating snippet completions' details as their variable types
Max Brunsfeld
created
2 years ago
db276a4
Merge pull request #2412 from zed-industries/more-workspace-deps
Click to expand commit body
Specify more dependencies at the cargo workspace level, to avoid repeating versions
Max Brunsfeld
created
2 years ago
ebbe52e
:art: Specify more dependencies at the workspace level
Max Brunsfeld
created
2 years ago
dd3f6ff
Avoid treating snippet completions' details as their variable types
Max Brunsfeld
created
2 years ago
b76194d
Merge pull request #2409 from zed-industries/stale-excerpts
Click to expand commit body
Fix stale project diagnostic excerpts for guests
Max Brunsfeld
created
2 years ago
Click to expand commit body
Co-authored-by: Julia Risley <julia@zed.dev>
Max Brunsfeld
and
Julia Risley
created
2 years ago
a8ddba5
Send language server updates via the same task that sends buffer operations
Click to expand commit body
Co-authored-by: Julia Risley <julia@zed.dev>
Max Brunsfeld
and
Julia Risley
created
2 years ago
ce34bf6
Add failing test for diagnostic message ordering
Click to expand commit body
Co-authored-by: Julia Risley <julia@zed.dev>
Max Brunsfeld
and
Julia Risley
created
2 years ago
d2ba1ec
Merge pull request #2407 from zed-industries/lsp-log-view
Click to expand commit body
Add a simple language server log view
Max Brunsfeld
created
2 years ago
f3ada72
Avoid accidentally dropping subscription when detaching it
Max Brunsfeld
created
2 years ago
1793c5f
Upgrade tree-sitter-json
Max Brunsfeld
created
2 years ago
e7cb996
Improve the LSP log UI
Max Brunsfeld
created
2 years ago
6ed7f12
Persist LSP logs after log view is closed
Max Brunsfeld
created
2 years ago
6ef6f03
Update LspLog view to use new gpui APIs
Max Brunsfeld
created
2 years ago
a280a93
Start work on a language server log view
Max Brunsfeld
created
2 years ago
2dd4920
Add LanguageServer::on_io method, for observing JSON sent back and forth
Max Brunsfeld
created
2 years ago
abdccf7
Use a workspace dependency for the futures crate
Max Brunsfeld
created
2 years ago
d82cc49
Merge pull request #2408 from zed-industries/change-copilot-wording
Click to expand commit body
Change copilot wording to be more explicit
Mikayla Maki
created
2 years ago
c12e2ac
fix formatting
Mikayla Maki
created
2 years ago
c7874cf
Update copilot_button.rs
Mikayla Maki
created
2 years ago
c165fb9
Remove `ReadView` and `UpdateView` traits
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
2 years ago
a6115d9
Remove `UpdateModel` trait
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
2 years ago
a9417f3
Remove `ReadModelWith` trait
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
2 years ago
5f500d3
Remove `UpgradeModelHandle` trait
Click to expand commit body
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
2 years ago
b8fab6f
Remove `UpgradeViewHandle` trait
Click to expand commit body
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Antonio Scandurra
and
Nathan Sobo
created
2 years ago
455d383
Change copilot wording to be more explicit
Mikayla Maki
created
2 years ago
f10de10
Merge pull request #2406 from zed-industries/fix-nondeterministic-terminal-test
Click to expand commit body
Fix minor terminal bugs
Mikayla Maki
created
2 years ago
fa7f497
Remove unused import
Mikayla Maki
created
2 years ago
733abc9
Revert previous change
Mikayla Maki
created
2 years ago
616188c
Fix a bug where the character under a cursor could not reliably be selected
Mikayla Maki
created
2 years ago
8e0d359
Merge branch 'main' into fix-nondeterministic-terminal-test
Mikayla Maki
created
2 years ago
d841c37
Wire through the gutter, rather than implicitly adding it
Mikayla Maki
created
2 years ago
23932b7
Fixed non-deterministic test failure and made mouse to cell conversion work correctly
Mikayla Maki
created
2 years ago
06cb388
Merge pull request #2404 from zed-industries/fix-command-palette
Click to expand commit body
Stopgap: Fix missing actions in the command palette
Max Brunsfeld
created
2 years ago
e6604d1
Fix missing actions in the command palette
Click to expand commit body
Previously, the workspace view was on the stack when we were computing the
available actions, which excluded it. This is a stopgap. We should find a
better solution ASAP.
Nathan Sobo
created
2 years ago
Nathan Sobo
created
2 years ago
55db28e
Eliminate ReadModel trait
Nathan Sobo
created
2 years ago
5dac95c
Eliminate ReadView trait
Nathan Sobo
created
2 years ago
bce51c5
Merge pull request #2403 from zed-industries/into-element
Click to expand commit body
Rename Element to AnyElement, Drawable to Element, and make containers generic over any Element type
Nathan Sobo
created
2 years ago
993dbf8
Merge remote-tracking branch 'origin/main' into into-element
Nathan Sobo
created
2 years ago
09111b6
Merge pull request #2401 from zed-industries/simplify-context-lifetimes
Click to expand commit body
Remove unnecessary lifetime parameter from WindowContext
Nathan Sobo
created
2 years ago
caf3d5c
Fix more formatting
Nathan Sobo
created
2 years ago
c1810e8
Fix formatting
Nathan Sobo
created
2 years ago
fe492ea
Refine naming of element-related types and traits
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Nathan Sobo
and
Max Brunsfeld
created
2 years ago
03619df
Rename Drawable::boxed to into_element and make containers generic
Click to expand commit body
Multi-element are now generic over any drawable child, which can be converted
into an element.
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra
,
Nathan Sobo
, and
Max Brunsfeld
created
2 years ago
Page 8 of 185