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" },