Dexed, the D Extended EDitor, is an IDE for the D programming language, its compilers, tools and libraries.
Go to file
Basile Burg 9f2e572f6d r6 2014-06-16 09:15:11 +02:00
lazproj r6 2014-06-16 09:15:11 +02:00
src r6 2014-06-16 09:15:11 +02:00
README.md r5 2014-06-15 16:58:14 +02:00

README.md

Coedit

Coedit is a simple IDE for the D2 lang. (Co mpile & 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 (gdc or lmd characteristics are not hanlded).
  • no other third party dependencies (so far...)

Setup

  • clone this repo.
  • both dmd and Lazarus must be setup.
  • open "coedit.lpr" in Lazarus.
  • press the Run button.