ZIm/crates/outline_panel
Kirill Bulatov a0284a272b
Fix outline items navigation (#22890)
* Follows-up https://github.com/zed-industries/zed/pull/22224 , by
adjusting `impl PartialEq for OutlineEntryOutline` to compare outline
items' values too.
Before that, all outline items from the same excerpt were considered
equal.

Adds a test for this

* Stops re-revealing items in the outline panel, when it's focused: now,
when someone scrolls over outline panel items, there is no extra work
happening: the "revealed" item is the one scrolled to

Release Notes:

- Fixed outline items not scrolling properly
2025-01-09 10:25:02 +00:00
..
src Fix outline items navigation (#22890) 2025-01-09 10:25:02 +00:00
Cargo.toml Move git status out of Entry (#22224) 2025-01-04 01:00:16 +00:00
LICENSE-GPL Introduce an outline panel (#12637) 2024-06-12 23:22:52 +03:00