aa5b89b
zed 0.79.1
Mikayla Maki created
aa5b89b
zed 0.79.1
Mikayla Maki created
0241e51
Merge pull request #2318 from zed-industries/fix-unknown-in-non-editor-buffers
changed language status bar item to only show on editors
Mikayla Maki created
1a277e9
Merge pull request #2317 from zed-industries/fix-titlebar-right-spacing
Fix misaligned UI in the right titlebar
Mikayla Maki created
588926e
Merge pull request #2315 from zed-industries/fix-fold-indicator-offsets
Fix fold indicator offsets
Mikayla Maki created
63b9c55
v0.79.x preview
Joseph Lyons created
df553de
Merge pull request #2314 from zed-industries/another-one
Remove another spot with a flag old npm does not like
Julia created
4fc37cf
Remove another spot with a flag old npm does not like
Julia created
bd85ef3
Merge pull request #2312 from zed-industries/unkown
Fix typo in "Unknown" language
Joseph T. Lyons created
e017b99
Fix typo
Nathan Sobo created
005eb55
Merge pull request #2310 from zed-industries/fix-sharing-status-indicator
Remove screen sharing indicator when call ends
Antonio Scandurra created
7df798d
Remove screen sharing indicator when call ends
Previously, we would only remove it when the screen sharing stopped.
Antonio Scandurra created
194c7a3
Merge pull request #2309 from zed-industries/suggestion-map
Introduce `DisplayMap::replace_suggestion`
Antonio Scandurra created
2893c9b
Don't move up/down by more rows than the requested ones
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra and Max Brunsfeld created
f7cba4c
Make `Suggestion` fields public
Antonio Scandurra created
ba3913d
Expose a `DisplayMap::replace_suggestion` method
Antonio Scandurra created
9c8732a
Integrate `SuggestionMap` into the rest of `DisplayMap`
Antonio Scandurra created
d1978a7
Add a `version` field to `SuggestionSnapshot`
Antonio Scandurra created
3d165f7
Extract a `SuggestionMap::randomly_mutate` method
Antonio Scandurra created
35830a0
Implement `SuggestionSnapshot::to_{fold,suggestion}_point`
Antonio Scandurra created
d448a5c
Implement `SuggestionSnapshot::to_point`
Antonio Scandurra created
f829ce5
Implement `SuggestionSnapshot::to_offset`
Antonio Scandurra created
c0e124a
Implement `SuggestionSnapshot::text_summary_for_range`
Antonio Scandurra created
52a156a
Implement `SuggestionSnapshot::clip_point`
Antonio Scandurra created
ccb6196
Implement `SuggestionSnapshot::buffer_rows`
Antonio Scandurra created
1a9dbfa
Add unit test to verify basic properties of the `SuggestionMap`
Antonio Scandurra created
8c0dd88
Merge pull request #2299 from zed-industries/correct-verb-tense-in-default-settings
Correct verb tense in default settings
Joseph T. Lyons created
3edf83c
Implement `SuggestionSnapshot::line_len`
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra and Max Brunsfeld created
f44549e
Enhance randomized test to verify `SuggestionMap::{chunks,sync}`
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Antonio Scandurra and Max Brunsfeld created
4d6726e
WIP: Flesh out more of the suggestions randomized test
Antonio Scandurra created
98ae69a
Merge pull request #2282 from zed-industries/petros/z-283-make-pop-up-positioning-consistent
Consistent pop-up menu positions
Petros Amoiridis created
24bbca7
Position pane new, split, and dock context menus
Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com>
Petros Amoiridis and Julia created
d429ce0
Merge pull request #2308 from zed-industries/feedback-icon
Use an envelope as the feedback icon so we can use the speech bubble for discussions
Nathan Sobo created
10e6c5b
Use an envelope as the feedback icon
This makes room to use the speech bubble for discussion threads.
Nathan Sobo created
9970e5f
Start on randomized test and add `SuggestionMapSnapshot::chunks`
Antonio Scandurra created
fb48854
Simplify signature of `SuggestionMap::replace`
Antonio Scandurra created
83051f1
Add `SuggestionMap::replace`
Antonio Scandurra created
94a9e28
Start on `SuggestionMap`
Antonio Scandurra created
2a024a2
Merge pull request #2307 from zed-industries/fix-panic-in-editor-tab-content
Do UTF8-aware truncation on long item names in editor item
Mikayla Maki created
436c59d
Do UTF8-aware truncation on long item names in editor item
Mikayla Maki created
5356ec4
Merge pull request #2287 from zed-industries/fix-fold-range-finding
Fix code folds with wraps
Mikayla Maki created
5a3d5df
Make folds tab aware
Mikayla Maki created
c39b4ac
Fix boundary condition in buffer_line_len when at the end of a file
co-authored-by: max <max@zed.dev>
Mikayla Maki and max created
5a1bbb9
Merge pull request #2302 from zed-industries/fix-dispatch-path-panic
Align dispatch_keystroke with other uses of ancestors iterator
Mikayla Maki created
b16e53a
Merge pull request #2306 from zed-industries/fix-panic-with-multi-line-env
Parse user enviroment using null terminators instead of newlines
Mikayla Maki created
109e17b
Parse user enviroment using null terminators instead of newlines
Mikayla Maki created
eba119b
Fix fold tests with new representation
Switch UI code from using display rows to using buffer rows Make folds only show up on lines with line layouts co-authored-by: Max <max@zed.dev>
Mikayla Maki and Max created
fc82897
collab 0.8.2
Max Brunsfeld created
691383c
Merge pull request #2305 from zed-industries/faster-access-token-validation
Faster access token validation
Max Brunsfeld created
b8e8363
Add logging and metric for time spent hashing auth tokens
Co-authored-by: Mikayla Maki <mikayla@zed.dev>
Max Brunsfeld and Mikayla Maki created
623133f
Reduce scrypt work factor to speed up websocket authentication
Co-authored-by: Mikayla Maki <mikayla@zed.dev>
Max Brunsfeld and Mikayla Maki created