From d9cbe8382bd6a32f7aad578d88196e05170ac34d Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Tue, 10 Feb 2015 18:33:12 +0300 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c15e4d8..620eb8e 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,14 @@ Currently supported features: * Can open and edit source files from project or file system in multi-tab editor * Build and run project with DUB * Build log highlight and navigation to place of error or warning by clicking on log line +* DUB dependencies update -Editor features: +Source editor features: * D language source code syntax highlight (basic) * Indent / unindent text with Tab and Shift+Tab * Toggle line or block comments by Ctrl+/ and Ctrl+Shift+/ +* Select word by mouse double click ![screenshot](http://buggins.github.io/dlangui/screenshots/screenshot-dlangide.png "screenshot")