aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientinterface.h
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* LanguageClient: Support QLocalSocket as transport mediumChristian Kandeler2023-10-301-0/+15
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* LanguageClient: Use Q_DISABLE_COPY_MOVEJarek Kobus2023-04-241-5/+2
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* LSP: Support remote LSP file pathsDavid Schulz2022-12-151-0/+4
* languageclient: Write errors to log fileMarcus Tillmanns2022-12-071-1/+4
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Python: prevent setting local env to remote pylsDavid Schulz2022-06-271-1/+1
* StdIOClientInterface: Connect to done() signalJarek Kobus2022-06-221-1/+0
* Python: add pyside uic extra compilerDavid Schulz2022-06-021-0/+3
* LanguageServerProtocol: remove IContentDavid Schulz2022-05-201-2/+2
* LanguageClient: Move the interface out of the gui threadDavid Schulz2022-05-191-3/+7
* LanguageClient: Move the BaseMessage to JsonRpcMessage conversionDavid Schulz2022-05-171-3/+4
* Get rid of QtcProcess::workingDirectory() overloadJarek Kobus2022-01-181-1/+1
* Utils: Drop QProcess specific parameters from QtcProcess::finished()hjk2021-06-141-1/+1
* LanguageServer: Use Utils::CommandLine in StdIOClientInterfacehjk2021-05-031-2/+1
* LanguageClient: Avoid one use of SynchronousProcesshjk2021-05-031-2/+3
* Java: use a temporary directory for the workspaceDavid Schulz2021-02-231-10/+9
* LanguageClient: fix restart check for stdio clientsDavid Schulz2019-03-121-1/+1
* LSP: separate communication interface and client logicDavid Schulz2019-02-041-0/+96