Skip to content

Commit

Permalink
Improve outline panel performance (zed-industries#17183)
Browse files Browse the repository at this point in the history
Part of zed-industries#14235

* moved search results highlight calculation into the background thread,
with highlight-less representation as a fallback
* show only a part of the line per search result, stop uniting them into
a single line if possible, always trim left trailing whitespaces
* highlight results in batches
* better cache all search result data, related to rendering
* add test infra and fix folding-related issues
* improve entry displays when multi buffer has a buffer search (find
references one has)
* fix cloud notes not showing search matches

Release Notes:

- Improved outline panel performance
  • Loading branch information
SomeoneToIgnore committed Sep 1, 2024
1 parent cd0841c commit 7c0ad81
Show file tree
Hide file tree
Showing 6 changed files with 1,760 additions and 668 deletions.
Loading

0 comments on commit 7c0ad81

Please sign in to comment.