From d1b3aac798dbbbd2e1f3ec3be06d4c10eb97d1f1 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Tue, 27 Jan 2015 22:13:38 +0300 Subject: [PATCH] update readme --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fd2549..d5a62a3 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,24 @@ Dlang IDE Trying to write D language IDE using dlangUI library. +Currently supported features: + +* Can open DUB (dub.json) projects +* 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) + +Coming soon: + +* Build project with DUB + + Build and run with DUB: git clone https://github.com/buggins/dlangide.git cd dlangide dub run -To develop in VisualD together with DlangUI, put this project on the same level as dlangui repository, and dependencies. +To develop in VisualD together with DlangUI, put this project on the same level as dlangui repository, and its dependencies. -To run, it needs FreeImage.dll and directory /res in the same directory as executable.