aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient/languageclientmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* LSP: add rename functionalityDavid Schulz2020-06-171-0/+5
* LSP: Do not accumulate connections during signal emissionhjk2020-05-251-4/+7
* LSP: add symbol support classDavid Schulz2020-05-191-114/+6
* LSP: Robustify open documentsDavid Schulz2020-05-141-23/+16
* LSP: react on file list changed signal from projectDavid Schulz2020-05-131-6/+21
* LSP: Fix completion assist that could be the wrong providerAlexis Murzeau2020-04-291-1/+1
* LanguageClient: Add logging windowDavid Schulz2020-03-021-0/+14
* Merge remote-tracking branch 'origin/4.11' into 4.12Eike Ziller2020-02-261-1/+4
|\
| * LanguageClient: Fix client restart after crashDavid Schulz2020-02-251-0/+2
| * LanguageClient: Only send position changed signals to reachable clientsDavid Schulz2020-02-251-1/+2
* | LSP: take account of resolveTarget when checking for linksDavid Schulz2019-11-281-6/+18
|/
* LanguageClient: request link from active server for the documentDavid Schulz2019-11-181-3/+3
* LanguageClient: prevent accessing deleted documentDavid Schulz2019-10-291-1/+1
* Python: Add info bar entry to enable pylsDavid Schulz2019-10-181-0/+7
* TextEditor: more FileName -> FilePath renamingDavid Schulz2019-10-011-1/+1
* LanguageClient: allow adding settings via the managerDavid Schulz2019-09-231-0/+7
* LanguageClient: Add already open documents to starting clientDavid Schulz2019-09-231-8/+17
* LanguageClient: have one active client per open documentDavid Schulz2019-09-191-67/+42
* LanguageClient: more FileName to FilePath renamingDavid Schulz2019-09-171-3/+3
* LanguageClient: only send contents of TextDocuments to the serverDavid Schulz2019-09-121-17/+28
* 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: open a document in just one clientDavid Schulz2019-09-091-38/+88
* | LanguageClient: add support for proposed semantic highlightDavid Schulz2019-06-211-0/+1
|/
* Utils: Rename FileName to FilePathhjk2019-05-281-4/+4
* LanguageClient: add hover handlerDavid Schulz2019-05-171-0/+2
* LanguageClient: Fix crash after disabling client settingDavid Schulz2019-05-091-18/+23
* LanguageClient: add current document locator filterDavid Schulz2019-04-301-0/+19
* LanguageClient: add option to start client per projectDavid Schulz2019-04-291-10/+96
* LanguageClient: move setting client relationship to managerDavid Schulz2019-04-241-24/+35
* LanguageClient: move current settings to managerDavid Schulz2019-04-231-1/+42
* LanguageClient: only use BaseSettings in the settings APIDavid Schulz2019-04-041-1/+1
* LanguageClient: remove friend relationship between manager and pluginDavid Schulz2019-04-041-19/+31
* LanguageClient: show icon with assigned server names in toolbarDavid Schulz2019-04-031-1/+2
* LanguageClient: send project folder on server requestDavid Schulz2019-04-021-0/+1
* LanguagClient: Fix missing connectChristian Stenger2019-03-251-0/+2
* LanguageClient: Add option to start server when neededDavid Schulz2019-03-151-0/+4
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-141-1/+16
|\
| * TextEditor: return all BaseTextEditor for a documentDavid Schulz2019-03-131-0/+12
| * LanguageClient: connect the opened editor to LanguageClientManagerDavid Schulz2019-03-121-14/+12
| * LanguageClient: Fix possible crash on shutdownChristian Stenger2019-03-061-1/+4
* | LanguageClient: connect each editor widget to the LanguageClientManagerDavid Schulz2019-03-121-18/+19
* | LanguageClient: Use document instead of editor opened/closedDavid Schulz2019-03-121-19/+14
|/
* LSP: move text marks from the manager to the individual clientsDavid Schulz2019-02-041-89/+0
* LSP: rename BaseClient -> ClientDavid Schulz2019-02-041-25/+25
* LSP: add Command and CodeAction support to the language clientDavid Schulz2019-01-311-2/+8
* LSP: add a convenient function returning a TextDocumentDavid Schulz2019-01-251-13/+10
* LSP: Collect usages of the symbol under cursorDavid Schulz2019-01-171-0/+76
* Fix warning: "Missing reference in range-for with non trivial type"Alessandro Portale2019-01-161-1/+1