aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/locatorfilter.h
Commit message (Expand)AuthorAgeFilesLines
* LanguageClient: Remove the old matchesFor() implementationJarek Kobus2023-05-151-81/+11
* LanguageClient: Reimplement matchers()Jarek Kobus2023-04-251-2/+8
* LanguageClient/ClangCodeModel: Reimplement matchers()Jarek Kobus2023-04-251-0/+9
* LanguageClient: Reorder arguments in workspaceMatchersJarek Kobus2023-04-241-3/+2
* DocumentLocatorFilter: Make internals reusable in LocatorMatcherJarek Kobus2023-04-241-13/+4
* CppEditor/LanguageClient: Reuse MatcherType enumJarek Kobus2023-04-211-7/+3
* LocatorMatcher: Introduce MatcherType enumJarek Kobus2023-04-201-2/+2
* DocumentLocatorFilter: Get rid of the arg from c'torJarek Kobus2023-04-181-1/+1
* LanguageClient: Introduce workspace matchersJarek Kobus2023-04-181-0/+8
* DocumentLocatorFilter: Refactor internalsJarek Kobus2023-04-051-17/+17
* WorkspaceLocatorFilter: Get rid of prepareSearchHelperJarek Kobus2023-04-051-3/+2
* DocumentLocatorFilter: Make it more self-containedJarek Kobus2023-03-201-2/+4
* ClangGlobalSymbolFilter: Avoid custom prepareSearch() for aggregateJarek Kobus2023-03-161-2/+2
* ILocatorFilter: Provide default implementation for accept()Jarek Kobus2023-03-031-10/+0
* LocatorFilter classes: Use more linkForEditorJarek Kobus2023-03-031-0/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* LSP: Support remote LSP file pathsDavid Schulz2022-12-151-2/+11
* Utils: Remove Utils::optionalEike Ziller2022-09-011-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* LanguageClient: pimpl Client and cleanup includesDavid Schulz2022-05-231-0/+1
* LanguageClient: unify client containerDavid Schulz2022-03-211-2/+2
* Core: Turn LocatorFilterEntry ofn ILocatorFilter::accept to const &Alessandro Portale2022-02-111-2/+2
* ClangCodeModel: Add clangd-based document locator filterChristian Kandeler2021-10-041-1/+18
* ClangCodeModel: Limit result count in clangd-based locator searchesChristian Kandeler2021-07-131-0/+3
* ClangCodeModel: Add experimental clangd supportChristian Kandeler2021-04-221-3/+7
* Provide empty implementation for ILocatorFilter::refresh()Jarek Kobus2021-02-111-2/+0
* More Qt6 portinghjk2020-07-221-0/+2
* LanguageClient: add locator filters for symbols in workspace/projectDavid Schulz2019-05-141-3/+44
* LanguageClient: add current document locator filterDavid Schulz2019-04-301-0/+78