ZIm/crates/workspace/src
Kirill Bulatov d682594c4a
Improve outline panel performance (#17183)
Part of https://github.com/zed-industries/zed/issues/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
2024-09-02 01:46:16 +03:00
..
persistence Implement "join pane into next" (#16077) 2024-08-27 00:51:51 +03:00
dock.rs Introduce following for assistant panel (#14479) 2024-07-15 11:36:27 +02:00
item.rs assistant: Undo workflow step when buffer is discarded (#16465) 2024-08-19 18:42:49 +02:00
modal_layer.rs Use ui::prelude::* in a few more spots (#14807) 2024-07-19 08:57:51 -04:00
notifications.rs Copy/paste images into editors (Mac only) (#15782) 2024-08-13 13:18:25 -04:00
pane.rs Improve outline panel performance (#17183) 2024-09-02 01:46:16 +03:00
pane_group.rs Use split direction preferences more (#16679) 2024-08-22 11:13:33 -06:00
persistence.rs zed: Persist window stack order across restarts (#15419) 2024-07-29 17:05:56 +02:00
searchable.rs Display buffer/project search entries in the outline panel (#16589) 2024-08-25 21:40:02 +03:00
shared_screen.rs Copy/paste images into editors (Mac only) (#15782) 2024-08-13 13:18:25 -04:00
status_bar.rs Add a setting to show time to first window draw and frames per second in status bar (#16422) 2024-08-18 15:22:19 -06:00
tasks.rs Extend task templates with shell and hide fields to use custom shells and custom close behavior (#15031) 2024-07-23 22:58:36 +03:00
toolbar.rs assistant: Show regenerate button only on hover (#15972) 2024-08-08 13:08:57 +02:00
workspace.rs workspace: Ensure last_active_center_pane is updated on focus (#17140) 2024-08-30 11:54:46 +02:00
workspace_settings.rs Add option to set split direction (#16345) 2024-08-22 08:53:43 -06:00