aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use LayoutBuilder V2hjk10 days1-3/+7
* Lua: Add lsp supportMarcus Tillmanns2024-04-191-0/+21
* LanguageClient: Allow to define Clients that cannot be added by the userDavid Schulz2024-04-181-0/+2
* LanguageClient: Fix storing settingsMarcus Tillmanns2024-04-181-1/+1
* LanguageClient: Do not remove settings for unregistered client typesDavid Schulz2024-04-161-4/+13
* LanguageClient: Use Layoutbuilder and FormMarcus Tillmanns2024-04-161-44/+46
* LanguageClientSettingsPageWidget: Don't leak QActionsJarek Kobus2024-03-141-1/+1
* LanguageClientSettingsPageWidget: Don't leak QMenuJarek Kobus2024-03-131-1/+1
* Various plugins: Fix some more C++20 warnings about [=] capturesJarek Kobus2024-02-061-4/+2
* LanguageClient: Don't needlessly store empty valuesMarcus Tillmanns2024-02-011-2/+4
* TextEditor: Use new setup pattern for PlainTextEditorFactoryhjk2024-01-291-1/+1
* LSP: Make it obvious which functions need overloadsMarcus Tillmanns2024-01-111-5/+0
* LanguageClient: also check for inherited mime typesDavid Schulz2024-01-111-3/+9
* Utils: Proliferate use of <utils/mimeconstants.h>Alessandro Portale2023-12-191-1/+2
* Work on lambdas C++20 compatibilitySerg Kryvonos2023-12-131-1/+1
* ProjectExplorer: Let ProjectPanelFactories auto-registerhjk2023-11-161-1/+0
* LanguageClient: Use new construction pattern for project panelhjk2023-11-161-20/+49
* Fix missing overrides and redundant virtualAlessandro Portale2023-11-141-1/+1
* LanguageClient: Simplify group box title and fix "JSON"Eike Ziller2023-10-191-2/+2
* LanguageClient: Use reference type in iteratorOrgad Shaneh2023-10-061-1/+1
* All: Even less #include <QSettings>hjk2023-09-271-1/+0
* Utils: Use a proper class as Keyhjk2023-09-271-2/+2
* LanguageClient: add workspace configuration project settingsDavid Schulz2023-09-111-1/+60
* LanguageClient: use json editor in language client settingsDavid Schulz2023-08-291-4/+11
* Utils: Introduce variantFromStore and storeFromVarianthjk2023-08-281-2/+2
* Plugins: A bit more Keys and Storehjk2023-08-251-7/+7
* Utils: Rename the new Storage to Storehjk2023-08-241-2/+2
* Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-2/+4
* LanguageClient: Fix settings loadingDavid Schulz2023-08-171-6/+3
* Utils: use Text::Position instead of LineColumn in textutilsDavid Schulz2023-05-111-4/+4
* Utils: remove OptionalLineColumnDavid Schulz2023-05-111-3/+3
* LanguageClient: Explicitly qualify one QObject::connecthjk2023-05-081-1/+1
* LanguageServer: Use IOptionPage::setWidgetCreator() for settingshjk2023-05-041-67/+50
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-1/+1
* LanguageClient: Tr::trhjk2023-01-201-21/+18
* Fully qualify Tr::tr calls for the cases where lupdate needs thisAlessandro Portale2023-01-171-1/+1
* Prefix Tr::tr contexts with ::hjk2023-01-131-2/+1
* Editor: Allow to hide annotations for a group of text marksDavid Schulz2023-01-121-3/+8
* Utils: Rename most FilePath::{from,to}Variant uses to {from,to}Settingshjk2023-01-101-2/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* LanguageServer: Add tooltip to file patternMarcus Tillmanns2022-12-161-1/+4
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Python: automatically disable outdated pyls settingsDavid Schulz2022-06-241-8/+10
* Python: globalize Python language server settingsDavid Schulz2022-06-101-0/+1
* LanguageClient: fix todoDavid Schulz2022-06-071-2/+7
* Utils: More forward declarations / drop unused headers [T-Z]Jarek Kobus2022-05-251-0/+1
* LanguageClient: constify createClientDavid Schulz2022-03-211-3/+3
* LanguageClient: rename clientForSetting -> clientsForSettingDavid Schulz2022-03-211-1/+1
* Mimetypes: Make implementation switchable between new and oldEike Ziller2022-02-251-2/+1
* LanguageClient: support sorting outline combo box itemsDavid Schulz2022-02-231-0/+18