summaryrefslogtreecommitdiff
path: root/src/plugins/languageclient/diagnosticmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* LanguageClient: Tr::trhjk2023-01-201-1/+2
* Editor: Allow to hide annotations for a group of text marksDavid Schulz2023-01-121-3/+5
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* LSP: Support remote LSP file pathsDavid Schulz2022-12-151-15/+14
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* ClangCodeModel: Implement per-session mode for clangdChristian Kandeler2022-09-051-2/+1
* Utils: Remove Utils::optionalEike Ziller2022-09-011-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Merge remote-tracking branch 'origin/8.0'hjk2022-08-051-7/+9
|\
| * TextMark: Delay context menu tooltip action creationhjk2022-08-041-7/+9
* | Use setClipboardAndSelection more broadlyhjk2022-07-151-3/+5
|/
* Coco: update annotation color on font settings changeDavid Schulz2022-06-151-0/+8
* LanguageClient: disable diagnostics after document changesDavid Schulz2022-06-011-9/+21
* Coco: Add coco hoverHandler if diagnostics are visibleDavid Schulz2022-05-161-0/+12
* Coco: long live the cocopluginDavid Schulz2022-05-061-2/+6
* LanguageClient: allow generating specialized extra selectionsDavid Schulz2022-05-041-23/+28
* LanguageClient: remove unused codeDavid Schulz2022-04-131-6/+0
* LanguageClient: Silence warningChristian Stenger2022-04-121-1/+1
* LanguageClient: export DiagnosticManagerDavid Schulz2022-04-011-21/+13
* ClangCodeModel: Suppress "Unknown argument" errorChristian Kandeler2022-03-021-2/+6
* LanguageClient: Speed up DiagnosticManager::showDiagnostics()Christian Kandeler2022-02-281-2/+4
* ClangCodeModel: prevent text mark annotations in non project filesDavid Schulz2022-02-251-2/+5
* LanguageClient: track all created diagnostic marksDavid Schulz2022-02-241-17/+16
* LanguageClient: simplify diagnostic mark creationDavid Schulz2021-12-141-18/+22
* LanguageClient: fix diagnostic document revision checkDavid Schulz2021-06-291-6/+8
* ClangCodeModel: Provide diagnostics via clangdChristian Kandeler2021-06-281-1/+30
* LanguageClient: manually track document versionDavid Schulz2021-06-151-3/+2
* LanguageClient: Add copy button to annotation tooltipDavid Schulz2021-03-191-1/+15
* LanguageClient: clear extra selection when diagnostig gets hiddenDavid Schulz2021-02-191-0/+3
* LanguageClient: support versioned diagnosticsDavid Schulz2021-02-121-8/+19
* LanguageClient: fix multiple crashes in languageClientDavid Schulz2021-01-251-2/+2
* Don't allocate unneeded temporary containersJarek Kobus2020-12-141-2/+2
* Don't access static functions/fields via instanceAlessandro Portale2020-11-271-1/+1
* LSP: move diagnostic handling from client in a separate classDavid Schulz2020-09-151-0/+144