update readme

This commit is contained in:
Vadim Lopatin 2015-01-29 18:24:42 +03:00
parent defbaa3f60
commit 0e1d8eae18
1 changed files with 6 additions and 2 deletions

View File

@ -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.