Files
oak-gpui/crates
Peter Tripp a2f5c47e2d Add editor::ToggleFoldAll action (#34317)
In multibuffers adds the ability to alt-click to fold/unfold all
excepts. In singleton buffers it adds the ability to toggle back and
forth between `editor::FoldAll` and `editor::UnfoldAll`.

Bind it in your keymap with:

```json
  {
    "context": "Editor && (mode == full || multibuffer)",
    "bindings": {
      "cmd-k cmd-o": "editor::ToggleFoldAll"
    }
  },
```

<img width="253" height="99" alt="Screenshot 2025-07-11 at 17 04 25"
src="https://github.com/user-attachments/assets/94de8275-d2ee-4cf8-a46c-a698ccdb60e3"
/>

Release Notes:

- Add ability to fold all excerpts in a multibuffer (alt-click) and in
singleton buffers `editor::ToggleFoldAll`
2025-07-14 13:23:51 +00:00
..
2025-07-09 16:02:31 +00:00
2025-07-11 12:38:42 -03:00
2025-07-09 08:57:03 +08:00
2025-07-09 16:02:31 +00:00
2025-06-17 20:26:27 +00:00
2025-07-12 11:48:19 -03:00
2025-07-08 14:34:57 +00:00
2025-07-09 16:02:31 +00:00
2025-07-12 11:48:19 -03:00
2025-07-01 15:43:39 +00:00
2025-07-11 15:09:10 +02:00
2025-07-09 16:02:31 +00:00