D language IDE based on DlangUI
Go to file
Hans-Albert Maritz 0b01ca2b86 Add navigation menu item and remove toolbar items. 2015-02-12 10:41:26 +11:00
lib update description, DUB properties to copy res directory, add SDL2 dll for windows 2014-12-17 09:42:11 +03:00
src Add navigation menu item and remove toolbar items. 2015-02-12 10:41:26 +11:00
views Add navigation menu item and remove toolbar items. 2015-02-12 10:41:26 +11:00
workspaces highlight compiler output; fix tetris sample dub.json 2015-02-10 11:25:33 +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 fix readme 2015-02-11 11:01:30 +03:00
dlangide.visualdproj update project properties 2015-02-10 17:58:24 +03:00
dub.json update package description 2015-02-10 18:38:51 +03:00

README.md

Dlang IDE

Cross platform 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
  • Build and run project with DUB
  • Build log highlight and navigation to place of error or warning by clicking on log line
  • DUB dependencies update

Source editor features:

  • D language source code syntax highlight (basic)
  • Indent / unindent text with Tab and Shift+Tab or Ctrl+[ and Ctrl+]
  • Toggle line or block comments by Ctrl+/ and Ctrl+Shift+/
  • Select word by mouse double click

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

Needs DMD 2.066.1 to build.

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.