D language IDE based on DlangUI
Go to file
Vadim Lopatin 926ecb0cd8 fixes 2015-01-28 17:17:56 +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 fixes 2015-01-28 17:17:56 +03:00
views close file confirmation 2015-01-27 16:28:04 +03:00
workspaces/sample1 support opening of projects and workspaces 2015-01-27 18:08:52 +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 update readme 2015-01-27 22:13:38 +03:00
dlangide.visualdproj builders 2015-01-28 13:58:57 +03:00
dub.json use embedded resources 2015-01-22 16:00:26 +03:00

README.md

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 its dependencies.