Dexed, the D Extended EDitor, is an IDE for the D programming language, its compilers, tools and libraries.
Go to file
Basile Burg cada3263d6 updated shared icons 2015-05-07 10:23:36 +02:00
cesyms updated tools readme 2015-05-03 07:40:34 +02:00
cetodo updated tools readme 2015-05-03 07:40:34 +02:00
icons updated shared icons 2015-05-07 10:23:36 +02:00
lazproj nothing 2015-05-03 07:32:39 +02:00
libdparse@ccb3d98996 updated submodule libdparse 2015-05-03 07:32:16 +02:00
src updated shared icons 2015-05-07 10:23:36 +02:00
.gitignore fixes for the linux version 2014-07-21 03:49:45 +02:00
.gitmodules added submodule libdparse 2015-03-08 16:11:51 +01:00
LICENSE.txt updated license 2015-04-22 11:08:32 +02:00
README.md updated readme 2015-04-07 17:49:26 +02:00

README.md

Coedit

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

Current features

  • multi platform (Win/Linux).
  • full featured project format and advanced project editor.
  • compile and run directly from the UI.
  • instant run (without saving, script-like).
  • synchronized edition in a block.
  • D2 syntax highlighter, folding, identifier markup.
  • module symbol list.
  • static libraries manager.
  • search and replace.
  • "todo comments" analyzer.
  • user-defined tools powered by a string interpolation system.
  • D Completion Daemon integration for completion and hints.
  • mini file browser.

Missing things before the first version

All the majors features are implemented. Some minor things are still missing or not fully working:

  • editor context menu.
  • shortcuts customization (main menu, editor).

Project information

  • status: beta 1.
  • license: MIT.
  • programmed in Object Pascal with Lazarus & FPC as IDE & compiler.
  • based on DMD (the alternative compilers, LDC or GDC, are not supported).

Setup or build

Windows and Linux binaries are available for the tagged versions. The latest Coedit development version must be build from the sources.

The procedure is described in the first section of the wiki

GUI preview

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

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