Dexed, the D Extended EDitor, is an IDE for the D programming language, its compilers, tools and libraries.
Go to file
Basile Burg ebdc158738 improved the mini explorer 2014-08-04 04:46:54 +02:00
lazproj support for DCD 2014-08-04 03:32:55 +02:00
src improved the mini explorer 2014-08-04 04:46:54 +02:00
.gitignore fixes for the linux version 2014-07-21 03:49:45 +02:00
LICENSE.txt - no license to MIT license 2014-06-20 10:12:56 +02:00
README.md support for DCD 2014-08-04 03:32:55 +02:00
RevisionLog.txt r26 2014-07-28 07:54:21 +02:00

README.md

Coedit

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

Current features

  • multi platform (Win/Linux).
  • projects.
  • multiple project configurations (set of switches and options).
  • compile, run directly from the UI.
  • instant run (without saving, script-like).
  • synchronized edition in a block.
  • D syntax highlighter, folding, identifier markup.
  • member list of the current module.
  • manager for the static libraries.
  • search and replace.
  • D Completion Daemon integration for completion proposal and source code hints.
  • mini file browser.

Missing features before the first beta

  • Options editor. (the big missing stuff)
  • console input handling. (workarounds exists)
  • project configurations templates (release, debug, etc.). (detail)

Project information

  • state: alpha 4.
  • license: MIT.
  • programmed in Pascal with Lazarus as IDE.
  • based on dmd (gdc or lmd switches are not handled).

Setup & test

Coedit must be build from its sources. The complete procedure is described in the first section of the wiki

Preview

Windows version (Windows 7, x86): Win screen-cap

Linux version (OpenSuse 13.1, x86_64): Nux screen-cap