zed/crates/search
thataboy 65961b80fc
Add a way to configure default search options (#17179)
Closes https://github.com/zed-industries/zed/issues/4646

```json
// Search options to enable by default when opening new project and buffer searches.
"search": {
  "whole_word": false,
  "case_sensitive": false,
  "include_ignored": false,
  "regex": false
}
```

Release Notes:

- Added `search` settings section to configure default options enabled
in buffer and project searches
([#4646](https://github.com/zed-industries/zed/issues/4646))

---------

Co-authored-by: Kirill Bulatov <mail4score@gmail.com>
2024-09-07 10:25:41 -04:00
..
src Add a way to configure default search options (#17179) 2024-09-07 10:25:41 -04:00
Cargo.toml Improve outline panel performance (#17183) 2024-09-02 01:46:16 +03:00
LICENSE-GPL