mirror of https://github.com/buggins/dlangide.git
|
||
---|---|---|
lib | ||
src | ||
views | ||
workspaces | ||
.gitignore | ||
.travis.yml | ||
README.md | ||
dlangide.visualdproj | ||
dub.json |
README.md
Dlang IDE
D language IDE written using DlangUI library.
Currently supported features:
- Can open DUB (dub.json) projects
- Shows tree with project source files
- Can open and edit source files from project or file system in multi-tab editor
- D language source code syntax highlight (basic)
- Build and run project with DUB
GitHub page: https://github.com/buggins/dlangide
DlangUI project GitHub page: https://github.com/buggins/dlangui
Build and run with DUB:
git clone https://github.com/buggins/dlangide.git
cd dlangide
dub run
HINT: 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.