![]() In order to simplify the implementation of pattern items in search queries, this commit updates the `project::search::SearchQuery::regex` function so as to support both `\\c` and `\\C` in the provided query. This means that we no longer need to have both `BufferSearchBar` and `ProjectSearchView` handling pattern items, so the `search::pattern_items` module can now safely be removed. It's worth noting that, since these are now handled at the `SearchQuery` level, this removes the updates to the UI regarding search options, that were being triggered by the pattern items being processed and applied to the search options. Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-GPL |