From 0e1d8eae18500a2775e7f7e046228d557962686f Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Thu, 29 Jan 2015 18:24:42 +0300 Subject: [PATCH] update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5a62a3..033aa65 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,12 @@ Currently supported features: * Shows tree with project source files * Can open source files from project or file system in multi-tab editor * D language source code syntax highlight (basic) +* Build and run project with DUB -Coming soon: +TODO: -* Build project with DUB +* Improve look and feel +* Debugger support Build and run with DUB: @@ -21,6 +23,8 @@ Build and run with DUB: cd dlangide dub run +Try to open sample project Tetris, from workspaces/tetris with DlangIDE. + To develop in VisualD together with DlangUI, put this project on the same level as dlangui repository, and its dependencies.