Commit log

13212d2 Confirm restart if prompt-quit is enabled or there are unsaved changes

Julia created

b9110c9 Increase reconnect timeout

Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>

Julia and Antonio Scandurra created

b957387 Merge pull request #2243 from zed-industries/joseph/z-225-track-open-terminals

Click to expand commit body
Keep track of open terminals

Joseph T. Lyons created

3ec71a7 Keep track of open terminals

Click to expand commit body
Co-Authored-By: Petros Amoiridis <petros@hey.com>
Co-Authored-By: Mikayla Maki <mikayla.c.maki@gmail.com>

Joseph Lyons , Petros Amoiridis , and Mikayla Maki created

50682dc Merge pull request #2233 from zed-industries/fix-code-folding-initialization

Click to expand commit body
Initialize code fold indicators on buffer startup

Mikayla Maki created

2bca64f Merge pull request #2242 from zed-industries/mouse-event-handlers-yes

Click to expand commit body
Fix surprising mouse propagation & avoid focusing tab while closing

Julia created

606d683 Add interactable fold markers

Click to expand commit body
Change fold handlers to be driven by the fold map
Switch to a mouse region based implementation for click regions

Co-authored-by: Max <max@zed.dev>

Mikayla Maki and Max created

ff2e6bc Fix surprising mouse propagation & avoid focusing tab while closing

Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>

Julia and Antonio Scandurra created

218f2fd Merge pull request #2241 from zed-industries/joseph/z-223-add-terminal-button-to-status-bar

Click to expand commit body
Add a terminal button to status bar

Joseph T. Lyons created

bb0257b Merge branch 'main' into no-panic-uploads-in-debug

Max Brunsfeld created

929ebd7 Add a terminal button to status bar

Click to expand commit body
Co-Authored-By: Petros Amoiridis <petros@hey.com>

Joseph Lyons and Petros Amoiridis created

124aa74 Merge pull request #2234 from zed-industries/error-on-combined-injections-in-injections

Click to expand commit body
Fix range relativization when combined injections occur inside of other injections

Max Brunsfeld created

a2f75eb Merge pull request #2240 from zed-industries/petros/update-setup-instructions

Click to expand commit body
Add missing steps to the setup instructions

Petros Amoiridis created

6194c5d Add missing steps to the setup instructions

Petros Amoiridis created

d14b684 Merge pull request #2236 from zed-industries/avoid-clobbering-panic-file

Click to expand commit body
Avoid clobbering panic files when they happen at the same time

Max Brunsfeld created

7a8cba0 Merge pull request #2227 from zed-industries/strip-trailing-whitespace

Click to expand commit body
Add settings to normalize whitespace on save

Max Brunsfeld created

f1b5bf0 Fornat

Nate Butler created

ad4201f Hack to fix `syntax.constructor` causing TS error

Nate Butler created

75a9cfd Remove leftover log

Nate Butler created

3b6f667 Merge pull request #2238 from zed-industries/subpixel-variant-incorrectly-wrapping

Click to expand commit body
Avoid wrapping to the 0th glyph variant when the 4th should be used

Julia created

9311e01 Avoid wrapping to the 0th glyph variant when the 4th should be used

Click to expand commit body
Co-Authored-By: Antonio Scandurra <me@as-cii.com>

Julia and Antonio Scandurra created

6d068e9 Merge pull request #2237 from zed-industries/revert-2232-tab-bar-background-focus-drag

Click to expand commit body
Revert "Avoid tab bar background activating an item at the end of a tab drag"

Nate Butler created

6854063 Revert "Avoid tab bar background activating an item at the end of a tab drag"

Nate Butler created

7ca0b38 Made fold inline styles be driven by the fold map

Click to expand commit body
co-authored-by: Max <max@zed.dev>

Mikayla Maki and Max created

a598f0b Avoid clobbering panic files when they happen at the same time

Click to expand commit body
Co-authored-by: Antonio Scandurra <antonio@zed.dev>

Max Brunsfeld and Antonio Scandurra created

eb60887 Don't upload panic files when running in a PTY

Max Brunsfeld created

24ba47e Merge pull request #2230 from zed-industries/fix-tab-x

Click to expand commit body
Fix tab bar x

Mikayla Maki created

3dd5b3f Attempted to initialize code-fold indicators, does not work

Mikayla Maki created

9f86ca8 Update tabBar.ts

Mikayla Maki created

bc2ea58 Merge pull request #2232 from zed-industries/tab-bar-background-focus-drag

Click to expand commit body
Avoid tab bar background activating an item at the end of a tab drag

Julia created

b343e80 Avoid tab bar background activating an item at the end of a tab drag

Julia created

6a2a130 Fix failing license

Click to expand commit body
co-authored-by: nate <nate@zed.dev>

Mikayla Maki and nate created

a366ba1 Fix range relativization when combined injections occur inside of other injections

Click to expand commit body
For example, ERB template inside of a markdown code block

Co-authored-by: Antonio Scandurra <antonio@zed.dev>

Max Brunsfeld and Antonio Scandurra created

70cb2fa Apply external command formatting if buffer has changed while computing it

Max Brunsfeld created

f67c3f1 Add Gruvbox syntax overrides

Nate Butler created

bde0456 Init gruvbox theme

Nate Butler created

8734bd8 Seperate out x-mark width

Mikayla Maki created

34fbffb Fix tab bar x

Mikayla Maki created

368d2a7 Perform whitespace formatting regardless of whether buffer has a language server or path

Max Brunsfeld created

e7b56f6 adjust buffer-formatting assertion to reflect final newline addition

Max Brunsfeld created

1deff43 Avoid calling edits_since in apply_diff

Max Brunsfeld created

a890b8f Add a setting for ensuring a single final newline on save

Max Brunsfeld created

7faa0da Avoid finalizing transactions inside Buffer::apply_diff

Max Brunsfeld created

ff85bc6 Add setting for removing trailing whitespace on save

Max Brunsfeld created

b00e467 Add APIs for stripping trailing whitespace from a buffer

Max Brunsfeld created

2e1adb0 Merge pull request #2229 from zed-industries/fix-click-range-bug

Click to expand commit body
Fix off by one error in click ranges

Mikayla Maki created

269df10 Fix off by one error in click ranges

Mikayla Maki created

8358efb Merge pull request #2228 from zed-industries/make-folds-show-on-active-lines

Click to expand commit body
Made code fold indicators show up on active line indicators

Mikayla Maki created

dc11d27 Made code fold indicators show up on active line indicators

Mikayla Maki created

41d3c52 Merge pull request #2220 from zed-industries/add-fold-indicators

Click to expand commit body
Add code folding indicators into the gutter.

Mikayla Maki created