Commit log

2f42af2 Add confirm_quit setting

Max Brunsfeld created

be2c601 Merge pull request #2055 from zed-industries/language-config-overrides

Click to expand commit body
Language config overrides

Max Brunsfeld created

8dcef46 Drop 'override.' prefix from capture names in override query

Click to expand commit body
Co-authored-by: Julia Risley <julia@zed.dev>

Max Brunsfeld and Julia Risley created

2aa7a9e Add overrides for all languages

Click to expand commit body
Co-authored-by: Julia Risley <julia@zed.dev>

Max Brunsfeld and Julia Risley created

8af1294 Changed platform mouse moved handling to only fire on active or popup windows

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

Mikayla Maki and Antonio created

5a00729 Merge pull request #2051 from zed-industries/show-following-to-followed

Click to expand commit body
Show following to followed

Mikayla Maki created

97203e1 Fix broken merge

Mikayla Maki created

95e661a Switched from active hover to NSViews acceptsFirstMouse API

Click to expand commit body
Co-authored-by: Nathan <nathan@zed.dev>

Mikayla Maki and Nathan created

b54b77b Merge pull request #2053 from zed-industries/on-move-out

Click to expand commit body
Hide hovers when mouse leaves area & window focus is lost

Julia created

467e3dc Hide editor hover on mouse move out & always notify when hiding hover

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

Julia and Antonio Scandurra created

131f347 Don't dispatch mousemove without focus & avoid swallowing external moves

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

Julia and Antonio Scandurra created

88170df Switched from active hover to NSViews acceptsFirstMouse API

Mikayla Maki created

2967b46 Implement scope-specific bracket matching and comment toggling

Click to expand commit body
Co-authored-by: Julia Risley <julia@zed.dev>

Max Brunsfeld and Julia Risley created

4eeb1ae Adds UI for showing the followed-by status to collaboration

Mikayla Maki created

1851e2e Start work on language config overrides

Click to expand commit body
Co-authored-by: Julia Risley <julia@zed.dev>

Max Brunsfeld and Julia Risley created

4a46227 Change incoming call notification to only require one click

Mikayla Maki created

86371d9 Merge pull request #2050 from zed-industries/disable-soft-wrap-in-single-line-editors

Click to expand commit body
Disable soft wrap in single line editors

Mikayla Maki created

38476f5 Disable soft wrap in single line editors

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

Joseph Lyons and Mikayla Maki created

6c94228 Merge pull request #2048 from zed-industries/408-add-date-to-zedlog

Click to expand commit body
Add date to the log format

Petros Amoiridis created

d30e129 Create files passed as args to CLI

Click to expand commit body
Co-Authored-by: Mikayla <mikayla@zed.dev>

Petros Amoiridis and Mikayla created

ad1947f Add in-window on-move-out mouse handler concept

Julia created

f088de5 Add date to the log format

Click to expand commit body
Co-Authored-By: Mikayla <mikayla@zed.dev>

Petros Amoiridis and Mikayla created

c85ad96 Merge pull request #2047 from zed-industries/optimize-large-multi-buffers

Click to expand commit body
Avoid stalling the UI thread when running large searches

Antonio Scandurra created

1f649e5 Document RopeFingerprint

Antonio Scandurra created

0a7111d Fix tests

Antonio Scandurra created

a58b39f Merge branch 'main' into optimize-large-multi-buffers

Antonio Scandurra created

c124cae Add test for `stream_excerpts_with_context_lines`

Antonio Scandurra created

5ce065a Introduce `MultiBuffer::stream_excerpts_with_context_lines`

Click to expand commit body
This allows us to push excerpts in a streaming fashion without blocking
the main thread.

Antonio Scandurra created

5189dea Merge pull request #2046 from zed-industries/line-breaks-in-outline-items

Click to expand commit body
Prevent outline items from accidentally spanning multiple lines

Max Brunsfeld created

d9948bf Prevent outline items from accidentally spanning multiple lines

Max Brunsfeld created

062e7a0 Update comments in Pane::close_items

Max Brunsfeld created

17b4bfd Merge pull request #2045 from zed-industries/fewer-unsaved-prompts

Click to expand commit body
Avoid prompting to save when closing an untitled buffer that is still open elsewhere

Max Brunsfeld created

06c31a0 Fix workspace tests after changing Item trait

Max Brunsfeld created

203f569 collab 0.5.3

Mikayla Maki created

b0fb591 v0.71.x dev

Mikayla Maki created

6cc84a7 Merge pull request #2042 from zed-industries/fix-pasting-files

Click to expand commit body
Allow pasting the same entry more than once in project panel

Petros Amoiridis created

27a6951 Allow pasting the same entry more than once in project panel

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

Petros Amoiridis and Antonio Scandurra created

9f3c8c1 Merge pull request #2041 from zed-industries/fix-renaming-file

Click to expand commit body
Fix mouse interrupting file/dir editing in project panel

Petros Amoiridis created

a8f466b Don't starve the main thread adding too many search excerpts at once

Antonio Scandurra created

f8d092f Fix mouse interrupting file/dir editing in project panel

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

Petros Amoiridis and Antonio Scandurra created

8ca0f9a Fix compile errors

Antonio Scandurra created

a653e87 WIP: Avoid converting RopeFingerprint into a string

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

Antonio Scandurra and Petros Amoiridis created

bec03dc WIP

Joseph Lyons created

2c3c8b4 Merge pull request #2039 from zed-industries/vim-mode-single-line-editors

Click to expand commit body
disable vim mode in non full editors

Kay Simmons created

a0a50cb Set up fake project paths correctly in tests

Max Brunsfeld created

cf19315 fix broken test

Kay Simmons created

c3518ce disable vim mode in non full editors

Kay Simmons created

4746fb5 Merge pull request #2038 from zed-industries/fix-sidebar-width-with-dock

Click to expand commit body
Fix issue with sidebars resizing themselves when dock is toggled

Kay Simmons created

8651320 Make workspace items expose their underlying models, remove file-related methods

Max Brunsfeld created

c9a306b Change sidebars to use the window width as a max width rather than participating in the flex

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

Kay Simmons and Mikayla created