aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientquickfix.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* LSP: Support remote LSP file pathsDavid Schulz2022-12-151-2/+3
* Editor: move ownership of assist interface to processorDavid Schulz2022-11-171-6/+4
* Editor: unify assist processor handlingDavid Schulz2022-11-141-6/+1
* Utils: Remove Utils::optionalEike Ziller2022-09-011-4/+4
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Remove variant.hMarco Bubke2022-08-231-4/+4
* Merge remote-tracking branch 'origin/7.0'Eike Ziller2022-05-181-0/+1
|\
| * LanguageClient: Track quick fix assist processorDavid Schulz2022-05-131-0/+1
* | LanguageClient: Take quickfix range from cursor selectionChristian Kandeler2022-05-161-6/+7
* | ClangCodeModel: remove duplicates from clangd quickfix assistDavid Schulz2022-05-131-30/+26
* | LanguageClient: avoid optional::valueDavid Schulz2022-02-241-4/+3
* | ClangCodeModel: Retrieve all kinds of clangd tweaksChristian Kandeler2022-02-041-7/+0
* | ClangCodeModel: Make clangd refactoring actions availableChristian Kandeler2022-02-011-19/+13
|/
* Editor: pass AssistInterface to createProcessorDavid Schulz2021-09-161-1/+1
* LanguageClient: export code action quick fixesDavid Schulz2021-06-301-20/+14
* LSP: prevent accessing already deleted clientDavid Schulz2021-06-171-5/+5
* LanguageClient: manually track document versionDavid Schulz2021-06-151-1/+1
* LanguageClient: support versioned diagnosticsDavid Schulz2021-02-121-1/+1
* TextEditor: use Utils::FilePath as file member in AssistInterfaceDavid Schulz2020-09-041-1/+1
* LSP: Explicify APIDavid Schulz2020-07-151-1/+1
* LSP: fix codeassists running checkDavid Schulz2020-05-141-5/+5
* CodeAssist: Fix leaking asynchronous processorsDavid Schulz2020-05-121-0/+2
* CodeAssistant: add cancel to asynchronous processorsDavid Schulz2020-02-201-4/+13
* LanguageClient: more FileName to FilePath renamingDavid Schulz2019-09-171-1/+1
* LanguageClient: reset all assist providersDavid Schulz2019-09-111-1/+3
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* LSP: collect and execute quick fixes via shortcutDavid Schulz2019-02-121-0/+166