Files
oak-gpui/crates
Andrew Lygin aa319ccfd0 Fix buffer search invalid regexp indicator (#7795)
This PR fixes the issue with invalid regexp highlighting (red border)
when switching to the simple text searching mode (#7658).

Implementation details:

- `update_matches()` always relied on the caller to reset the
`query_contains_error` flag, which wasn't always the case. Now, it
resets the flag itself.

Release Notes:

- Fix issue with switching between invalid regexp and simple text buffer
search (#7658).

How it works now:


https://github.com/zed-industries/zed/assets/2101250/ac868a5d-5e2f-49a0-90fc-00e62a1d5ee8
2024-02-15 13:33:26 -05:00
..
2024-02-13 12:53:49 -07:00
2024-02-09 23:12:26 -07:00
2024-01-29 23:47:20 -05:00
2024-02-14 14:30:48 -07:00
2024-02-14 14:36:40 -07:00
2024-02-12 22:28:26 -07:00
2024-02-14 16:03:03 -08:00
2024-02-14 14:36:40 -07:00
2024-02-13 13:20:14 -07:00
2024-01-29 23:47:20 -05:00
2024-02-14 14:38:07 -07:00
2024-02-15 15:12:41 +01:00