aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Add a way to (shutdown-)guard pre-created objectshjk2025-01-141-1/+1
* LanguageClient: Compile fixhjk2025-01-131-1/+1
* ClassView: Use recent setup patternhjk2025-01-131-1/+1
* LanguageClient: Hide LanguageClientOutlineWidgetFactory in .cpphjk2024-12-031-2/+1
* Core: Provide settings categories centrallyChristian Kandeler2024-11-151-0/+5
* LanguageClient: generate issue pane entries for diagnosticsDavid Schulz2024-04-191-0/+7
* LSP: Add type hierarchy supportChristian Kandeler2024-03-151-1/+2
* LanguageClient: add LanguageClientManager to object poolDavid Schulz2024-01-261-22/+0
* ClangFormat: Replace checks widget with editorArtem Sokolovskii2024-01-261-0/+23
* LanguageClient: Hide plugin class definition in cpphjk2024-01-161-12/+26
* LanguageClient: Decouple plugin and LanguageClientManager a bithjk2024-01-151-6/+1
* LanguageClient: Use new setup pattern for CallHierarchyFactoryhjk2024-01-101-1/+2
* Core: Rename ActionBuilder::setOn* to addOn*hjk2023-12-131-1/+1
* Core: Rename ActionBuilder::setContainer to addToContainerhjk2023-12-131-1/+1
* LanguageClient: Use new construction pattern for project panelhjk2023-11-161-8/+1
* LanguageClient: Use Core::ActionBuilderhjk2023-11-131-8/+4
* LanguageClient: add workspace configuration project settingsDavid Schulz2023-09-111-0/+10
* LanguageClient: track clients scheduled for deletionDavid Schulz2023-05-251-2/+2
* All Plugins: Use global future synchronizerJarek Kobus2023-04-251-6/+0
* LanguageClient: Introduce workspace matchersJarek Kobus2023-04-181-0/+6
* Use simpler Plugin::initialize() when feasiblehjk2023-01-201-3/+1
* LanguageClient: Tr::trhjk2023-01-201-2/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* LanguageClient: Move the interface out of the gui threadDavid Schulz2022-05-191-0/+1
* LanguageClientManager: Don't delete the client directlyJarek Kobus2022-04-051-1/+1
* Collect Qt Creator debug menu items into common submenuEike Ziller2022-01-261-9/+5
* LanguageClient: add global action to open inspectorDavid Schulz2021-04-261-1/+22
* LanguageClient: Add generic way to provide specialized settingsDavid Schulz2021-02-161-0/+3
* LanguageClient: remove friend relationship between manager and pluginDavid Schulz2019-04-041-1/+22
* LSP: rename BaseClient -> ClientDavid Schulz2019-02-041-1/+1
* LSP: use asynchronous shutdown for running serversDavid Schulz2018-09-201-0/+12
* Introduce a basic client for the language server protocolDavid Schulz2018-09-031-0/+41