Dexed, the D Extended EDitor, is an IDE for the D programming language, its compilers, tools and libraries.
Go to file
Basile Burg ce57c24b28
editor, allow to validate completion with TAB
2017-05-02 21:08:14 +02:00
cesetup update setup target names 2017-05-02 17:43:38 +02:00
dastworx ddoc template, add option to insert /++ +/ comments 2017-04-30 10:35:08 +02:00
docs editor, allow to validate completion with TAB 2017-05-02 21:08:14 +02:00
etc update dastworx deps 2017-04-27 21:00:21 +02:00
icons sub proj editor, add a btn to clone a config or a build type 2017-01-18 07:28:30 +01:00
isitthere nothing 2017-01-20 06:18:31 +01:00
lazproj add a profile viewer widget, close #124 2017-03-06 15:15:46 +01:00
logo renamed files names related to logo 2015-06-04 16:08:41 +02:00
src editor, allow to validate completion with TAB 2017-05-02 21:08:14 +02:00
.gitignore update gitignore 2016-10-29 03:54:19 +02: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 rlz 2017-03-13 18:22:42 +01:00

README.md

CE

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

Overview

  • available for Windows or Linux.
  • supports all the D compilers (DMD-GDC-LDC).
  • supports the DUB projects (JSON + SDL) and also Coedit own project format.
  • support the DUB scripts (aka single file packages) and Coedit own script format (aka runnable modules).
  • single click to compile and to 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 list based on the todo comments located in a project or in the current source.
  • 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, discover more in the manual.

Project information

  • latest release: version 3 gold, Mon 13 Mar 2017.
  • licensed under the terms of the Boost software license.
  • Development can be supported by donating here.

Download version 3 final

Download the zipped binaries or the zip that contains the setup program for you platform:

See this page for more information about the setup.

Build

The procedure is described in this page.