Commit log
566a04e
Merge pull request #2311 from zed-industries/petros/z-279-add-terminals-count
Click to expand commit body
Add terminals count
Petros Amoiridis
created
2 years ago
f9d3963
Merge pull request #2315 from zed-industries/fix-fold-indicator-offsets
Click to expand commit body
Fix fold indicator offsets
Mikayla Maki
created
2 years ago
e87c3b6
Update element.rs
Click to expand commit body
remove spare parens
Mikayla Maki
created
2 years ago
e729c4a
Fix fold indicator offsets
Mikayla Maki
created
2 years ago
361b7c3
Clear auto-indent requests when replacing a buffer's entire text
Max Brunsfeld
created
2 years ago
eaee557
Use a more stable, readable serialization format for neovim-backed vim tests
Max Brunsfeld
created
2 years ago
Joseph Lyons
created
2 years ago
df553de
Merge pull request #2314 from zed-industries/another-one
Click to expand commit body
Remove another spot with a flag old npm does not like
Julia
created
2 years ago
4fc37cf
Remove another spot with a flag old npm does not like
Julia
created
2 years ago
9d88cd8
Unify spelling of `key binding` to be two words
Joseph Lyons
created
2 years ago
Petros Amoiridis
created
2 years ago
bd1515c
Only show count when we have terminals
Click to expand commit body
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>
Petros Amoiridis
and
Mikayla Maki
created
2 years ago
bd85ef3
Merge pull request #2312 from zed-industries/unkown
Click to expand commit body
Fix typo in "Unknown" language
Joseph T. Lyons
created
2 years ago
Nathan Sobo
created
2 years ago
15406ff
Remove comment
Petros Amoiridis
created
2 years ago
d5bb2d1
Introduce terminal button count
Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
Petros Amoiridis
and
Antonio Scandurra
created
2 years ago
Petros Amoiridis
created
2 years ago
005eb55
Merge pull request #2310 from zed-industries/fix-sharing-status-indicator
Click to expand commit body
Remove screen sharing indicator when call ends
Antonio Scandurra
created
2 years ago
7df798d
Remove screen sharing indicator when call ends
Click to expand commit body
Previously, we would only remove it when the screen sharing stopped.
Antonio Scandurra
created
2 years ago
c1f5335
Remove unnecessary Arc around background scanner's snapshot
Max Brunsfeld
created
2 years ago
f7b2713
Fix error in joining empty paths
Max Brunsfeld
created
2 years ago
5da2b12
Allow refreshing worktree entries while the initial scan is in-progress
Max Brunsfeld
created
2 years ago
b10b0db
Only mutate background snapshot in the background scanner
Max Brunsfeld
created
2 years ago
d742c75
Restructure communication from BackgroundScanner to LocalWorktree
Click to expand commit body
The worktree no longer pulls the background snapshot from the background scanner.
Instead, the background scanner sends both snapshots to the worktree. Along with
these, it sends the path change sets.
Also, add randomized test coverage for the worktree UpdatedEntries events.
Max Brunsfeld
created
2 years ago
cbeb6e6
Move postage crate version specification to workspace Cargo.toml
Max Brunsfeld
created
2 years ago
d36b2a3
:art: Simplify some worktree methods
Click to expand commit body
* Consolidate local worktree construction into one method
* Simplify remote worktree construction
* Reduce indirection around pulling worktree snapshots from the background
Max Brunsfeld
created
2 years ago
399f082
Update wrong assertions after fixing missing event in FakeFs
Max Brunsfeld
created
2 years ago
51b0931
Add missing import in project tests
Max Brunsfeld
created
2 years ago
27ad6a5
Tweak logging in worktree randomized test
Max Brunsfeld
created
2 years ago
c730dca
Update worktree randomized test to use worktree's public interface and the fake fs
Max Brunsfeld
created
2 years ago
be5868e
Conservatively report fs events that occurred during initial worktree scan
Click to expand commit body
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Max Brunsfeld
and
Nathan Sobo
created
2 years ago
61172c8
Notify language servers of FS changes
Max Brunsfeld
created
2 years ago
9837a6e
Add failing test for reporting FS change events to language servers
Max Brunsfeld
created
2 years ago
194c7a3
Merge pull request #2309 from zed-industries/suggestion-map
Click to expand commit body
Introduce `DisplayMap::replace_suggestion`
Antonio Scandurra
created
2 years ago
2893c9b
Don't move up/down by more rows than the requested ones
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra
and
Max Brunsfeld
created
2 years ago
f7cba4c
Make `Suggestion` fields public
Antonio Scandurra
created
2 years ago
ba3913d
Expose a `DisplayMap::replace_suggestion` method
Antonio Scandurra
created
2 years ago
9c8732a
Integrate `SuggestionMap` into the rest of `DisplayMap`
Antonio Scandurra
created
2 years ago
d1978a7
Add a `version` field to `SuggestionSnapshot`
Antonio Scandurra
created
2 years ago
3d165f7
Extract a `SuggestionMap::randomly_mutate` method
Antonio Scandurra
created
2 years ago
35830a0
Implement `SuggestionSnapshot::to_{fold,suggestion}_point`
Antonio Scandurra
created
2 years ago
d448a5c
Implement `SuggestionSnapshot::to_point`
Antonio Scandurra
created
2 years ago
f829ce5
Implement `SuggestionSnapshot::to_offset`
Antonio Scandurra
created
2 years ago
c0e124a
Implement `SuggestionSnapshot::text_summary_for_range`
Antonio Scandurra
created
2 years ago
52a156a
Implement `SuggestionSnapshot::clip_point`
Antonio Scandurra
created
2 years ago
ccb6196
Implement `SuggestionSnapshot::buffer_rows`
Antonio Scandurra
created
2 years ago
1a9dbfa
Add unit test to verify basic properties of the `SuggestionMap`
Antonio Scandurra
created
2 years ago
8c0dd88
Merge pull request #2299 from zed-industries/correct-verb-tense-in-default-settings
Click to expand commit body
Correct verb tense in default settings
Joseph T. Lyons
created
2 years ago
3edf83c
Implement `SuggestionSnapshot::line_len`
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra
and
Max Brunsfeld
created
2 years ago
f44549e
Enhance randomized test to verify `SuggestionMap::{chunks,sync}`
Click to expand commit body
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra
and
Max Brunsfeld
created
2 years ago
Page 7 of 173