Files
oak-gpui/crates
Ole Jørgen BrønnerandLukas Wirth 0e2041dd41 multi_buffer: Fix editor::ExpandExcerpts failing when cursor is at excerpt start (#42324)
The bug is easily verified by:

1. open any multi-buffer
2. place the cursor at the beginning of an excerpt
3. run the editor::ExpandExcerpts / editor: expand excerpts action
4. The excerpt is not expanded

Since the `buffer_ids_for_range` function basically did the same and had
even been changed the same way earlier I DRYed these functions as well.

Note: I'm a rust novice, so keep an extra eye on rust technicalities
when reviewing :)

---

Release Notes:

- Fix editor: expand excerpts failing when cursor is at excerpt start

---------

Co-authored-by: Lukas Wirth <me@lukaswirth.dev>
2025-11-25 08:21:18 +01:00
..
2025-11-24 13:24:26 -05:00
2025-11-24 20:01:43 +00:00
2025-11-12 20:27:04 +00:00
2025-11-19 12:34:41 +01:00
2025-11-24 13:24:26 -05:00
2025-11-20 22:17:50 -07:00
2025-11-19 05:41:24 +00:00
2025-11-11 16:10:47 +01:00
2025-11-12 15:31:20 +01:00
2025-11-07 11:36:05 +00:00
2025-11-24 11:36:04 +02:00
2025-11-18 10:23:16 -07:00