project search: Reduce hangs on main thread - #39857
Merged
Merged
Conversation
This makes it so that we don't need to compute adjusted selections on each code action refresh request; only those that need it. Co-authored-by: Smit Barmase <heysmitbarmase@gmail.com>
prepare_highlight_query_from_selection Co-authored-by: Smit Barmase <heysmitbarmase@gmail.com>
used anyways) Co-authored-by: Smit Barmase <heysmitbarmase@gmail.com>
own liking Co-authored-by: Smit Barmase <heysmitbarmase@gmail.com>
Co-authored-by: Smit Barmase <heysmitbarmase@gmail.com>
Co-authored-by: Remco djsmits12@gmail.com
Veykril
added a commit
that referenced
this pull request
Oct 27, 2025
Fixes a regression introduced in #39857. As for the exact reason this causes this issue I am not yet sure will investigate (as per the todos in code) Fixes ZED-23R Release Notes: - N/A *or* Added/Fixed/Improved ...
Veykril
added a commit
that referenced
this pull request
Oct 27, 2025
Fixes a regression introduced in #39857. As for the exact reason this causes this issue I am not yet sure will investigate (as per the todos in code) Fixes ZED-23R Release Notes: - N/A *or* Added/Fixed/Improved ...
Veykril
added a commit
that referenced
this pull request
Oct 27, 2025
Fixes a regression introduced in #39857. As for the exact reason this causes this issue I am not yet sure will investigate (as per the todos in code) Fixes ZED-23R Release Notes: - N/A *or* Added/Fixed/Improved ...
xipeng-jin
pushed a commit
to xipeng-jin/zed
that referenced
this pull request
Oct 31, 2025
…es#41237) Fixes a regression introduced in zed-industries#39857. As for the exact reason this causes this issue I am not yet sure will investigate (as per the todos in code) Fixes ZED-23R Release Notes: - N/A *or* Added/Fixed/Improved ...
xipeng-jin
pushed a commit
to xipeng-jin/zed
that referenced
this pull request
Nov 2, 2025
…es#41237) Fixes a regression introduced in zed-industries#39857. As for the exact reason this causes this issue I am not yet sure will investigate (as per the todos in code) Fixes ZED-23R Release Notes: - N/A *or* Added/Fixed/Improved ...
tomatitito
pushed a commit
to tomatitito/zed
that referenced
this pull request
Nov 7, 2025
…es#41237) Fixes a regression introduced in zed-industries#39857. As for the exact reason this causes this issue I am not yet sure will investigate (as per the todos in code) Fixes ZED-23R Release Notes: - N/A *or* Added/Fixed/Improved ...
jasonsmithio
pushed a commit
to paddleboarddev/paddleboard
that referenced
this pull request
May 31, 2026
…ecting (#40168) Regressed in zed-industries/zed#39857, only on Nightly. Release Notes: - N/A
jasonsmithio
pushed a commit
to paddleboarddev/paddleboard
that referenced
this pull request
May 31, 2026
Fixes a regression introduced in zed-industries/zed#39857. As for the exact reason this causes this issue I am not yet sure will investigate (as per the todos in code) Fixes ZED-23R Release Notes: - N/A *or* Added/Fixed/Improved ...
jolutz
pushed a commit
to jolutz/zed
that referenced
this pull request
Aug 8, 2026
This takes the idea that @RemcoSmitsDev started on in zed-industries#39354. We did away with grabbing a snapshot of the display map when buffer coordinates were sufficient. Closes zed-industries#37267 Release Notes: - Reduced micro-stutters in project search with large multi-buffer contents. --------- Co-authored-by: Smit Barmase <heysmitbarmase@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This takes the idea that @RemcoSmitsDev started on in #39354. We did away with grabbing a snapshot of the display map when buffer coordinates were sufficient.
Closes #37267
Release Notes: