summaryrefslogtreecommitdiff
path: root/src/plugins/languageclient
Commit message (Expand)AuthorAgeFilesLines
* 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
* LSP: Restart client if language filter settings changeChristian Stenger2018-10-191-2/+4
* LSP: Sort available MIME typesChristian Stenger2018-10-191-0/+1
* LSP: rerequest completion if contents change while processingDavid Schulz2018-10-191-0/+1
* LSP: support file pattern filter and multiple mime types for lsp clientsDavid Schulz2018-10-184-37/+160
* LSP: warn on non existing language client executablesDavid Schulz2018-10-171-2/+1
* LSP: Fix positions for code completionsDavid Schulz2018-10-171-0/+1
* LSP: restrict automatic completionDavid Schulz2018-10-161-5/+9
* LSP: fix crashing and leaking memoryDavid Schulz2018-10-162-2/+13
* LSP: remove unused LanguageChooseDelegateDavid Schulz2018-10-161-27/+0
* LSP: Create settings widget based on settings typeDavid Schulz2018-10-162-92/+237
* LSP: split out settings specific for std io clientsDavid Schulz2018-10-155-85/+165
* LanguageClient: Fix conditionChristian Stenger2018-10-151-1/+1
* LanguageClient: Perform safe shutdown of clientsChristian Stenger2018-10-151-2/+6
* LanguageClient: Sync settings on plugin initializationChristian Stenger2018-10-151-0/+1
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-132-3/+3
* LSP: Store settings in the settingspageDavid Schulz2018-10-112-68/+87
* LSP: add resource file to qbs project fileDavid Schulz2018-10-101-0/+1
* LanguageClient: Add an options iconAlessandro Portale2018-10-055-1/+11
* LSP: fix StdIOClient match functionDavid Schulz2018-09-211-1/+1
* LSP: make fromMap() a non static member functionDavid Schulz2018-09-212-9/+10
* LSP: rename LanguageClientSettings -> BaseSettingsDavid Schulz2018-09-204-20/+25
* LSP: store settings on the heapDavid Schulz2018-09-204-43/+33
* LSP: let the settings generate the clientDavid Schulz2018-09-204-13/+14
* LSP: limit the number of server restart attemptsDavid Schulz2018-09-203-4/+8
* LSP: use asynchronous shutdown for running serversDavid Schulz2018-09-204-6/+48
* LSP: Fix lagging behind "documentHighlight"Eike Ziller2018-09-191-2/+7
* LSP: correctly shutdown client that is currently being restartedDavid Schulz2018-09-193-7/+22
* LSP: support 'window/showMessageRequest' and 'window/showMessage'David Schulz2018-09-143-3/+60
* LSP: move templated register function to JsonRpcMessageHandlerDavid Schulz2018-09-141-11/+2
* LSP: generalize adding message providerDavid Schulz2018-09-131-7/+10
* LSP: const correct ShowMessageParams::toString()David Schulz2018-09-132-2/+3
* LSP: seek input buffer to the end before writing to itDavid Schulz2018-09-131-0/+2
* LSP: use QtcProcess::splitArgs for language server argumentsDavid Schulz2018-09-116-18/+31
* LSP: Do not automatically accept completion while typingDavid Schulz2018-09-111-1/+1
* LSP: Use MimeType file filter for language serversDavid Schulz2018-09-104-26/+34
* LSP: do not connect the clients finished signal multiple times to the managerDavid Schulz2018-09-051-0/+1
* Introduce a basic client for the language server protocolDavid Schulz2018-09-0317-0/+2590