aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/client.cpp
Commit message (Expand)AuthorAgeFilesLines
* LanguageClient: Generate BaseMessage only once per send contentDavid Schulz2020-10-191-4/+3
* LSP: move diagnostic handling from client in a separate classDavid Schulz2020-09-151-109/+8
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-09-141-9/+20
|\
| * LanguageClient: avoid recursive postponed document updateDavid Schulz2020-09-111-3/+17
| * LanguageClient: Fix crash after server shutdownDavid Schulz2020-09-081-6/+3
* | TextEditor: use Utils::FilePath as file member in AssistInterfaceDavid Schulz2020-09-041-2/+2
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-131-6/+8
|\|
| * LSP: use DocumentUri as workspaceFolderDavid Schulz2020-08-131-6/+8
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-101-1/+1
|\|
| * LSP: prevent nullptr accessDavid Schulz2020-07-281-1/+1
| * Core/Utils: Migrate further to Utils::Idhjk2020-07-061-2/+2
* | LSP: Explicify APIDavid Schulz2020-07-151-8/+9
* | LSP: workaround msvc 2017 bugDavid Schulz2020-07-141-1/+1
* | LSP: remove qt version check for markdownDavid Schulz2020-07-101-4/+0
* | Core/Utils: Migrate further to Utils::Idhjk2020-07-061-2/+2
|/
* LSP: Compress document change notificationsDavid Schulz2020-06-221-15/+48
* LSP: add rename functionalityDavid Schulz2020-06-171-2/+13
* LSP: add symbol support classDavid Schulz2020-05-191-37/+6
* LSP: Robustify open documentsDavid Schulz2020-05-141-5/+5
* LSP: react on file list changed signal from projectDavid Schulz2020-05-131-0/+18
* LSP: addDiagnosticsSelections should be static in Client.cppAlexis Murzeau2020-05-121-2/+2
* CodeAssist: Fix leaking asynchronous processorsDavid Schulz2020-05-121-0/+16
* LSP: Add setting to provide initializationOptions to the language serverAlexis Murzeau2020-05-111-1/+8
* LSP: Always override the assist providers if the server supports themAlexis Murzeau2020-05-111-10/+18
* LSP: allow non versioned text document in SemanticHighlightingParamsAlexis Murzeau2020-05-111-2/+11
* LSP: underline code with diagnostics from the language serverAlexis Murzeau2020-04-291-1/+40
* LSP: Fix language server desynchronisation when whole file contents changeAlexis Murzeau2020-04-291-1/+8
* LanguageClient: Fix setting trigger chars for function hint providerDavid Schulz2020-03-261-1/+1
* LanguageClient: Add logging windowDavid Schulz2020-03-021-0/+7
* Merge remote-tracking branch 'origin/4.11' into 4.12Eike Ziller2020-02-261-2/+3
|\
| * LanguageClient: Fix client restart after crashDavid Schulz2020-02-251-1/+2
| * LanguageClient: Only send contentsChanged notification to reachable clientsDavid Schulz2020-02-251-1/+1
* | LanguageClient: fix memory leak in client initializationDavid Schulz2020-02-201-6/+6
* | LanguageClient: fix soft assert for uninitialized serverDavid Schulz2020-02-201-1/+1
* | LanguageClient: update semantic highlighting only if server supports itDavid Schulz2020-02-181-2/+4
* | LanguageClient: Print json before error messageDavid Schulz2020-02-121-23/+32
* | LanguageClient: introduce new type for gorgeous formatted errorsDavid Schulz2020-02-121-8/+5
* | Merge remote-tracking branch 'origin/4.11'Eike Ziller2020-02-051-1/+0
|\|
| * LanguageClient: keep the project on client resetDavid Schulz2020-01-221-1/+0
* | LanguageClient: add lsp based auto formatterDavid Schulz2020-01-221-7/+105
* | Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-12-161-0/+2
|\|
| * LanguageClient: Fix crash on closing qc while restarting a serverv4.11.0David Schulz2019-12-101-0/+2
* | LanguageClient: Support markdown tool tips with Qt 5.14Eike Ziller2019-11-191-0/+4
|/
* LanguageClient: Do not add hover handler twice to editorDavid Schulz2019-11-061-1/+5
* LanguageClient: create TextMarks only for active clientsDavid Schulz2019-10-171-28/+15
* TextEditor: more FileName -> FilePath renamingDavid Schulz2019-10-011-7/+7
* LanguageClient: always reset code assistant providersDavid Schulz2019-09-201-9/+3
* LanguageClient: Fix typoDavid Schulz2019-09-191-2/+2
* LanguageClient: have one active client per open documentDavid Schulz2019-09-191-38/+66
* LanguageClient: more FileName to FilePath renamingDavid Schulz2019-09-171-20/+20