Dexed, the D Extended EDitor, is an IDE for the D programming language, its compilers, tools and libraries.
Go to file
Basile Burg 38d8673f37
#97, fix handling of pause, handle stepping, handle gutter icons
2016-09-19 13:52:45 +02:00
cesetup use same naming convention for version.txt and git tags 2016-07-09 21:35:00 +02:00
dastworx dastworx, upstream fix, flush after each module imports 2016-09-04 16:04:38 +02:00
etc dastworx, flush output on exit 2016-08-23 03:24:21 +02:00
icons #97, fix handling of pause, handle stepping, handle gutter icons 2016-09-19 13:52:45 +02:00
isitthere regenerated table for special keywords + add isitthere scripts 2016-07-28 14:15:39 +02:00
lazproj #97, fix handling of pause, handle stepping, handle gutter icons 2016-09-19 13:52:45 +02:00
logo renamed files names related to logo 2015-06-04 16:08:41 +02:00
src #97, fix handling of pause, handle stepping, handle gutter icons 2016-09-19 13:52:45 +02:00
wiki add option to auto close a few pair of symbols, close #85 2016-07-05 08:42:54 +02:00
.gitignore out put to bin folder 2015-12-04 20:04:51 +01:00
.gitmodules remove travis-lazarus 2016-07-10 03:02:47 +02:00
LICENSE_1_0..txt change license 2016-09-14 06:20:12 +02:00
README.md change license 2016-09-14 06:20:12 +02:00

README.md

CE

Coedit is an IDE for the D programming language, its compilers, tools and libraries.

Features overview

  • multi platform (Windows, Linux).
  • comprehensive project format and two advanced project editors (one for the options and configurations, another for the files).
  • DUB projects are supported too, with a an editor for the properties and an inspector to view and select sources or configurations.
  • all the D compilers are supported.
  • compile and run directly from the UI.
  • single click to compile and execute an unsaved module (aka a runnable module).
  • single click to compile and unittest a module.
  • advanced editor with D2 syntax highlighter, folds, regions, identifier markup, macros, sync-edit, etc.
  • edition helpers: comment blocks, local identifier renaming, brace auto-closing, etc.
  • list of the symbols in the module being edited.
  • static libraries manager that supports auto-registration from local DUB projects, from online DUB packages or from Coedit custom project format.
  • todo comments parser and dedicated widget.
  • user-defined tools powered by a string interpolation system.
  • full D Completion Daemon integration (completion, hints, call tips, jump to symbol declaration).
  • mini file browser, dfmt interface, search & replace, etc.
  • selection of 3rd party libraries that can be easily build and integrated in Coedit.

Project information

  • latest release: version 2, update 6, Fri May 27 2016.
  • licensed under the terms of the Boost license.

Download the latest build

Download the zipped binaries or the zipped setup program for you platform:

See the wiki for more information about the setup.

Build

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

Linux version (Mint 17.1, Cinnamon, x86): Nux screen-cap