aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientutils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Even more Qt6 portinghjk2020-06-231-1/+2
* LSP: Fix TextDocumentEdit member nameDavid Schulz2020-06-121-3/+3
* LSP: Robustify open documentsDavid Schulz2020-05-141-1/+1
* LanguageClient: Add logging windowDavid Schulz2020-03-021-0/+3
* LanguageClient: outline combo box for editor toolbarDavid Schulz2020-01-311-0/+23
* LanguageClient: Fix some bugprone-branch-cloneNikolai Kosjar2019-11-041-9/+9
* LanguageClient: fix memory leakDavid Schulz2019-10-291-0/+1
* TextEditor: more FileName -> FilePath renamingDavid Schulz2019-10-011-2/+2
* LanguageClient: make client selector exclusiveDavid Schulz2019-09-261-9/+20
* LanguageClient: more FileName to FilePath renamingDavid Schulz2019-09-171-3/+3
* LanguageClient: only send contents of TextDocuments to the serverDavid Schulz2019-09-121-2/+2
* LanguageClient: open a document in just one clientDavid Schulz2019-09-091-16/+21
* LanguageClient: Fix icon cacheChristian Stenger2019-05-141-1/+1
* LanguageClient: add current document locator filterDavid Schulz2019-04-301-0/+41
* LanguageClient: show icon with assigned server names in toolbarDavid Schulz2019-04-031-0/+45
* TextEditor: return all BaseTextEditor for a documentDavid Schulz2019-03-131-5/+6
* move text document for file path convenience functionDavid Schulz2019-02-141-12/+6
* LSP: rename BaseClient -> ClientDavid Schulz2019-02-041-3/+3
* LSP: add Command and CodeAction support to the language clientDavid Schulz2019-01-311-4/+159
* LSP: add a convenient function returning a TextDocumentDavid Schulz2019-01-251-0/+38