D language IDE based on DlangUI
Go to file
Vadim Lopatin 31054482b4 toggle comment feature 2015-02-09 17:43:25 +03:00
lib update description, DUB properties to copy res directory, add SDL2 dll for windows 2014-12-17 09:42:11 +03:00
src toggle comment feature 2015-02-09 17:43:25 +03:00
views more editor actions 2015-02-08 21:23:41 +03:00
workspaces fixes 2015-01-29 22:41:32 +03:00
.gitignore update .gitignore 2015-01-19 08:53:15 +03:00
.travis.yml Travis CI support 2015-01-15 15:39:04 +03:00
README.md fixes 2015-02-06 16:54:46 +03:00
dlangide.visualdproj fixes 2015-02-06 16:54:46 +03:00
dub.json use embedded resources 2015-01-22 16:00:26 +03:00

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

screenshot

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.