aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* LanguangeClient: Use more FilePathhjk2021-08-311-8/+6
* LSP: Set client working directory to project directoryEike Ziller2021-08-301-2/+10
* LanguageServer: Use Utils::CommandLine in StdIOClientInterfacehjk2021-05-031-2/+1
* LanguageClient: do not auto-assign documents to all clientsDavid Schulz2021-04-201-0/+1
* Fix lupdate issuesEike Ziller2021-03-221-1/+1
* LanguageClient: make typed settings backwards compatibleDavid Schulz2021-03-051-12/+24
* Java: use a temporary directory for the workspaceDavid Schulz2021-02-231-1/+4
* JLS: add special java client that can execute jls commandsDavid Schulz2021-02-191-1/+6
* LanguageClient: move capabilities widget to inspectorDavid Schulz2021-02-181-44/+0
* LanguageClient: Add generic way to provide specialized settingsDavid Schulz2021-02-161-15/+53
* LanguageClient: use less magic when changing settingsDavid Schulz2021-01-291-38/+69
* Fix build with newest Qt6Eike Ziller2020-10-301-1/+1
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-231-3/+3
* Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-3/+3
* 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