Commit log
8e70e19
Avoid unwrapping when computing tab description
Click to expand commit body
A bug caused the assumptions of this method to be violated. We will fix that in the next commit, but we want to be more conservative in our assumptions here going forward.
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Nathan Sobo
and
Antonio Scandurra
created
3 years ago
1bb41b6
Go back to a compiling state and start running tests again
Antonio Scandurra
created
3 years ago
90d1d9a
WIP: add more trait bounds
Antonio Scandurra
created
3 years ago
bed0634
Total WIP - try making Db a generic struct instead of a trait
Max Brunsfeld
created
3 years ago
7e02ac7
Start work on using sqlite in tests
Max Brunsfeld
created
3 years ago
c0d67d9
Merge pull request #1868 from zed-industries/readd-search-match-highlight
Click to expand commit body
Update search match highlight and occurrence style
Nate Butler
created
3 years ago
d14dd27
Use a real database in tests, but block on db calls
Click to expand commit body
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
3 years ago
6b4dd2a
Update search match highlight and occurrence style
Nate Butler
created
3 years ago
9355d50
Fetch release branches before bumping zed minor versions
Max Brunsfeld
created
3 years ago
Max Brunsfeld
created
3 years ago
98461ea
Merge pull request #1865 from zed-industries/do-not-restrict-code-action-kinds
Click to expand commit body
Don't restrict which kind of code actions we ask the LSP server for
Julia
created
3 years ago
5707bae
Merge pull request #1866 from zed-industries/tweak-restart-zed-message
Click to expand commit body
Remove restart to update zed icon
Kay Simmons
created
3 years ago
bbeb685
remove unused comment
Kay Simmons
created
3 years ago
cea103e
remove dead comment
Kay Simmons
created
3 years ago
ad31c28
remove restart to update zed icon because it clashes with the no diagnostics icon
Kay Simmons
created
3 years ago
738893c
Split and move to pane working
Kay Simmons
created
3 years ago
6da04d0
Fix failure to load .env.toml in bootstrap script
Max Brunsfeld
created
3 years ago
7482660
Don't restrict which kind of code actions we ask the LSP server for
Julia
created
3 years ago
00123ff
Merge pull request #1864 from zed-industries/add-more-move-cursor
Click to expand commit body
Added more autoscroll behaviors
Mikayla Maki
created
3 years ago
53f8744
Tried alternate stratergy
Mikayla Maki
created
3 years ago
537d476
Added more autoscroll behaviors
Mikayla Maki
created
3 years ago
2f5004c
Add highlight query for ERB
Max Brunsfeld
created
3 years ago
7dcd6c9
Add randomized test for syntax map with combined injections
Max Brunsfeld
created
3 years ago
ea42bc3
Rename some sum_tree seek targets in SyntaxMap
Max Brunsfeld
created
3 years ago
d3ba769
Merge pull request #1862 from zed-industries/fix-catalina
Click to expand commit body
Weakly link ReplayKit to ensure this library can be used on macOS 10.15
Antonio Scandurra
created
3 years ago
3f1b959
Move weak linking into zed's build.rs
Antonio Scandurra
created
3 years ago
c183e85
Weakly link ReplayKit to ensure this library can be used on macOS 10.15
Antonio Scandurra
created
3 years ago
86f51ad
Fix panic in handling edits to combined injections
Max Brunsfeld
created
3 years ago
c838a7d
Get combined injections basically working
Click to expand commit body
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Co-authored-by: Mikayla Maki <mikayla@zed.dev>
Max Brunsfeld
,
Nathan Sobo
, and
Mikayla Maki
created
3 years ago
9abfa03
Handle project entry drop render & start fixing drag cancel issues
Click to expand commit body
Co-Authored-By: Kay Simmons <kay@zed.dev>
Julia
and
Kay Simmons
created
3 years ago
5efe2ed
Start work on handling combined injections in SyntaxMap
Max Brunsfeld
created
3 years ago
847376a
Start dragging project panel entries
Click to expand commit body
Co-Authored-By: Kay Simmons <kay@zed.dev>
Julia
and
Kay Simmons
created
3 years ago
1d6af4c
Merge pull request #1857 from zed-industries/fix-unicode-vim-left
Click to expand commit body
fixes issue with left motion in vim mode clipping incorrectly
Kay Simmons
created
3 years ago
b6c5c78
Addresses issue where left motion in vim mode would clip in the wrong direction
Kay Simmons
created
3 years ago
5acae09
Swap the color of diagnostic underlines to fix low contrast issue.
Nate Butler
created
3 years ago
4d7425f
Merge pull request #1845 from zed-industries/vim-dd-fix
Click to expand commit body
Vim dd fix
Kay Simmons
created
3 years ago
2497e7c
Merge pull request #1855 from zed-industries/make-app-a-user-property-in-mixpanel
Click to expand commit body
Make `App` a user property in Mixpanel
Joseph T. Lyons
created
3 years ago
474a5dd
Make `App` a user property in Mixpanel
Click to expand commit body
Currently, we cannot take advantage of Mixpanel's virtual session end events because they are associated with users, not events; this change moves the property onto users.
Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
Joseph T Lyons
and
Max Brunsfeld
created
3 years ago
Max Brunsfeld
created
3 years ago
927cfa4
Use Rust 1.65 in collab docker image
Max Brunsfeld
created
3 years ago
be6ee3c
Start work on ERB language support
Max Brunsfeld
created
3 years ago
7301ab4
Merge pull request #1854 from zed-industries/command-palette-improvements
Click to expand commit body
Improve styling of command palettes
Antonio Scandurra
created
3 years ago
0b231e5
Show placeholder text for pickers
Antonio Scandurra
created
3 years ago
08b8441
Avoid showing "No matches" when query is empty if there are no matches
Antonio Scandurra
created
3 years ago
aec8aec
Show the cursor right away when opening opening/focusing editors
Antonio Scandurra
created
3 years ago
5bcf991
Merge pull request #1853 from zed-industries/diagnostics-focus-loop
Click to expand commit body
Fix infinite focus transfer loop in project diagnostics
Max Brunsfeld
created
3 years ago
6076a3f
Fix infinite focus transfer loop in project diagnostics
Click to expand commit body
Co-authored-by: Kay Simmons <kay@zed.dev>
Max Brunsfeld
and
Kay Simmons
created
3 years ago
05389dc
Merge pull request #1844 from zed-industries/ruby
Click to expand commit body
Add support for Ruby
Max Brunsfeld
created
3 years ago
d222904
Add basic support for ruby
Click to expand commit body
Co-authored-by: Kay Simmons <kay@zed.dev>
Max Brunsfeld
and
Kay Simmons
created
3 years ago
9f3ea0c
Merge pull request #1851 from zed-industries/rust-let-else
Click to expand commit body
Bump tree-sitter-rust for let-else, let-chains
Max Brunsfeld
created
3 years ago
Page 2 of 137