Dexed, the D Extended EDitor, is an IDE for the D programming language, its compilers, tools and libraries.
Go to file
Basile Burg 3fd4bb6ac7 updated repo infs 2014-06-12 07:17:00 +02:00
lazproj r2 2014-06-12 06:49:27 +02:00
src r2 2014-06-12 06:49:27 +02:00
README.md updated repo infs 2014-06-12 07:17:00 +02:00

README.md

Coedit

Coedit is a simple IDE for the D2 lang. (Compile & Edit).

Initial features (planed)

  • targets Win/Macos/Linux
  • projects.
  • multiple project configurations (set of switches and options).
  • project configurations templates (release, debug, etc.).
  • D syntax highlighter, folding.
  • compile, run directly from UI.
  • instant run (without saving, script-like).
  • basic auto completion (brackets, key-words, ...)
  • synchronized edition in a block.

Project information

  • draft
  • programmed in Object pascal.
  • Lazarus is used as IDE.
  • based on dmd (specific gdc or lmd options are not wrapped).
  • no other third party dependencies (so far...)

Setup

  • clone this repo.
  • optionally install dmd and or Lazarus
  • open "coedit.lpr".
  • press the Run button.