aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* LanguageClient: Replace QRegexp by QRegularExpressionChristian Stenger2020-06-191-4/+9
* All: Use Utils::SkipEmptyPartshjk2020-06-171-3/+6
* LSP: Add setting to provide initializationOptions to the language serverAlexis Murzeau2020-05-111-0/+48
* Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-091-1/+1
* Globally disable WindowContextHelpButtonHintKai Koehne2020-02-251-1/+0
* Core: Introduce a IOptionsPage::setCategoryIconPathhjk2020-01-161-2/+1
* LanguageClient: Avoid problems with old settingsChristian Stenger2019-10-261-0/+1
* Python: Add info bar entry to enable pylsDavid Schulz2019-10-181-0/+23
* Python: Switch pyls on interpreter changeDavid Schulz2019-10-181-0/+7
* LanguageClient: allow adding settings via the managerDavid Schulz2019-09-231-0/+20
* LanguageClient: Fix compileChristian Stenger2019-09-101-1/+1
* LanguageClient: open a document in just one clientDavid Schulz2019-09-091-4/+71
* LanguageClient: Fix file path filter handlingChristian Stenger2019-06-251-4/+4
* Language Client: Fix UI text capitalizationLeena Miettinen2019-06-251-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* LanguageClient: Fix build for older compilerChristian Stenger2019-05-201-3/+3
* LanguageClient: Visualize special trigger charactersChristian Stenger2019-05-171-0/+21
* LanguageClient: Fix crash after disabling client settingDavid Schulz2019-05-091-9/+5
* LanguageClient: add option to start client per projectDavid Schulz2019-04-291-38/+57
* LanguageClient: move setting client relationship to managerDavid Schulz2019-04-241-12/+25
* LanguageClient: remove unneeded forward delarationDavid Schulz2019-04-231-6/+6
* LanguageClient: move current settings to managerDavid Schulz2019-04-231-25/+7
* LanguageClient: Select server entry in settings after "Add"Alessandro Portale2019-04-111-0/+1
* LanguageClient: only use BaseSettings in the settings APIDavid Schulz2019-04-041-29/+27
* LanguageClient: show icon with assigned server names in toolbarDavid Schulz2019-04-031-1/+1
* LanguageClient: Compare expanded arguments for stdio clientsDavid Schulz2019-04-021-1/+6
* LanguageClient: return actual settings instead of fallback settingsDavid Schulz2019-04-021-1/+1
* LanguageClient: Add option to start server when neededDavid Schulz2019-03-151-13/+38
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-141-1/+3
|\
| * LanguageClient: fix restart check for stdio clientsDavid Schulz2019-03-121-1/+3
* | LanguageClient: Allow macro usage in client settingsDavid Schulz2019-03-141-3/+9
* | LanguageClient: move match function to language filterDavid Schulz2019-03-131-0/+14
* | LanguageClient: make current settings accessibleDavid Schulz2019-03-131-2/+19
|/
* LSP: Visualize server capabilities in settings pageDavid Schulz2019-02-121-3/+43
* 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