aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient
Commit message (Expand)AuthorAgeFilesLines
* LanguageClient: pass id as a const ref when handling client messagesDavid Schulz2020-10-192-4/+4
* LanguageClient: Generate BaseMessage only once per send contentDavid Schulz2020-10-191-4/+3
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-231-3/+3
* LSP: move diagnostic handling from client in a separate classDavid Schulz2020-09-157-116/+221
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-09-142-10/+21
|\
| * LanguageClient: avoid recursive postponed document updateDavid Schulz2020-09-111-3/+17
| * LanguageClient: Fix regular expressionChristian Stenger2020-09-091-1/+1
| * LanguageClient: Fix crash after server shutdownDavid Schulz2020-09-081-6/+3
* | TextEditor: use Utils::FilePath as file member in AssistInterfaceDavid Schulz2020-09-045-10/+8
* | TextEditor: Make threshold for automatic completion configurableChristian Kandeler2020-08-131-2/+3
* | 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-102-5/+22
|\|
| * LSP: prevent nullptr accessDavid Schulz2020-07-281-1/+1
| * LSP: Use document contents to collect search result textsDavid Schulz2020-07-151-4/+21
| * Core/Utils: Migrate further to Utils::Idhjk2020-07-063-6/+7
* | LanguageClient: Improve outlineChristian Stenger2020-07-301-0/+2
* | More Qt6 portinghjk2020-07-222-0/+5
* | Utils: Drop Utils::SkipEmptyParts againhjk2020-07-211-3/+3
* | LSP: Explicify APIDavid Schulz2020-07-156-16/+15
* | LSP: workaround msvc 2017 bugDavid Schulz2020-07-142-4/+3
* | LSP: remove qt version check for markdownDavid Schulz2020-07-102-20/+4
* | Core/Utils: Migrate further to Utils::Idhjk2020-07-063-6/+7
|/
* LSP: Fix a compiler warning about signed/unsigned comparisonArtur Shepilko2020-06-231-1/+1
* Even more Qt6 portinghjk2020-06-232-1/+4
* LSP: Compress document change notificationsDavid Schulz2020-06-223-17/+80
* LSP: Fix and simplify log size restriction logichjk2020-06-191-3/+3
* LanguageClient: Replace QRegexp by QRegularExpressionChristian Stenger2020-06-192-7/+12
* LSP: Remove a use of QLinkedListhjk2020-06-182-10/+10
* LSP: add rename functionalityDavid Schulz2020-06-174-16/+253
* All: Use Utils::SkipEmptyPartshjk2020-06-171-3/+6
* LSP: Fix TextDocumentEdit member nameDavid Schulz2020-06-121-3/+3
* LSP: Do not accumulate connections during signal emissionhjk2020-05-252-4/+8
* LanguageClient: Use a new ListModel convienience functionhjk2020-05-201-2/+2
* Utils: Rename ListModel::forItems to ListModel::forAllDatahjk2020-05-201-1/+1
* LSP: add symbol support classDavid Schulz2020-05-199-156/+275
* LSP: Robustify open documentsDavid Schulz2020-05-144-31/+29
* LSP: fix codeassists running checkDavid Schulz2020-05-143-16/+18
* LSP: do not create empty function hint proposal modelDavid Schulz2020-05-141-3/+7
* LSP: react on file list changed signal from projectDavid Schulz2020-05-134-7/+41
* LSP: addDiagnosticsSelections should be static in Client.cppAlexis Murzeau2020-05-121-2/+2
* CodeAssist: Fix leaking asynchronous processorsDavid Schulz2020-05-125-0/+29
* LSP: CompletionRequest: set triggerCharacter when possibleAlexis Murzeau2020-05-111-3/+8
* LSP: Add setting to provide initializationOptions to the language serverAlexis Murzeau2020-05-114-1/+65
* 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: show tooltips for diagnosticsDavid Schulz2020-05-041-1/+10
* LSP: underline code with diagnostics from the language serverAlexis Murzeau2020-04-291-1/+40
* LSP: update semantic highlighting to use more colorsAlexis Murzeau2020-04-291-0/+4
* LSP: Fix language server desynchronisation when whole file contents changeAlexis Murzeau2020-04-291-1/+8