aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/languageserverprotocol/icontent.h
Commit message (Expand)AuthorAgeFilesLines
* LanguageServerProtocol: remove IContentDavid Schulz2022-05-201-130/+0
* LSP: Simplify content parsingDavid Schulz2022-04-141-3/+3
* Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-1/+0
* Make some qHash and comparison operators overloads hidden friendshjk2021-12-061-9/+9
* LSP: mark MessageIds created from undefined json values invalidDavid Schulz2021-07-131-5/+6
* Avoid size_t to (u)int warnings with auto, where it is possibleTim Jenssen2021-07-071-1/+1
* LSP: reduce error handling complexityDavid Schulz2021-03-021-9/+2
* LanguageClient: Restructure request response handlingDavid Schulz2020-12-101-2/+9
* LanguageClient: pass id as a const ref when handling client messagesDavid Schulz2020-10-191-2/+2
* LSP: Explicify APIDavid Schulz2020-07-151-4/+4
* LanguageClient: introduce new type for gorgeous formatted errorsDavid Schulz2020-02-121-2/+3
* LanguageServerProtocol: Fix compilation warningsCristian Adam2019-06-251-3/+2
* LSP: add a to string converter for MessageIdDavid Schulz2018-09-131-0/+9
* Introduce a basic client for the language server protocolDavid Schulz2018-09-031-0/+121