aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientmanager.h
Commit message (Expand)AuthorAgeFilesLines
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* LSP: Do not accumulate connections during signal emissionhjk2020-05-251-0/+1
* LSP: add symbol support classDavid Schulz2020-05-191-3/+0
* LSP: Robustify open documentsDavid Schulz2020-05-141-2/+7
* LSP: react on file list changed signal from projectDavid Schulz2020-05-131-1/+1
* LanguageClient: Add logging windowDavid Schulz2020-03-021-0/+7
* LSP: take account of resolveTarget when checking for linksDavid Schulz2019-11-281-1/+1
* Python: Add info bar entry to enable pylsDavid Schulz2019-10-181-0/+1
* LanguageClient: allow adding settings via the managerDavid Schulz2019-09-231-0/+1
* LanguageClient: export manager, client and settingsDavid Schulz2019-09-191-1/+2
* LanguageClient: have one active client per open documentDavid Schulz2019-09-191-5/+6
* LanguageClient: only send contents of TextDocuments to the serverDavid Schulz2019-09-121-5/+5
* LanguageClient: open a document in just one clientDavid Schulz2019-09-091-3/+7
* Utils: Rename FileName to FilePathhjk2019-05-281-2/+2
* LanguageClient: add locator filters for symbols in workspace/projectDavid Schulz2019-05-141-0/+3
* LanguageClient: Fix crash after disabling client settingDavid Schulz2019-05-091-2/+3
* LanguageClient: add current document locator filterDavid Schulz2019-04-301-0/+3
* LanguageClient: add option to start client per projectDavid Schulz2019-04-291-3/+4
* LanguageClient: move setting client relationship to managerDavid Schulz2019-04-241-0/+3
* LanguageClient: move current settings to managerDavid Schulz2019-04-231-0/+4
* LanguageClient: remove friend relationship between manager and pluginDavid Schulz2019-04-041-3/+1
* LanguageClient: connect each editor widget to the LanguageClientManagerDavid Schulz2019-03-121-0/+1
* LanguageClient: Use document instead of editor opened/closedDavid Schulz2019-03-121-2/+2
* LSP: move text marks from the manager to the individual clientsDavid Schulz2019-02-041-9/+0
* LSP: rename BaseClient -> ClientDavid Schulz2019-02-041-12/+12
* LSP: add Command and CodeAction support to the language clientDavid Schulz2019-01-311-1/+1
* LSP: Collect usages of the symbol under cursorDavid Schulz2019-01-171-0/+1
* LSP: add outline supportDavid Schulz2019-01-101-0/+2
* LanguageClient: ModernizeAlessandro Portale2018-11-141-3/+3
* LSP: let the settings generate the clientDavid Schulz2018-09-201-1/+0
* LSP: use asynchronous shutdown for running serversDavid Schulz2018-09-201-0/+8
* LSP: correctly shutdown client that is currently being restartedDavid Schulz2018-09-191-0/+2
* LSP: use QtcProcess::splitArgs for language server argumentsDavid Schulz2018-09-111-0/+2
* Introduce a basic client for the language server protocolDavid Schulz2018-09-031-0/+95