Dexed, the D Extended EDitor, is an IDE for the D programming language, its compilers, tools and libraries.
Go to file
Basile Burg a8681e3f37 allowed indirectly to make clickabe message related to file of type .lst
e.g coverage, find all '000000'
2016-01-25 08:36:02 +01:00
cedast updated cesyms, cetodo, ceast to use libdparse master & dmd 2.069 2015-10-31 09:02:07 +01:00
cesetup not an option 2015-12-21 00:31:01 +01:00
cesyms symlist, add all the members of an anonymous enum, closes #3 2015-12-14 08:57:27 +01:00
cetodo output tools to bin folder 2015-12-04 20:06:08 +01:00
icons editor, a document can be set always visible in a split view to the right 2015-12-16 03:20:37 +01:00
lazproj nothing 2016-01-25 04:16:57 +01:00
libdparse@78a515dedc updated libdparse 2016-01-11 02:07:44 +01:00
logo renamed files names related to logo 2015-06-04 16:08:41 +02:00
src allowed indirectly to make clickabe message related to file of type .lst 2016-01-25 08:36:02 +01:00
wiki nothing 2016-01-25 04:16:57 +01:00
.gitignore out put to bin folder 2015-12-04 20:04:51 +01: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 2016-01-24 10:18:15 +01:00

README.md

Coedit is an IDE for the D programming language D2.

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.
  • 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 to Coedit.

Project information

  • latest version: version 2 alpha 4.
  • licensed under the term of the MIT 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.2, Cinnamon, x86): Nux screen-cap