aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: return all BaseTextEditor for a documentDavid Schulz2019-03-131-0/+12
* LanguageClient: connect the opened editor to LanguageClientManagerDavid Schulz2019-03-121-14/+12
* LanguageClient: Fix possible crash on shutdownChristian Stenger2019-03-061-1/+4
* LSP: move text marks from the manager to the individual clientsDavid Schulz2019-02-041-89/+0
* LSP: rename BaseClient -> ClientDavid Schulz2019-02-041-25/+25
* LSP: add Command and CodeAction support to the language clientDavid Schulz2019-01-311-2/+8
* LSP: add a convenient function returning a TextDocumentDavid Schulz2019-01-251-13/+10
* LSP: Collect usages of the symbol under cursorDavid Schulz2019-01-171-0/+76
* Fix warning: "Missing reference in range-for with non trivial type"Alessandro Portale2019-01-161-1/+1
* LSP: add outline supportDavid Schulz2019-01-101-0/+9
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-12-071-2/+2
|\
| * LSP: fix crash after last server restart attemptDavid Schulz2018-12-051-2/+2
* | LSP: simplify request response typeDavid Schulz2018-11-201-1/+1
* | LanguageClient: ModernizeAlessandro Portale2018-11-141-1/+1
|/
* LSP: Inform user about an unexpected server finish without restart attemptDavid Schulz2018-11-061-0/+2
* LSP: Avoid crash in shutdownChristian Stenger2018-11-051-0/+1
* LSP: forcefully close language server after 3 seconds on shutdownDavid Schulz2018-11-051-0/+5
* LSP: split out settings specific for std io clientsDavid Schulz2018-10-151-0/+1
* LanguageClient: Perform safe shutdown of clientsChristian Stenger2018-10-151-2/+6
* LSP: let the settings generate the clientDavid Schulz2018-09-201-11/+0
* LSP: limit the number of server restart attemptsDavid Schulz2018-09-201-2/+1
* LSP: use asynchronous shutdown for running serversDavid Schulz2018-09-201-6/+27
* LSP: correctly shutdown client that is currently being restartedDavid Schulz2018-09-191-4/+12
* LSP: support 'window/showMessageRequest' and 'window/showMessage'David Schulz2018-09-141-0/+2
* LSP: move templated register function to JsonRpcMessageHandlerDavid Schulz2018-09-141-11/+2
* LSP: generalize adding message providerDavid Schulz2018-09-131-7/+10
* LSP: use QtcProcess::splitArgs for language server argumentsDavid Schulz2018-09-111-0/+9
* LSP: do not connect the clients finished signal multiple times to the managerDavid Schulz2018-09-051-0/+1
* Introduce a basic client for the language server protocolDavid Schulz2018-09-031-0/+322