aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientformatter.cpp
Commit message (Expand)AuthorAgeFilesLines
* LanguageClient: Avoid calling throwing functionsEike Ziller2024-05-071-1/+2
* Clean up some lambdashjk2023-12-121-2/+2
* Editor: replace Utils::Text::Replacement with Utils::ChangeSet::EditOp for fo...David Schulz2023-07-041-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* LSP: Support remote LSP file pathsDavid Schulz2022-12-151-1/+1
* LanguageClient: guard client access in formatterDavid Schulz2022-09-301-3/+4
* Utils: Remove Utils::optionalEike Ziller2022-09-011-6/+7
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Remove variant.hMarco Bubke2022-08-231-2/+2
* LanguageClient: pimpl Client and cleanup includesDavid Schulz2022-05-231-0/+1
* LanguageServerProtocol: remove IContentDavid Schulz2022-05-201-1/+1
* Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-1/+1
* LanguageClient: avoid optional::valueDavid Schulz2022-02-241-1/+1
* Do QFutureWatcher::setFuture() after connecting to watcher's signalsJarek Kobus2021-05-121-1/+1
* LSP: reduce error handling complexityDavid Schulz2021-03-021-1/+1
* LSP: support WorkDoneProgressOptions in server capabilitiesDavid Schulz2021-02-151-2/+7
* LanguageClient: Improve formattingDavid Schulz2021-02-101-12/+8
* LSP: Explicify APIDavid Schulz2020-07-151-1/+1
* LanguageClient: Resolve recursive includeDavid Schulz2020-03-261-0/+1
* LanguageClient: add lsp based auto formatterDavid Schulz2020-01-221-0/+146