aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* LanguageClient: Remove the old matchesFor() implementationJarek Kobus2023-05-151-5/+4
* DocumentLocatorFilter: Get rid of the arg from c'torJarek Kobus2023-04-181-1/+12
* LanguageClient: remove unused variablesDavid Schulz2023-03-231-2/+2
* LanguageClient: add action to open call hierarchyDavid Schulz2023-03-221-0/+11
* DocumentLocatorFilter: Make it more self-containedJarek Kobus2023-03-201-2/+2
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-5/+5
* LanguageClient: Tr::trhjk2023-01-201-2/+7
* LanguageClient: Do not untrack documents before restarting a clientDavid Schulz2023-01-191-1/+4
* LanguageClient: remove unused codeDavid Schulz2023-01-171-16/+0
* LanguageClient: Add action to restart client to editor toolbarDavid Schulz2023-01-091-0/+14
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* LanguageServer: Add tooltip to file patternMarcus Tillmanns2022-12-161-2/+0
* LSP: Support remote LSP file pathsDavid Schulz2022-12-151-5/+0
* LanguageClient: Fix handling of defective language serverDavid Schulz2022-12-071-0/+2
* LanguageClient: prevent nullptr accessDavid Schulz2022-11-301-1/+1
* LanguageClient: deactivate documents on client shutdownDavid Schulz2022-10-141-3/+4
* LanguageClient: use separate variable to save shutdown stateDavid Schulz2022-10-141-7/+8
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-6/+6
* LanguageClient: show only one inspector widget at a timeDavid Schulz2022-09-271-4/+1
* LanguageClient: correctly initialize editors of opened documentsDavid Schulz2022-09-231-2/+1
* LanguageClient: ensure that deleted clients are untracked in managerDavid Schulz2022-09-221-0/+8
* LanguageClient: prevent accessing freed data on shutdownDavid Schulz2022-09-221-0/+5
* LanguageClient: postpone outline update until documents are openedDavid Schulz2022-09-081-2/+6
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* LanguageClient: Add LanguageClientManager::clientAdded() signalChristian Kandeler2022-08-041-0/+1
* Python: automatically disable outdated pyls settingsDavid Schulz2022-06-241-2/+2
* Do not pass Utils::LinkHandler by rvalue refChristian Kandeler2022-06-071-1/+1
* Utils: Rename ProcessLinkCallback to something less clumsyChristian Kandeler2022-06-031-1/+1
* ClangCodeModel: Switch to LSP-based UI header approachChristian Kandeler2022-06-021-1/+1