aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-182-6/+10
* | 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: compress requests from the symbol cacheDavid Schulz2020-01-312-13/+27
* | LanguageClient: outline combo box for editor toolbarDavid Schulz2020-01-313-1/+124
* | LanguageClient: clear the cache also for already opened filesDavid Schulz2020-01-291-5/+9
* | LanguageClient: add lsp based auto formatterDavid Schulz2020-01-227-9/+319
* | Core: Introduce a IOptionsPage::setCategoryIconPathhjk2020-01-161-2/+1
* | 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
* | LSP: take account of resolveTarget when checking for linksDavid Schulz2019-11-282-7/+19
* | Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-11-211-3/+3
|\|
| * LanguageClient: request link from active server for the documentDavid Schulz2019-11-181-3/+3
* | LanguageClient: Support markdown tool tips with Qt 5.14Eike Ziller2019-11-192-0/+8
|/
* LanguageClient: Do not add hover handler twice to editorDavid Schulz2019-11-061-1/+5
* LanguageClient: Fix some bugprone-branch-cloneNikolai Kosjar2019-11-042-10/+10
* LanguageClient: prevent accessing deleted documentDavid Schulz2019-10-291-1/+1
* LanguageClient: fix memory leakDavid Schulz2019-10-291-0/+1
* LanguageClient: Avoid problems with old settingsChristian Stenger2019-10-261-0/+1
* LanguageClient: Show markdown tool tips as plain textEike Ziller2019-10-251-3/+6
* LanguageClient: Remove unnecessary function re-implementationEike Ziller2019-10-252-9/+0
* Python: Add info bar entry to enable pylsDavid Schulz2019-10-184-0/+32
* Python: Switch pyls on interpreter changeDavid Schulz2019-10-182-0/+10
* 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