aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/languageserverprotocol
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-07-223-8/+59
|\
| * LSP: update colorProvider entry of ServerCapabilitiesDavid Schulz2019-07-192-5/+22
| * LSP: Add RenameOptions to the protocol implementationDavid Schulz2019-07-193-3/+37
* | Merge remote-tracking branch 'origin/4.10'Eike Ziller2019-06-281-3/+2
|\|
| * LanguageServerProtocol: Fix compilation warningsCristian Adam2019-06-251-3/+2
* | LanguageClient: add support for proposed semantic highlightDavid Schulz2019-06-217-18/+214
|/
* Utils: Rename FileName to FilePathhjk2019-05-284-12/+12
* LSP: fix lsp position to QTextCursor position conversionDavid Schulz2019-05-281-1/+3
* Qt Creator CMake portCristian Adam2019-05-171-0/+23
* Merge "Merge remote-tracking branch 'origin/4.9'"Eike Ziller2019-05-173-18/+29
|\
| * Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-173-18/+29
| |\
| | * LSP: remove incorrect soft assertsDavid Schulz2019-05-093-18/+29
* | | LanguageServerProtocol: Fix build on macOSChristian Stenger2019-05-174-4/+4
* | | LanguageClient: add hover handlerDavid Schulz2019-05-176-51/+105
|/ /
* | LanguageClient: add locator filters for symbols in workspace/projectDavid Schulz2019-05-141-0/+2
* | LanguageClient: send partial document in update notificationDavid Schulz2019-05-131-1/+1
* | LSP: log non protocol lines instead of throwing an errorDavid Schulz2019-05-092-9/+10
* | LSP: Fix build for older gccChristian Stenger2019-04-261-0/+14
* | LSP: generate capabilities in a central placeDavid Schulz2019-04-023-76/+12
* | LanguageClient: send project folder on server requestDavid Schulz2019-04-022-1/+20
* | LSP: Require an id for a responseDavid Schulz2019-03-261-0/+1
* | Bump minimum Qt version (to build Qt Creator) to 5.11Alessandro Portale2019-02-151-4/+0
|/
* LSP: collect and execute quick fixes via shortcutDavid Schulz2019-02-122-3/+24
* LSP: Avoid unneeded copy inside loopChristian Stenger2019-02-081-1/+1
* LSP: Fix buildChristian Kandeler2019-02-081-1/+3
* LSP: separate communication interface and client logicDavid Schulz2019-02-042-2/+2
* LSP: Fix potential build error with clangNikolai Kosjar2019-02-011-1/+1
* LSP: add Command and CodeAction support to the language clientDavid Schulz2019-01-3112-24/+241
* LSP: use correct json value in 'initialized' notification paramsDavid Schulz2019-01-221-1/+3
* Fix warning: "Don't call QHash::operator[]() on temporary"Alessandro Portale2019-01-171-1/+1
* LSP: Collect usages of the symbol under cursorDavid Schulz2019-01-171-0/+3
* LSP: Fix setting null parameter in notificationsDavid Schulz2019-01-171-1/+4
* Fix warning: "Missing reference in range-for with non trivial type"Alessandro Portale2019-01-161-1/+1
* Canonicalize some includesChristian Kandeler2019-01-101-1/+1
* LSP: replace LanguageClientNull with nullptr_tDavid Schulz2019-01-089-38/+67
* LSP: add compare operator for PositionDavid Schulz2018-12-131-0/+8
* LSP: add a convenient Error type to the ResponseDavid Schulz2018-12-131-8/+9
* LSP: Fix server capability reference_s_ProviderKeyDavid Schulz2018-12-123-5/+5
* LSP: add support for hierarchical document symbolsDavid Schulz2018-12-034-6/+59
* LSP: add convenient log function for a response errorDavid Schulz2018-12-031-3/+3
* LSP: simplify request response typeDavid Schulz2018-11-204-9/+4
* Fix missing translation contextsEike Ziller2018-10-252-3/+2
* LSP: Fix punctuation and capitalization of UI textLeena Miettinen2018-10-196-13/+13
* LSP: Fix MSVC warningOrgad Shaneh2018-09-171-1/+1
* LSP: support 'window/showMessageRequest' and 'window/showMessage'David Schulz2018-09-141-0/+1
* LSP: move templated register function to JsonRpcMessageHandlerDavid Schulz2018-09-141-0/+7
* LSP: default initialize Request memberDavid Schulz2018-09-131-2/+4
* LSP: add a to string converter for MessageIdDavid Schulz2018-09-131-0/+9
* LSP: add move constructor for JsonRpcMessageDavid Schulz2018-09-132-0/+4
* LSP: use implicit conversion to QJsonValue for QLanguageClientValueDavid Schulz2018-09-133-11/+11