zed/crates/search
Piotr Osiewicz 99121ad5cd
buffer_search: Discard empty search suggestions. (#3136)
Now when buffer_search::Deploy action is triggered (with cmd-f), we'll
keep the previous query in query_editor (if there was one) instead of
replacing it with empty query.

This addresses this bit of feedback from Jose:
> If no text is selected, `cmd + f` should not delete the text in the
search bar when refocusing

Release Notes:
- Improved buffer search by not clearing out query editor when no text
is selected and "buffer search: deploy" (default keybind: cmd-f) is
triggered.
2023-10-18 18:05:13 +02:00
..
src buffer_search: Discard empty search suggestions. (#3136) 2023-10-18 18:05:13 +02:00
Cargo.toml WIP: Add ButtonSide element 2023-08-02 13:05:29 +02:00