Dexed, the D Extended EDitor, is an IDE for the D programming language, its compilers, tools and libraries.
Go to file
Basile Burg 94b1862014 updated icons 2015-02-21 13:57:13 +01:00
cetodo fix, less strict on invalid line number 2015-02-04 17:45:51 +01:00
icons updated icons 2015-02-21 13:57:13 +01:00
lazproj added shortcut editor, as an ICEEditableOptions 2015-02-21 06:20:24 +01:00
resman drw2 2015-01-12 06:19:25 +01:00
src updated icons 2015-02-21 13:57:13 +01:00
.gitignore fixes for the linux version 2014-07-21 03:49:45 +02:00
LICENSE.txt preparing alpha 9 2014-12-08 03:29:19 +01:00
README.md updated readme 2015-02-19 11:15:51 +01: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 proposal and source code hints.
  • mini file browser.

Missing features before the first beta

  • Options editor.
  • Shortcuts editor.
  • a few context menus and toolbars.

Project information

  • status: alpha 12.
  • 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