zed/crates/search/src
Kirill Bulatov 399e094f02
Properly use default search options in the buffer search bar (#18271)
Only replace current search options if the search was dismissed and the
new options are different from the default ones.

Follow-up of https://github.com/zed-industries/zed/pull/17179
Closes https://github.com/zed-industries/zed/issues/18166


Release Notes:

- Fixed buffer search options toggling unexpectedly on redeploys
([#18166](https://github.com/zed-industries/zed/issues/18166))
2024-09-24 15:36:05 +03:00
..
buffer_search
buffer_search.rs Properly use default search options in the buffer search bar (#18271) 2024-09-24 15:36:05 +03:00
mode.rs
project_search.rs Add "Fix with Assistant" code action on lines with diagnostics (#18163) 2024-09-23 11:40:34 -06:00
search.rs Refactor SearchSettings (#17550) 2024-09-07 19:58:28 -04:00
search_bar.rs