aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient
Commit message (Expand)AuthorAgeFilesLines
* LanguageClient: create TextMarks only for active clientsDavid Schulz2019-10-172-29/+16
* TextEditor: more FileName -> FilePath renamingDavid Schulz2019-10-013-10/+10
* LanguageClient: make client selector exclusiveDavid Schulz2019-09-261-9/+20
* LanguageClient: allow adding settings via the managerDavid Schulz2019-09-234-0/+29
* LanguageClient: Add already open documents to starting clientDavid Schulz2019-09-231-8/+17
* LanguageClient: always reset code assistant providersDavid Schulz2019-09-201-9/+3
* LanguageClient: export manager, client and settingsDavid Schulz2019-09-194-5/+15
* LanguageClient: Fix typoDavid Schulz2019-09-192-3/+3
* LanguageClient: have one active client per open documentDavid Schulz2019-09-194-111/+117
* LanguageClient: more FileName to FilePath renamingDavid Schulz2019-09-1710-34/+34
* LanguageClient: remember opened documents by TextEditor::TextDocumentDavid Schulz2019-09-162-22/+24
* LanguageClient: only send contents of TextDocuments to the serverDavid Schulz2019-09-126-75/+79
* LanguageClient: remove unused functionDavid Schulz2019-09-122-97/+0
* LanguageClient: set assist provider trigger characters just onceDavid Schulz2019-09-121-17/+18
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-09-121-2/+2
|\
| * Fix MSVC warningsOrgad Shaneh2019-09-111-1/+1
| * LanguageClient: Fix wrong notification after will save signalDavid Schulz2019-09-111-1/+1
* | LanguageClient: remove unsigned cast for HighlightingResultDavid Schulz2019-09-111-3/+3
* | LanguageClient: reset all assist providersDavid Schulz2019-09-117-36/+70
* | LanguageClient: Fix compileChristian Stenger2019-09-101-1/+1
* | LanguageClient: open a document in just one clientDavid Schulz2019-09-098-95/+227
* | Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* | Avoid warning on empty expressionshjk2019-07-231-1/+1
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-221-1/+9
|\|
| * LanguageClient: reverse error list for initialize errorsDavid Schulz2019-07-191-1/+3
| * LanguageClient: include the range length in document updatesDavid Schulz2019-07-191-0/+1
| * LanguageClient: Show outline after server startDavid Schulz2019-07-181-0/+5
* | LanguageClient: remove unused variableDavid Schulz2019-07-091-2/+0
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-281-5/+5
|\|
| * LanguageClient: Fix file path filter handlingChristian Stenger2019-06-251-4/+4
| * Language Client: Fix UI text capitalizationLeena Miettinen2019-06-251-1/+1
* | LanguageClient: add support for proposed semantic highlightDavid Schulz2019-06-218-7/+279
|/
* LanguageClient: remove experimental flagDavid Schulz2019-06-131-1/+0
* Utils: Rename FileName to FilePathhjk2019-05-289-24/+24
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-2/+2
* CMake: Do not build .pri-fileTobias Hunger2019-05-271-1/+0
* LanguageClient: add signature help providerDavid Schulz2019-05-217-0/+213
* LanguageClient: Fix build for older compilerChristian Stenger2019-05-201-3/+3
* Qt Creator CMake portCristian Adam2019-05-171-0/+21
* LanguageClient: Visualize special trigger charactersChristian Stenger2019-05-171-0/+21
* LanguageClient: Ensure scrolling to selected outline itemChristian Stenger2019-05-171-0/+2
* LanguageClient: update outline after document changesDavid Schulz2019-05-171-0/+5
* LanguageClient: add hover handlerDavid Schulz2019-05-177-0/+233
* LanguageClient: only replace the default completion providerDavid Schulz2019-05-172-13/+19
* LanguageClient: always set client capabilitiesDavid Schulz2019-05-171-4/+3
* LanguageClient: add locator filters for symbols in workspace/projectDavid Schulz2019-05-144-34/+201
* LanguageClient: Fix icon cacheChristian Stenger2019-05-141-1/+1
* LanguageClient: Fix deadlock in locatorfilterDavid Schulz2019-05-131-1/+3
* LanguageClient: send partial document in update notificationDavid Schulz2019-05-132-11/+35
* LanguageClient: Fix crash after disabling client settingDavid Schulz2019-05-093-29/+31