summaryrefslogtreecommitdiff
path: root/src/plugins/languageclient/baseclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* LSP: rename BaseClient -> ClientDavid Schulz2019-02-041-901/+0
* LSP: separate communication interface and client logicDavid Schulz2019-02-041-126/+38
* LSP: add Command and CodeAction support to the language clientDavid Schulz2019-01-311-3/+110
* LSP: clear message buffer after everything was parsedDavid Schulz2019-01-241-0/+5
* LSP: Collect usages of the symbol under cursorDavid Schulz2019-01-171-10/+43
* LSP: add outline supportDavid Schulz2019-01-101-0/+10
* LSP: replace LanguageClientNull with nullptr_tDavid Schulz2019-01-081-3/+3
* LSP: simplify request response typeDavid Schulz2018-11-201-8/+8
* LanguageClient: ModernizeAlessandro Portale2018-11-141-1/+1
* LSP: Add missing argument to initialize error dialog titleDavid Schulz2018-10-241-1/+1
* LSP: Use multi-arg version of arg()Robert Loehning2018-10-231-1/+1
* LSP: Fix capitalization of UI textLeena Miettinen2018-10-191-1/+1
* LSP: Restart client if language filter settings changeChristian Stenger2018-10-191-2/+4
* LSP: support file pattern filter and multiple mime types for lsp clientsDavid Schulz2018-10-181-5/+13
* LSP: fix crashing and leaking memoryDavid Schulz2018-10-161-2/+10
* LSP: split out settings specific for std io clientsDavid Schulz2018-10-151-5/+10
* LanguageClient: Fix conditionChristian Stenger2018-10-151-1/+1
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-2/+2
* LSP: fix StdIOClient match functionDavid Schulz2018-09-211-1/+1
* LSP: rename LanguageClientSettings -> BaseSettingsDavid Schulz2018-09-201-1/+1
* LSP: store settings on the heapDavid Schulz2018-09-201-3/+2
* LSP: limit the number of server restart attemptsDavid Schulz2018-09-201-1/+5
* LSP: Fix lagging behind "documentHighlight"Eike Ziller2018-09-191-2/+7
* LSP: support 'window/showMessageRequest' and 'window/showMessage'David Schulz2018-09-141-1/+53
* LSP: const correct ShowMessageParams::toString()David Schulz2018-09-131-1/+2
* LSP: seek input buffer to the end before writing to itDavid Schulz2018-09-131-0/+2
* LSP: use QtcProcess::splitArgs for language server argumentsDavid Schulz2018-09-111-5/+8
* LSP: Use MimeType file filter for language serversDavid Schulz2018-09-101-7/+6
* Introduce a basic client for the language server protocolDavid Schulz2018-09-031-0/+746