From b5b639a7e439b30906b8fcdf82e61f5afed24856 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Tue, 26 Jan 2016 21:02:50 +0300 Subject: [PATCH] update dlangUI dependency version --- README.md | 1 + dub.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c526fb1..008d482 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Source editor features: * Toggle line or block comments by Ctrl+/ and Ctrl+Shift+/ * D source code autocompletion by Ctrl+Space or Ctrl+Shift+G (using DCD) * D source code Go To Definition by Ctrl+G or F12 (using DCD) +* D source Doc comments display on mouse hover (using DCD) * D source code Smart Indents * Select word by mouse double click diff --git a/dub.json b/dub.json index cfc095d..26fdd55 100644 --- a/dub.json +++ b/dub.json @@ -12,7 +12,7 @@ "stringImportPaths": ["views", "views/res", "views/res/i18n", "views/res/mdpi", "views/res/hdpi"], "dependencies": { - "dlangui": "~>0.7.53", + "dlangui": "~>0.7.57", "dcd": "~>0.7.5" },