Max Brunsfeld
|
bb0257bbac
|
Merge branch 'main' into no-panic-uploads-in-debug
|
2023-03-03 12:02:44 -08:00 |
|
Max Brunsfeld
|
124aa74b03
|
Merge pull request #2234 from zed-industries/error-on-combined-injections-in-injections
Fix range relativization when combined injections occur inside of other injections
|
2023-03-03 11:58:13 -08:00 |
|
Petros Amoiridis
|
a2f75eb031
|
Merge pull request #2240 from zed-industries/petros/update-setup-instructions
Add missing steps to the setup instructions
|
2023-03-03 11:47:38 -08:00 |
|
Petros Amoiridis
|
6194c5df16
|
Add missing steps to the setup instructions
|
2023-03-03 11:36:26 -08:00 |
|
Max Brunsfeld
|
d14b684237
|
Merge pull request #2236 from zed-industries/avoid-clobbering-panic-file
Avoid clobbering panic files when they happen at the same time
|
2023-03-03 11:15:48 -08:00 |
|
Max Brunsfeld
|
7a8cba0544
|
Merge pull request #2227 from zed-industries/strip-trailing-whitespace
Add settings to normalize whitespace on save
|
2023-03-03 11:15:32 -08:00 |
|
Julia
|
3b6f66791f
|
Merge pull request #2238 from zed-industries/subpixel-variant-incorrectly-wrapping
Avoid wrapping to the 0th glyph variant when the 4th should be used
|
2023-03-03 13:13:34 -05:00 |
|
Julia
|
9311e01271
|
Avoid wrapping to the 0th glyph variant when the 4th should be used
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
|
2023-03-03 10:04:44 -08:00 |
|
Nate Butler
|
6d068e926b
|
Merge pull request #2237 from zed-industries/revert-2232-tab-bar-background-focus-drag
Revert "Avoid tab bar background activating an item at the end of a tab drag"
|
2023-03-03 09:49:55 -08:00 |
|
Nate Butler
|
6854063d0b
|
Revert "Avoid tab bar background activating an item at the end of a tab drag"
|
2023-03-03 09:47:58 -08:00 |
|
Max Brunsfeld
|
a598f0b13c
|
Avoid clobbering panic files when they happen at the same time
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
|
2023-03-02 20:51:29 -08:00 |
|
Max Brunsfeld
|
eb6088701e
|
Don't upload panic files when running in a PTY
|
2023-03-02 20:32:49 -08:00 |
|
Mikayla Maki
|
24ba47e75d
|
Merge pull request #2230 from zed-industries/fix-tab-x
Fix tab bar x
|
2023-03-02 19:48:08 -08:00 |
|
Mikayla Maki
|
9f86ca8574
|
Update tabBar.ts
|
2023-03-02 15:48:31 -08:00 |
|
Julia
|
bc2ea58c6a
|
Merge pull request #2232 from zed-industries/tab-bar-background-focus-drag
Avoid tab bar background activating an item at the end of a tab drag
|
2023-03-02 16:18:04 -05:00 |
|
Julia
|
b343e8056a
|
Avoid tab bar background activating an item at the end of a tab drag
|
2023-03-02 13:06:58 -08:00 |
|
Max Brunsfeld
|
a366ba19af
|
Fix range relativization when combined injections occur inside of other injections
For example, ERB template inside of a markdown code block
Co-authored-by: Antonio Scandurra <antonio@zed.dev>
|
2023-03-01 14:38:35 -08:00 |
|
Max Brunsfeld
|
70cb2fa8d7
|
Apply external command formatting if buffer has changed while computing it
|
2023-03-01 10:17:04 -08:00 |
|
Mikayla Maki
|
8734bd8435
|
Seperate out x-mark width
|
2023-03-01 00:18:45 -08:00 |
|
Mikayla Maki
|
34fbffb4cc
|
Fix tab bar x
|
2023-02-28 22:48:31 -08:00 |
|
Max Brunsfeld
|
368d2a73ea
|
Perform whitespace formatting regardless of whether buffer has a language server or path
|
2023-02-28 21:52:00 -08:00 |
|
Max Brunsfeld
|
e7b56f6342
|
adjust buffer-formatting assertion to reflect final newline addition
|
2023-02-28 21:52:00 -08:00 |
|
Max Brunsfeld
|
1deff43639
|
Avoid calling edits_since in apply_diff
|
2023-02-28 21:52:00 -08:00 |
|
Max Brunsfeld
|
a890b8f3b7
|
Add a setting for ensuring a single final newline on save
|
2023-02-28 21:52:00 -08:00 |
|
Max Brunsfeld
|
7faa0da5c7
|
Avoid finalizing transactions inside Buffer::apply_diff
|
2023-02-28 21:52:00 -08:00 |
|
Max Brunsfeld
|
ff85bc6d42
|
Add setting for removing trailing whitespace on save
|
2023-02-28 21:52:00 -08:00 |
|
Max Brunsfeld
|
b00e467ede
|
Add APIs for stripping trailing whitespace from a buffer
|
2023-02-28 21:52:00 -08:00 |
|
Mikayla Maki
|
2e1adb0724
|
Merge pull request #2229 from zed-industries/fix-click-range-bug
Fix off by one error in click ranges
|
2023-02-28 20:33:00 -08:00 |
|
Mikayla Maki
|
269df10a16
|
Fix off by one error in click ranges
|
2023-02-28 20:27:34 -08:00 |
|
Mikayla Maki
|
8358efbd6c
|
Merge pull request #2228 from zed-industries/make-folds-show-on-active-lines
Made code fold indicators show up on active line indicators
|
2023-02-28 20:01:09 -08:00 |
|
Mikayla Maki
|
dc11d2726e
|
Made code fold indicators show up on active line indicators
|
2023-02-28 19:53:53 -08:00 |
|
Mikayla Maki
|
41d3c5287b
|
Merge pull request #2220 from zed-industries/add-fold-indicators
Add code folding indicators into the gutter.
|
2023-02-28 17:30:17 -08:00 |
|
Mikayla Maki
|
2198c295b3
|
Fix comments
|
2023-02-28 17:25:35 -08:00 |
|
Mikayla Maki
|
6cf62a5b02
|
Update tests to use new fold indicator
|
2023-02-28 17:17:29 -08:00 |
|
Mikayla Maki
|
f8401394f5
|
Removed DisplayRow abstraction
|
2023-02-28 17:12:48 -08:00 |
|
Mikayla Maki
|
b53d1eef71
|
Added background styling of the ...
|
2023-02-28 16:35:44 -08:00 |
|
Mikayla Maki
|
c397fd9a71
|
Added click regions and cursor styles
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
9b8adecf05
|
Adjusted code-folding behavior
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
e0f553c0f5
|
WIp
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
37a2ef9d41
|
Make chevrons and lightning bolt interactive
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
89b93d4f6f
|
Added fold changes on gutter hover
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
2036fc48b5
|
moved code action indicator to the left
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
cb3e873a67
|
Fixed autoscroll timing
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
da78abd99f
|
Added DisplayRow abstraction to make folding code more readable
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
637e8ada42
|
Fix bugs in code folding
|
2023-02-28 16:34:28 -08:00 |
|
Mikayla Maki
|
e3061066c9
|
Add code folding indicators into the gutter.
|
2023-02-28 16:34:28 -08:00 |
|
Nate Butler
|
514da604d7
|
Merge pull request #2223 from zed-industries/nate/extend-syntax
Extend syntax styles available in the theme
|
2023-02-28 11:26:47 -05:00 |
|
Nate Butler
|
b9811e48e4
|
One family tune up + tidy
|
2023-02-28 11:20:16 -05:00 |
|
Nate Butler
|
fb69611568
|
Fix order of template_substitution in highlights.scm
|
2023-02-28 11:19:55 -05:00 |
|
Nate Butler
|
a8a045e8bf
|
Merge branch 'main' into nate/extend-syntax
|
2023-02-28 11:07:35 -05:00 |
|