summaryrefslogtreecommitdiff
path: root/src/plugins/languageclient/languageclientsettings.h
Commit message (Expand)AuthorAgeFilesLines
* Python: Add info bar entry to enable pylsDavid Schulz2019-10-181-0/+1
* Python: Switch pyls on interpreter changeDavid Schulz2019-10-181-0/+3
* LanguageClient: allow adding settings via the managerDavid Schulz2019-09-231-0/+1
* LanguageClient: export manager, client and settingsDavid Schulz2019-09-191-3/+5
* LanguageClient: remove unused variableDavid Schulz2019-07-091-2/+0
* Utils: Rename FileName to FilePathhjk2019-05-281-2/+2
* LanguageClient: add option to start client per projectDavid Schulz2019-04-291-4/+16
* LanguageClient: move setting client relationship to managerDavid Schulz2019-04-241-3/+5
* LanguageClient: remove unneeded forward delarationDavid Schulz2019-04-231-5/+0
* LanguageClient: move current settings to managerDavid Schulz2019-04-231-1/+1
* LanguageClient: only use BaseSettings in the settings APIDavid Schulz2019-04-041-3/+3
* LanguageClient: Compare expanded arguments for stdio clientsDavid Schulz2019-04-021-0/+1
* LanguageClient: Add option to start server when neededDavid Schulz2019-03-151-1/+7
* LanguageClient: remove unused settings constructorsDavid Schulz2019-03-141-12/+0
* LanguageClient: move match function to language filterDavid Schulz2019-03-131-1/+5
* LanguageClient: make current settings accessibleDavid Schulz2019-03-131-0/+6
* LSP: rename BaseClient -> ClientDavid Schulz2019-02-041-3/+3
* LSP: separate communication interface and client logicDavid Schulz2019-02-041-2/+6
* LanguageClient: ModernizeAlessandro Portale2018-11-141-2/+2
* LSP: support file pattern filter and multiple mime types for lsp clientsDavid Schulz2018-10-181-7/+19
* LSP: Create settings widget based on settings typeDavid Schulz2018-10-161-0/+41
* LSP: split out settings specific for std io clientsDavid Schulz2018-10-151-12/+46
* LSP: Store settings in the settingspageDavid Schulz2018-10-111-6/+9
* LSP: make fromMap() a non static member functionDavid Schulz2018-09-211-2/+1
* LSP: rename LanguageClientSettings -> BaseSettingsDavid Schulz2018-09-201-5/+10
* LSP: store settings on the heapDavid Schulz2018-09-201-2/+0
* LSP: let the settings generate the clientDavid Schulz2018-09-201-0/+4
* LSP: use QtcProcess::splitArgs for language server argumentsDavid Schulz2018-09-111-2/+2
* LSP: Use MimeType file filter for language serversDavid Schulz2018-09-101-3/+3
* Introduce a basic client for the language server protocolDavid Schulz2018-09-031-0/+66