aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* LSP: fix outline's selected item when writingAlexis Murzeau2020-04-291-0/+6
* LSP: Fix completion assist that could be the wrong providerAlexis Murzeau2020-04-291-1/+1
* Utils: Replace FileChooser::path() by filePath().toString()hjk2020-04-091-1/+1
* LanguageClient: Resolve recursive includeDavid Schulz2020-03-262-1/+5
* LanguageClient: Fix setting trigger chars for function hint providerDavid Schulz2020-03-261-1/+1
* LanguageClient: Fix build with namespaced QtChristian Stenger2020-03-031-2/+0
* LanguageClient: Fix passing proposalsChristian Stenger2020-03-021-9/+8
* LanguageClient: Add logging windowDavid Schulz2020-03-029-0/+469
* LanguageClient: Request symbols in outline combo box constructorDavid Schulz2020-03-021-0/+2
* LanguageClient: request symbols for all compressed urisDavid Schulz2020-03-021-1/+1
* LanguageClient: clear compressed uri after requesting symbolsDavid Schulz2020-03-021-0/+1
* CMake Build: Fix linking PythonPlugin in Debug mode with MinGWCristian Adam2020-02-261-1/+1
* Editor: Fix crash in codeassistDavid Schulz2020-02-261-2/+5
* Merge remote-tracking branch 'origin/4.11' into 4.12Eike Ziller2020-02-262-3/+7
|\
| * LanguageClient: Fix client restart after crashDavid Schulz2020-02-252-1/+4
| * LanguageClient: Only send contentsChanged notification to reachable clientsDavid Schulz2020-02-251-1/+1
| * LanguageClient: Only send position changed signals to reachable clientsDavid Schulz2020-02-251-1/+2
* | Globally disable WindowContextHelpButtonHintKai Koehne2020-02-251-1/+0
* | CodeAssistant: add cancel to asynchronous processorsDavid Schulz2020-02-203-12/+39
* | LanguageClient: fix memory leak in client initializationDavid Schulz2020-02-201-6/+6
* | LanguageClient: fix soft assert for uninitialized serverDavid Schulz2020-02-201-1/+1