Max Brunsfeld
|
47a8e4222a
|
Don't allow multiple concurrent formatting requests for the same buffer
Co-authored-by: Nathan Sobo <nathan@zed.dev>
|
2022-10-06 17:03:38 -07:00 |
|
Max Brunsfeld
|
4508d94a3e
|
In deterministic executor, ensure fake timers are ordered by wake time
Previously, advancing the clock would fail to wake a timer that was
set *after* another time whose wake time had not yet arrived.
|
2022-10-06 17:03:23 -07:00 |
|
Max Brunsfeld
|
8411d886ac
|
Fix multi-line string formatting in editor_test.rs
|
2022-10-06 15:13:29 -07:00 |
|
Max Brunsfeld
|
17ed80f74d
|
Merge pull request #1691 from zed-industries/move-tests
Organize buffer and editor tests
|
2022-10-06 13:39:54 -07:00 |
|
Max Brunsfeld
|
63e1c839fe
|
Rename language::tests -> language::buffer_tests
|
2022-10-06 13:32:49 -07:00 |
|
Max Brunsfeld
|
b6525e9164
|
Extract editor tests to their own file
|
2022-10-06 13:32:34 -07:00 |
|
Max Brunsfeld
|
c0ee8dc007
|
Merge pull request #1689 from zed-industries/optimize-buffer-diff
Apply buffer diff edits as a single batch
|
2022-10-06 12:28:42 -07:00 |
|
Max Brunsfeld
|
fe7a39ba5c
|
Apply buffer diff edits as a single batch
|
2022-10-06 11:54:28 -07:00 |
|
Max Brunsfeld
|
51fa06cc8d
|
Merge pull request #1404 from zed-industries/html-support
Basic html support
|
2022-10-06 10:32:44 -07:00 |
|
Joseph T. Lyons
|
edf4c3ec00
|
Add Discord webhook for published releases (#1684)
|
2022-10-05 21:22:53 -04:00 |
|
Max Brunsfeld
|
b7e115a6a1
|
Add a test for multi-language auto-indent
|
2022-10-05 17:59:31 -07:00 |
|
Max Brunsfeld
|
7fb5fe036a
|
Derive indent size from the language at the cursor when auto-indenting
|
2022-10-05 17:07:35 -07:00 |
|
Max Brunsfeld
|
8b86781ad1
|
Remove last usages of MultiBufferSnapshot::language
|
2022-10-05 14:44:34 -07:00 |
|
Max Brunsfeld
|
aa86806408
|
Finish generalizing ToggleComments to support block comments
|
2022-10-05 12:25:32 -07:00 |
|
Max Brunsfeld
|
d9fb8c90d8
|
Start work on toggling block comments for HTML
|
2022-10-04 17:27:03 -07:00 |
|
Julia
|
836b536a90
|
Merge pull request #1632 from zed-industries/git-gutter
Tracking PR: Git gutter
|
2022-10-04 15:12:28 -04:00 |
|
Julia
|
2bd947d4d0
|
Use correct start row for hunk retrieval & correct paint offset
Co-Authored-By: Joseph Lyons <joseph@zed.dev>
|
2022-10-04 15:04:42 -04:00 |
|
Max Brunsfeld
|
b5d941b10c
|
0.58.0
|
2022-10-04 11:43:52 -07:00 |
|
Max Brunsfeld
|
218ba81013
|
Fix autoclose error when cursor was at column 0
|
2022-10-03 17:44:18 -07:00 |
|
Mikayla Maki
|
499e95d16a
|
Removed debugs, simplified settings
|
2022-10-03 17:43:05 -07:00 |
|
Mikayla Maki
|
6f7547d28f
|
Fixed a couple bugs in tests and worktree path handling
|
2022-10-03 17:18:38 -07:00 |
|
Max Brunsfeld
|
c354b9b959
|
Add assertions to test for autoclose with embedded languages
|
2022-10-03 13:24:37 -07:00 |
|
Max Brunsfeld
|
841ba405f0
|
Merge pull request #1680 from zed-industries/telemetry-tweaks
Telemetry tweaks
|
2022-10-03 13:08:05 -07:00 |
|
Julia
|
6f6d72890a
|
Once again respect user settings for git gutter
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
|
2022-10-03 15:42:30 -04:00 |
|
Max Brunsfeld
|
f3d83631ef
|
Remove unnecessary min_id_length option from amplitude requests
|
2022-10-03 12:13:27 -07:00 |
|
Julia
|
e6487de069
|
Rename head text to indicate that it's not always going to be from head
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
|
2022-10-03 15:11:06 -04:00 |
|
Julia
|
a5c2f22bf7
|
Move git gutter settings out of editor settings
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
|
2022-10-03 14:53:33 -04:00 |
|
Max Brunsfeld
|
06813be5c8
|
Mark platform as "Zed" for telemetry events from the app
Co-authored-by: Joseph Lyons <joseph@zed.dev>
|
2022-10-03 11:05:45 -07:00 |
|
Julia
|
8f4b3c3493
|
Store repo content path as absolute
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
|
2022-10-03 14:00:58 -04:00 |
|
Max Brunsfeld
|
4477f95ee6
|
Set staff user property in telemetry
Co-authored-by: Joseph Lyons <joseph@zed.dev>
|
2022-10-03 10:52:57 -07:00 |
|
Julia
|
9427bb7553
|
Be clearer about using GitFilesIncluded setting
|
2022-10-03 11:58:48 -04:00 |
|
Mikayla Maki
|
01176e04b7
|
Added clarification for git gutter settings
|
2022-10-02 18:42:03 -07:00 |
|
Mikayla Maki
|
c237075102
|
Touched up settings text
|
2022-10-02 18:35:19 -07:00 |
|
Mikayla Maki
|
0f1d71c38f
|
Merge branch 'main' into git-gutter
|
2022-10-02 18:03:50 -07:00 |
|
Mikayla Maki
|
56b4162023
|
Fix stray merge failure
|
2022-10-02 18:02:25 -07:00 |
|
Antonio Scandurra
|
fd42811ef1
|
Cache CGEventSource and avoid leaking CGEvent when handling events
|
2022-10-02 18:01:49 -07:00 |
|
Max Brunsfeld
|
34926abe83
|
0.57.0
|
2022-10-02 18:01:49 -07:00 |
|
Max Brunsfeld
|
1aa554f4c9
|
Fix FakeServer to expect new GetPrivateUserInfo request
|
2022-10-02 18:01:49 -07:00 |
|
Mikayla Maki
|
52dbf2f9b8
|
add proto stuff
|
2022-10-02 18:01:37 -07:00 |
|
Mikayla Maki
|
5769cdc354
|
made git diff rendering respect line wrap
|
2022-10-02 18:00:13 -07:00 |
|
Julia
|
7f84abaf13
|
Increment protocol version again for previous commit
|
2022-10-02 14:11:35 -04:00 |
|
Mikayla Maki
|
512f817e2f
|
Added proto messages for updating the head text
|
2022-10-01 18:18:35 -07:00 |
|
Mikayla Maki
|
8c24c858c9
|
Touched up comments
|
2022-09-30 17:36:22 -07:00 |
|
Mikayla Maki
|
a1299d9b68
|
Fixed 1 test
|
2022-09-30 17:34:14 -07:00 |
|
Mikayla Maki
|
af0974264c
|
Refactored git repository code to seperate out repository entry tracking data and git2 mocking code.
Co-authored-by: Max <max@zed.dev>
Co-authored-by: Julia <julia@zed.dev>
|
2022-09-30 17:33:34 -07:00 |
|
Julia
|
c95646a298
|
WIP Start refactoring separation of concerns for repo metadata
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
|
2022-09-30 18:25:25 -04:00 |
|
Julia
|
42b7820dbb
|
Perform git diff on remote buffer open
|
2022-09-30 18:05:09 -04:00 |
|
Julia
|
ce7f6dd082
|
Start a test for remote git data updating
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
Co-Authored-By: Max Brunsfeld <max@zed.dev>
|
2022-09-30 15:51:32 -04:00 |
|
Julia
|
6540936970
|
Fix some panics in tests
|
2022-09-30 13:51:54 -04:00 |
|
Julia
|
1c5d15b85e
|
Use sumtree instead of iterator linear search for diff hunks in range
Co-Authored-By: Max Brunsfeld <max@zed.dev>
Co-Authored-By: Mikayla Maki <mikayla@zed.dev>
|
2022-09-30 13:32:54 -04:00 |
|