Files
oak-gpui/crates
Michael Sloan e0057ccd0f Fix anchor biases for completion replacement ranges (esp slash commands) (#32262)
Closes #32205

The issue was that in some places the end of the replacement range used
anchors with `Bias::Left` instead of `Bias::Right`. Before #31872
completions were recomputed on every change and so the anchor bias
didn't matter. After that change, the end anchor didn't move as the
user's typing. Changing it to `Bias::Right` to "stick" to the character
to the right of the cursor fixes this.

Release Notes:

- Fixes incorrect auto-completion of `/files` in text threads (Preview
Only)
2025-06-06 20:54:00 +00:00
..
2025-06-06 16:18:05 +03:00
2025-06-05 12:59:22 +00:00
2025-04-23 20:54:09 +00:00
2025-06-06 08:31:59 -04:00
2025-06-02 21:24:08 +00:00
2025-05-01 19:24:14 +00:00
2025-05-29 15:20:58 -04:00