summaryrefslogtreecommitdiff
path: root/src/plugins/languageclient/languageclientsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* LSP: rename BaseClient -> ClientDavid Schulz2019-02-041-3/+3
* LSP: separate communication interface and client logicDavid Schulz2019-02-041-10/+15
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-171-1/+1
* Fix warning: "Unused non-trivial variable"Alessandro Portale2019-01-171-3/+0
* LanguageClient: ModernizeAlessandro Portale2018-11-141-1/+1
* Fix missing translation contextsEike Ziller2018-10-251-2/+4
* LanguageClient: Use FancyLineEdit in MimeTypeDialogAlessandro Portale2018-10-221-1/+3
* LSP: Sort available MIME typesChristian Stenger2018-10-191-0/+1
* LSP: support file pattern filter and multiple mime types for lsp clientsDavid Schulz2018-10-181-22/+125
* LSP: warn on non existing language client executablesDavid Schulz2018-10-171-2/+1
* LSP: remove unused LanguageChooseDelegateDavid Schulz2018-10-161-27/+0
* LSP: Create settings widget based on settings typeDavid Schulz2018-10-161-92/+196
* LSP: split out settings specific for std io clientsDavid Schulz2018-10-151-65/+104
* LanguageClient: Sync settings on plugin initializationChristian Stenger2018-10-151-0/+1
* LSP: Store settings in the settingspageDavid Schulz2018-10-111-62/+78
* LanguageClient: Add an options iconAlessandro Portale2018-10-051-1/+2
* LSP: make fromMap() a non static member functionDavid Schulz2018-09-211-7/+9
* LSP: rename LanguageClientSettings -> BaseSettingsDavid Schulz2018-09-201-12/+12
* LSP: store settings on the heapDavid Schulz2018-09-201-36/+29
* LSP: let the settings generate the clientDavid Schulz2018-09-201-1/+10
* LSP: correctly shutdown client that is currently being restartedDavid Schulz2018-09-191-3/+8
* LSP: use QtcProcess::splitArgs for language server argumentsDavid Schulz2018-09-111-10/+6
* LSP: Use MimeType file filter for language serversDavid Schulz2018-09-101-13/+22
* Introduce a basic client for the language server protocolDavid Schulz2018-09-031-0/+408