aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientsettings.h
Commit message (Expand)AuthorAgeFilesLines
* LSP: mark some clients as not activatableDavid Schulz13 days1-0/+2
* LanguageClient: have one LanguageClient per BuildConfighjk2025-04-291-5/+10
* LSP: add BaseSettings::isValidOnProject() virtual methodSami Shalayel2025-01-021-0/+1
* LSP: recreate clients enabled on a projectSami Shalayel2024-12-021-0/+1
* LanguageClient: Allow to disable server per projectDavid Schulz2024-11-271-0/+9
* LanguageClient: Change toMap() signature of settings classeshjk2024-11-111-2/+3
* LanguageClient: Add option to hide settingsMarcus Tillmanns2024-08-151-0/+1
* LanguageClient: Rename jsonEditor()Marcus Tillmanns2024-07-151-1/+1
* Use LayoutBuilder V2hjk2024-05-271-1/+1
* LSP: Remove unused function declarationMarcus Tillmanns2024-05-161-3/+0
* Lua: Add lsp supportMarcus Tillmanns2024-04-191-0/+2
* LanguageClient: Allow to define Clients that cannot be added by the userDavid Schulz2024-04-181-0/+1
* LanguageClient: Use Layoutbuilder and FormMarcus Tillmanns2024-04-161-1/+7
* LSP: Make it obvious which functions need overloadsMarcus Tillmanns2024-01-111-2/+2
* LanguageClient: Use new construction pattern for project panelhjk2023-11-161-11/+2
* Utils: Use a proper class as Keyhjk2023-09-271-2/+2
* LanguageClient: add workspace configuration project settingsDavid Schulz2023-09-111-0/+26
* Utils: Rename the new Storage to Storehjk2023-08-241-4/+4
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-4/+4
* LanguageClient: Tr::trhjk2023-01-201-1/+0
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Python: automatically disable outdated pyls settingsDavid Schulz2022-06-241-1/+1
* LanguageClient: fix todoDavid Schulz2022-06-071-7/+2
* LanguageClient: pimpl Client and cleanup includesDavid Schulz2022-05-231-1/+2
* LanguageClient: constify createClientDavid Schulz2022-03-211-2/+2
* LanguageClient: support sorting outline combo box itemsDavid Schulz2022-02-231-0/+3
* Python: add lsp configuration widgetDavid Schulz2022-02-091-0/+5
* LanguangeClient: Use more FilePathhjk2021-08-311-2/+2
* LSP: Set client working directory to project directoryEike Ziller2021-08-301-1/+7
* Move CommandLine out of fileutils.hEike Ziller2021-05-111-2/+2
* JLS: add special java client that can execute jls commandsDavid Schulz2021-02-191-0/+1
* LanguageClient: export settings widgetsDavid Schulz2021-02-161-2/+2
* LanguageClient: Add generic way to provide specialized settingsDavid Schulz2021-02-161-1/+16
* LanguageClient: use less magic when changing settingsDavid Schulz2021-01-291-5/+6
* LSP: Add setting to provide initializationOptions to the language serverAlexis Murzeau2020-05-111-0/+7
* 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