aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* LanguageClient: Fix loading user defined Language Server settingsDavid Schulz7 days1-0/+2
* LSP: mark some clients as not activatableDavid Schulz2025-05-061-4/+12
* LanguageClient: Avoid accessing deleted build configDavid Schulz2025-04-291-3/+8
* LanguageClient: have one LanguageClient per BuildConfighjk2025-04-291-56/+63
* Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-04-111-1/+2
|\
| * LanguageClient: add asserts and early returns for null clientsDavid Schulz2025-04-101-1/+2
* | Avoid potential detach of non-const Qt containers in range-loops 2/2Alessandro Portale2025-03-241-1/+1
|/
* LanguageClient: fix assert when closing a shadow documentDavid Schulz2025-03-051-7/+1
* lsp: do not restart servers shutting downSami Shalayel2025-01-301-1/+2
* Utils: Add a way to (shutdown-)guard pre-created objectshjk2025-01-141-4/+4
* LSP: avoid duplicates in sortedSettingsForDocument()Sami Shalayel2025-01-021-1/+1
* Merge "Merge remote-tracking branch 'origin/15.0'"The Qt Project2025-01-021-5/+11
|\
| * Merge remote-tracking branch 'origin/15.0'Eike Ziller2025-01-021-5/+11
| |\
| | * LanguageClient: check pointer before accessing itDavid Schulz2024-12-171-5/+11
| | * LSP: fix typo in conditionDavid Schulz2024-12-161-1/+2
* | | LSP: add BaseSettings::isValidOnProject() virtual methodSami Shalayel2025-01-021-1/+8
|/ /
* | LSP: fix typo in conditionSami Shalayel2024-12-161-1/+2
* | Merge remote-tracking branch 'origin/15.0'Eike Ziller2024-12-051-29/+20
|\|
| * LanguageClient: Export function to write settingsMarcus Tillmanns2024-12-041-1/+6
| * LanguageClient: fix opening docs after always on client settings changeDavid Schulz2024-12-031-26/+14
| * LanguageClient: Export function to restart clients for a settingDavid Schulz2024-12-031-58/+62
* | LanguageClient: Allow to disable server per projectDavid Schulz2024-11-271-1/+19
* | LanguageClient: Export function to restart clients for a settingDavid Schulz2024-11-201-58/+62
* | LanguageClient: stabilize Manager ApiDavid Schulz2024-11-181-1/+8
|/
* QmlDesinger: Replace some [&] captures with [this]Jarek Kobus2024-07-291-1/+1
* LanguageClient: Add clientsForSettingIdMarcus Tillmanns2024-07-161-3/+8
* LanguageClient: Add clientsByName()Marcus Tillmanns2024-07-121-0/+9
* LanguageClient: show unreachable servers in the lsp menuDavid Schulz2024-07-101-4/+5
* LanguageClient: avoid crash on collecting clients for a null settingDavid Schulz2024-06-251-0/+1
* LanguageClient: Add "unexpected" argument to clientRemoved() signalMarcus Tillmanns2024-05-161-3/+3
* LanguageClient: Suppress a compiler warninghjk2024-03-111-1/+2
* LanguageClient: add LanguageClientManager to object poolDavid Schulz2024-01-261-17/+12
* ClangFormat: Replace checks widget with editorArtem Sokolovskii2024-01-261-0/+15
* LanguageClient: fix reassigning documents to restarted serverDavid Schulz2024-01-221-7/+15
* LanguageClient: Decouple plugin and LanguageClientManager a bithjk2024-01-151-9/+6
* LanguageClient: also check for inherited mime typesDavid Schulz2024-01-111-31/+65
* LanguageClient: auto setup yaml and json lsDavid Schulz2024-01-031-0/+2
* LanguageClient: Reset maximum restart tries on explicit restartChristian Stenger2023-11-091-0/+1
* LanguageClient: Fix crashed client restart conditionDavid Schulz2023-10-201-1/+2
* LanguageClient: properly deactivate documents for closing ClientsDavid Schulz2023-10-181-4/+8
* LanguageClient: support additional goto targets in symbol supportDavid Schulz2023-09-291-2/+18
* LanguageClient: add workspace configuration project settingsDavid Schulz2023-09-111-0/+17
* LanguageClient: cancel find link at requests on rerequestDavid Schulz2023-08-281-1/+1
* LanguageClient: only restart successfully initialized clientsDavid Schulz2023-08-171-1/+1
* LanguageClient: Add context object into connectionsJarek Kobus2023-08-031-1/+1
* Core: add aboutToSave and saved signal to IDocumentDavid Schulz2023-06-151-22/+0
* CppEditor: Reuse QScopeGuard instead of ExecuteOnDestructionJarek Kobus2023-06-071-1/+0
* LanguageClient: track clients scheduled for deletionDavid Schulz2023-05-251-1/+22
* Copilot: shutdown plugin asynchronouslyDavid Schulz2023-05-241-1/+7
* Centralize a PluginManager::isShuttingDown() statusEike Ziller2023-05-231-13/+7