Mikayla Maki
|
1a277e97c1
|
Merge pull request #2317 from zed-industries/fix-titlebar-right-spacing
Fix misaligned UI in the right titlebar
|
2023-03-23 13:19:49 -07:00 |
|
Mikayla Maki
|
588926e16b
|
Merge pull request #2315 from zed-industries/fix-fold-indicator-offsets
Fix fold indicator offsets
|
2023-03-23 13:19:39 -07:00 |
|
Joseph Lyons
|
63b9c5576a
|
v0.79.x preview
|
2023-03-22 16:30:12 -04:00 |
|
Julia
|
df553de363
|
Merge pull request #2314 from zed-industries/another-one
Remove another spot with a flag old npm does not like
|
2023-03-22 15:56:23 -04:00 |
|
Julia
|
4fc37cf982
|
Remove another spot with a flag old npm does not like
|
2023-03-22 15:40:51 -04:00 |
|
Joseph T. Lyons
|
bd85ef363f
|
Merge pull request #2312 from zed-industries/unkown
Fix typo in "Unknown" language
|
2023-03-22 11:20:18 -04:00 |
|
Nathan Sobo
|
e017b99384
|
Fix typo
|
2023-03-22 09:13:10 -06:00 |
|
Antonio Scandurra
|
005eb559ee
|
Merge pull request #2310 from zed-industries/fix-sharing-status-indicator
Remove screen sharing indicator when call ends
|
2023-03-22 09:40:23 +01:00 |
|
Antonio Scandurra
|
7df798ded5
|
Remove screen sharing indicator when call ends
Previously, we would only remove it when the screen sharing stopped.
|
2023-03-22 09:32:27 +01:00 |
|
Antonio Scandurra
|
194c7a3af0
|
Merge pull request #2309 from zed-industries/suggestion-map
Introduce `DisplayMap::replace_suggestion`
|
2023-03-21 18:18:50 +01:00 |
|
Antonio Scandurra
|
2893c9bdb7
|
Don't move up/down by more rows than the requested ones
Co-Authored-By: Max Brunsfeld <max@zed.dev>
|
2023-03-21 17:52:53 +01:00 |
|
Antonio Scandurra
|
f7cba4cec4
|
Make Suggestion fields public
|
2023-03-21 16:51:33 +01:00 |
|
Antonio Scandurra
|
ba3913df8c
|
Expose a DisplayMap::replace_suggestion method
|
2023-03-21 16:41:54 +01:00 |
|
Antonio Scandurra
|
9c8732a355
|
Integrate SuggestionMap into the rest of DisplayMap
|
2023-03-21 16:39:02 +01:00 |
|
Antonio Scandurra
|
d1978a719b
|
Add a version field to SuggestionSnapshot
|
2023-03-21 12:47:04 +01:00 |
|
Antonio Scandurra
|
3d165f705f
|
Extract a SuggestionMap::randomly_mutate method
|
2023-03-21 11:51:06 +01:00 |
|
Antonio Scandurra
|
35830a0271
|
Implement SuggestionSnapshot::to_{fold,suggestion}_point
|
2023-03-21 11:39:29 +01:00 |
|
Antonio Scandurra
|
d448a5cb5c
|
Implement SuggestionSnapshot::to_point
|
2023-03-21 11:28:36 +01:00 |
|
Antonio Scandurra
|
f829ce5641
|
Implement SuggestionSnapshot::to_offset
|
2023-03-21 11:28:33 +01:00 |
|
Antonio Scandurra
|
c0e124a55a
|
Implement SuggestionSnapshot::text_summary_for_range
|
2023-03-21 11:28:30 +01:00 |
|
Antonio Scandurra
|
52a156aebe
|
Implement SuggestionSnapshot::clip_point
|
2023-03-21 11:28:27 +01:00 |
|
Antonio Scandurra
|
ccb6196224
|
Implement SuggestionSnapshot::buffer_rows
|
2023-03-21 11:28:23 +01:00 |
|
Antonio Scandurra
|
1a9dbfa86a
|
Add unit test to verify basic properties of the SuggestionMap
|
2023-03-21 08:29:33 +01:00 |
|
Joseph T. Lyons
|
8c0dd887ff
|
Merge pull request #2299 from zed-industries/correct-verb-tense-in-default-settings
Correct verb tense in default settings
|
2023-03-20 14:50:46 -04:00 |
|
Antonio Scandurra
|
3edf83cb99
|
Implement SuggestionSnapshot::line_len
Co-Authored-By: Max Brunsfeld <max@zed.dev>
|
2023-03-20 19:45:39 +01:00 |
|
Antonio Scandurra
|
f44549eb29
|
Enhance randomized test to verify SuggestionMap::{chunks,sync}
Co-Authored-By: Max Brunsfeld <max@zed.dev>
|
2023-03-20 19:29:22 +01:00 |
|
Antonio Scandurra
|
4d6726ef39
|
WIP: Flesh out more of the suggestions randomized test
|
2023-03-20 18:06:24 +01:00 |
|
Petros Amoiridis
|
98ae69a61f
|
Merge pull request #2282 from zed-industries/petros/z-283-make-pop-up-positioning-consistent
Consistent pop-up menu positions
|
2023-03-20 17:55:40 +02:00 |
|
Petros Amoiridis
|
24bbca7326
|
Position pane new, split, and dock context menus
Co-Authored-By: Julia <30666851+ForLoveOfCats@users.noreply.github.com>
|
2023-03-20 17:49:33 +02:00 |
|
Nathan Sobo
|
d429ce0f62
|
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
|
2023-03-20 09:14:34 -06:00 |
|
Nathan Sobo
|
10e6c5b651
|
Use an envelope as the feedback icon
This makes room to use the speech bubble for discussion threads.
|
2023-03-20 09:04:30 -06:00 |
|
Antonio Scandurra
|
9970e5f60c
|
Start on randomized test and add SuggestionMapSnapshot::chunks
|
2023-03-20 15:56:15 +01:00 |
|
Antonio Scandurra
|
fb48854e5a
|
Simplify signature of SuggestionMap::replace
|
2023-03-20 14:00:14 +01:00 |
|
Antonio Scandurra
|
83051f1e86
|
Add SuggestionMap::replace
|
2023-03-20 13:50:14 +01:00 |
|
Antonio Scandurra
|
94a9e28e35
|
Start on SuggestionMap
|
2023-03-20 13:22:14 +01:00 |
|
Mikayla Maki
|
2a024a255f
|
Merge pull request #2307 from zed-industries/fix-panic-in-editor-tab-content
Do UTF8-aware truncation on long item names in editor item
|
2023-03-18 15:49:06 -07:00 |
|
Mikayla Maki
|
436c59d8ef
|
Do UTF8-aware truncation on long item names in editor item
|
2023-03-18 15:44:23 -07:00 |
|
Mikayla Maki
|
5356ec4730
|
Merge pull request #2287 from zed-industries/fix-fold-range-finding
Fix code folds with wraps
|
2023-03-17 17:18:56 -07:00 |
|
Mikayla Maki
|
5a3d5dff42
|
Make folds tab aware
|
2023-03-17 17:14:40 -07:00 |
|
Mikayla Maki
|
c39b4ac229
|
Fix boundary condition in buffer_line_len when at the end of a file
co-authored-by: max <max@zed.dev>
|
2023-03-17 16:56:44 -07:00 |
|
Mikayla Maki
|
5a1bbb96ba
|
Merge pull request #2302 from zed-industries/fix-dispatch-path-panic
Align dispatch_keystroke with other uses of ancestors iterator
|
2023-03-17 16:34:00 -07:00 |
|
Mikayla Maki
|
b16e53a577
|
Merge pull request #2306 from zed-industries/fix-panic-with-multi-line-env
Parse user enviroment using null terminators instead of newlines
|
2023-03-17 16:18:05 -07:00 |
|
Mikayla Maki
|
109e17b4b2
|
Parse user enviroment using null terminators instead of newlines
|
2023-03-17 16:14:07 -07:00 |
|
Mikayla Maki
|
eba119b914
|
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>
|
2023-03-17 16:00:22 -07:00 |
|
Max Brunsfeld
|
fc828971f1
|
collab 0.8.2
|
2023-03-17 15:00:31 -07:00 |
|
Max Brunsfeld
|
691383ca68
|
Merge pull request #2305 from zed-industries/faster-access-token-validation
Faster access token validation
|
2023-03-17 14:56:30 -07:00 |
|
Max Brunsfeld
|
b8e8363a72
|
Add logging and metric for time spent hashing auth tokens
Co-authored-by: Mikayla Maki <mikayla@zed.dev>
|
2023-03-17 14:32:13 -07:00 |
|
Max Brunsfeld
|
623133ffa0
|
Reduce scrypt work factor to speed up websocket authentication
Co-authored-by: Mikayla Maki <mikayla@zed.dev>
|
2023-03-17 14:31:39 -07:00 |
|
Max Brunsfeld
|
9633a4b527
|
Return a 400, not a 500 when token validation fails
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
|
2023-03-17 13:56:12 -07:00 |
|
Mikayla Maki
|
459e320d79
|
Merge pull request #2303 from zed-industries/add-unknown-language
Add an 'Unknown' state for a mouse-driven way to select a file language
|
2023-03-17 11:41:40 -07:00 |
|