aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/languageclient
Commit message (Expand)AuthorAgeFilesLines
...
* | LanguageClient: send project folder on server requestDavid Schulz2019-04-022-0/+16
* | LSP: Require an id for a responseDavid Schulz2019-03-261-6/+3
* | LanguagClient: Fix missing connectChristian Stenger2019-03-251-0/+2
* | LanguageClient: Add option to start server when neededDavid Schulz2019-03-154-17/+52
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-147-21/+34
|\|
| * TextEditor: return all BaseTextEditor for a documentDavid Schulz2019-03-133-17/+19
| * LanguageClient: connect the opened editor to LanguageClientManagerDavid Schulz2019-03-121-14/+12
| * LanguageClient: fix restart check for stdio clientsDavid Schulz2019-03-125-3/+11
| * LanguageClient: Fix possible crash on shutdownChristian Stenger2019-03-061-1/+4
* | LanguageClient: remove unused settings constructorsDavid Schulz2019-03-141-12/+0
* | LanguageClient: Allow macro usage in client settingsDavid Schulz2019-03-141-3/+9
* | LanguageClient: move match function to language filterDavid Schulz2019-03-133-12/+21
* | LanguageClient: make current settings accessibleDavid Schulz2019-03-132-2/+25
* | LanguageClient: connect each editor widget to the LanguageClientManagerDavid Schulz2019-03-122-18/+20
* | LanguageClient: Use document instead of editor opened/closedDavid Schulz2019-03-122-21/+16
|/
* move text document for file path convenience functionDavid Schulz2019-02-143-16/+11
* LSP: collect and execute quick fixes via shortcutDavid Schulz2019-02-128-26/+281
* LSP: Visualize server capabilities in settings pageDavid Schulz2019-02-121-3/+43
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-02-051-2/+3
|\
| * Merge remote-tracking branch 'origin/master' into 4.9Eike Ziller2019-02-0416-314/+466
| |\
| * | LSP: Fix compiler warningsOrgad Shaneh2019-02-041-2/+3
* | | LSP: move text marks from the manager to the individual clientsDavid Schulz2019-02-044-105/+77
| |/ |/|
* | LSP: rename BaseClient -> ClientDavid Schulz2019-02-0414-124/+124
* | LSP: separate communication interface and client logicDavid Schulz2019-02-048-177/+331
* | LSP: simplify codeassistantDavid Schulz2019-02-041-22/+20
|/
* LSP: add Command and CodeAction support to the language clientDavid Schulz2019-01-317-22/+304
* LSP: add a convenient function returning a TextDocumentDavid Schulz2019-01-255-15/+90
* LSP: clear message buffer after everything was parsedDavid Schulz2019-01-241-0/+5
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-171-1/+1
* Fix warning: "Unused non-trivial variable"Alessandro Portale2019-01-171-3/+0
* LSP: Collect usages of the symbol under cursorDavid Schulz2019-01-174-10/+123
* Fix warning: "Missing reference in range-for with non trivial type"Alessandro Portale2019-01-161-1/+1
* LSP: add outline supportDavid Schulz2019-01-109-0/+367
* LSP: replace LanguageClientNull with nullptr_tDavid Schulz2019-01-081-3/+3
* Merge remote-tracking branch 'origin/4.8'Eike Ziller2018-12-071-2/+2
|\
| * LSP: fix crash after last server restart attemptDavid Schulz2018-12-051-2/+2
* | LSP: add convenient log function for a response errorDavid Schulz2018-12-032-1/+5
* | LSP: simplify request response typeDavid Schulz2018-11-204-13/+13
* | LanguageClient: ModernizeAlessandro Portale2018-11-146-9/+9
|/
* LSP: Inform user about an unexpected server finish without restart attemptDavid Schulz2018-11-061-0/+2
* LanguageClient: Improve Options iconAlessandro Portale2018-11-052-0/+0
* LSP: Avoid crash in shutdownChristian Stenger2018-11-051-0/+1
* LSP: forcefully close language server after 3 seconds on shutdownDavid Schulz2018-11-051-0/+5
* Fix missing translation contextsEike Ziller2018-10-251-2/+4
* LSP: Add missing argument to initialize error dialog titleDavid Schulz2018-10-241-1/+1
* TextEditor: Fix requesting more proposals than neededNikolai Kosjar2018-10-231-0/+1
* LSP: Use multi-arg version of arg()Robert Loehning2018-10-231-1/+1
* LanguageClient: Use FancyLineEdit in MimeTypeDialogAlessandro Portale2018-10-221-1/+3
* LSP: Fix capitalization of UI textLeena Miettinen2018-10-191-1/+1
* LSP: Suppress auto completion on perfect matchesDavid Schulz2018-10-191-1/+56