mirror of https://github.com/buggins/dlangide.git
update readme
This commit is contained in:
parent
defbaa3f60
commit
0e1d8eae18
|
@ -9,10 +9,12 @@ Currently supported features:
|
||||||
* Shows tree with project source files
|
* Shows tree with project source files
|
||||||
* Can open source files from project or file system in multi-tab editor
|
* Can open source files from project or file system in multi-tab editor
|
||||||
* D language source code syntax highlight (basic)
|
* 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:
|
Build and run with DUB:
|
||||||
|
@ -21,6 +23,8 @@ Build and run with DUB:
|
||||||
cd dlangide
|
cd dlangide
|
||||||
dub run
|
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.
|
To develop in VisualD together with DlangUI, put this project on the same level as dlangui repository, and its dependencies.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue