aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientsettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* LanguageClient: Fix loading user defined Language Server settingsDavid Schulz4 days1-0/+8
* LSP: mark some clients as not activatableDavid Schulz2025-05-061-1/+1
* LanguangeClient: Prevent crash when opening a single filehjk2025-04-301-1/+3
* LanguageClient: have one LanguageClient per BuildConfighjk2025-04-291-11/+11
* Utils: Allow validators operating on a single string in FancyLineEdithjk2025-04-251-2/+2
* Utils: Use Result<> in FancyLinedit's validatorhjk2025-04-231-9/+6
* LanguageClient: add asserts and early returns for null clientsDavid Schulz2025-04-101-0/+1
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-1/+1
* qmlls: display executable path after nameSami Shalayel2025-01-061-1/+4
* LSP: add BaseSettings::isValidOnProject() virtual methodSami Shalayel2025-01-021-1/+6
* qmlls: link new settings page from old settings pageSami Shalayel2024-12-041-0/+1
* LanguageClient: check project before accessing project settingDavid Schulz2024-12-031-6/+7
* LanguageClient: assert on using null project for settingDavid Schulz2024-12-031-0/+5
* LanguangeClient: Remove some space in the project settings pagehjk2024-12-021-2/+2
* LSP: recreate clients enabled on a projectSami Shalayel2024-12-021-1/+13
* LanguageClient: Allow to disable server per projectDavid Schulz2024-11-271-0/+88
* lsp: restart servers after configuration changeSami Shalayel2024-11-191-1/+1
* Core: Provide settings categories centrallyChristian Kandeler2024-11-151-2/+0
* LanguageClient: Change toMap() signature of settings classeshjk2024-11-111-7/+6
* LSP: Fix memory leakMarcus Tillmanns2024-09-231-1/+3
* LanguageClient: Add option to hide settingsMarcus Tillmanns2024-08-151-7/+54
* LanguageClient: Rename jsonEditor()Marcus Tillmanns2024-07-151-2/+4
* LanguageClient: Don't store client settings multiple timesMarcus Tillmanns2024-06-111-2/+4
* Use LayoutBuilder V2hjk2024-05-271-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