D language IDE based on DlangUI
Go to file
Vadim Lopatin 6d482ab4b0 enable / disable toolbar buttons dependin on app state 2015-01-30 17:56:26 +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 enable / disable toolbar buttons dependin on app state 2015-01-30 17:56:26 +03:00
views improve workspace operations; add upgrade dependencies and refresh project commans; add Tetris project as a sample 2015-01-29 18:03:00 +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 update readme 2015-01-29 18:24:42 +03:00
dlangide.visualdproj tune font settings 2015-01-30 12:05:29 +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)
  • Build and run project with DUB

TODO:

  • Improve look and feel
  • Debugger support

Build and run with DUB:

git clone https://github.com/buggins/dlangide.git
cd dlangide
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.