aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientmanager.h
Commit message (Expand)AuthorAgeFilesLines
* LanguageClient: Add "unexpected" argument to clientRemoved() signalMarcus Tillmanns2024-05-161-2/+2
* LanguageClient: add LanguageClientManager to object poolDavid Schulz2024-01-261-7/+7
* ClangFormat: Replace checks widget with editorArtem Sokolovskii2024-01-261-0/+3
* LanguageClient: Decouple plugin and LanguageClientManager a bithjk2024-01-151-5/+6
* LanguageClient: add workspace configuration project settingsDavid Schulz2023-09-111-0/+3
* Core: add aboutToSave and saved signal to IDocumentDavid Schulz2023-06-151-2/+0
* LanguageClient: track clients scheduled for deletionDavid Schulz2023-05-251-0/+4
* Centralize a PluginManager::isShuttingDown() statusEike Ziller2023-05-231-1/+0
* LanguageClient: Use Q_DISABLE_COPY_MOVEJarek Kobus2023-04-241-2/+2
* DocumentLocatorFilter: Get rid of the arg from c'torJarek Kobus2023-04-181-5/+2
* LanguageClient: add action to open call hierarchyDavid Schulz2023-03-221-0/+1
* DocumentLocatorFilter: Make it more self-containedJarek Kobus2023-03-201-1/+2
* LanguageClient: remove unused codeDavid Schulz2023-01-171-4/+0
* LanguageClient: Add action to restart client to editor toolbarDavid Schulz2023-01-091-0/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* LSP: Support remote LSP file pathsDavid Schulz2022-12-151-1/+0
* LanguageClient: use separate variable to save shutdown stateDavid Schulz2022-10-141-1/+0
* LanguageClient: prevent accessing freed data on shutdownDavid Schulz2022-09-221-0/+1
* 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-1/+1
* ClangCodeModel: Switch to LSP-based UI header approachChristian Kandeler2022-06-021-1/+1
* LanguageClient: Move the BaseMessage to JsonRpcMessage conversionDavid Schulz2022-05-171-3/+4
* LanguageClient: constify createClientDavid Schulz2022-03-211-1/+1
* LanguageClient: rename clientForSetting -> clientsForSettingDavid Schulz2022-03-211-1/+1
* LanguageClient: unify client containerDavid Schulz2022-03-211-5/+5
* LanguageClient: move remove project connection to clientDavid Schulz2021-12-011-1/+0
* ClangCodeModel: Force clangd restart on external changesChristian Kandeler2021-09-071-0/+10
* LanguageClient: Fix possible crashChristian Stenger2021-08-301-0/+1
* ClangCodeModel: Use clangd for completion and function hintChristian Kandeler2021-08-231-0/+1
* ClangCodeModel: Add experimental clangd supportChristian Kandeler2021-04-221-0/+1
* LanguageClient: improve Server startupDavid Schulz2021-02-161-3/+2
* LanguageClient: Rename logger -> inspectorDavid Schulz2021-02-151-3/+3
* LanguageClient: cleanup languageclientmanagerDavid Schulz2021-01-291-1/+0
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* LSP: Do not accumulate connections during signal emissionhjk2020-05-251-0/+1
* LSP: add symbol support classDavid Schulz2020-05-191-3/+0
* LSP: Robustify open documentsDavid Schulz2020-05-141-2/+7
* LSP: react on file list changed signal from projectDavid Schulz2020-05-131-1/+1
* LanguageClient: Add logging windowDavid Schulz2020-03-021-0/+7
* LSP: take account of resolveTarget when checking for linksDavid Schulz2019-11-281-1/+1
* Python: Add info bar entry to enable pylsDavid Schulz2019-10-181-0/+1
* LanguageClient: allow adding settings via the managerDavid Schulz2019-09-231-0/+1
* LanguageClient: export manager, client and settingsDavid Schulz2019-09-191-1/+2
* LanguageClient: have one active client per open documentDavid Schulz2019-09-191-5/+6
* LanguageClient: only send contents of TextDocuments to the serverDavid Schulz2019-09-121-5/+5
* LanguageClient: open a document in just one clientDavid Schulz2019-09-091-3/+7
* Utils: Rename FileName to FilePathhjk2019-05-281-2/+2
* LanguageClient: add locator filters for symbols in workspace/projectDavid Schulz2019-05-141-0/+3
* LanguageClient: Fix crash after disabling client settingDavid Schulz2019-05-091-2/+3