search: Allow running a search with different options
Refactor search options to use bitflags so that we can represent the entire set of settings in one place.
This commit is contained in:
parent
20d8a2a1ec
commit
75fe77c11d
5 changed files with 196 additions and 100 deletions
|
@ -9,6 +9,7 @@ path = "src/search.rs"
|
|||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
bitflags = "1"
|
||||
collections = { path = "../collections" }
|
||||
editor = { path = "../editor" }
|
||||
gpui = { path = "../gpui" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue