Dexed, the D Extended EDitor, is an IDE for the D programming language, its compilers, tools and libraries.
Go to file
Basile Burg d2b032447f
update dparse
2017-07-27 08:50:55 +02:00
cesetup rlz 2017-07-14 07:55:36 +02:00
dastworx update dparse 2017-07-27 08:50:55 +02:00
docs mention the 3rd part packages 2017-07-24 07:45:29 +02:00
etc update dparse 2017-07-27 08:50:55 +02:00
icons fix, upstream regression, debug gutter icons mostly broken 2017-07-10 08:50:25 +02:00
isitthere nothing 2017-01-20 06:18:31 +01:00
lazproj remove non-existing source 2017-07-11 18:22:31 +02:00
logo renamed files names related to logo 2015-06-04 16:08:41 +02:00
src scroll preview, leave before entering the scrollbar 2017-07-14 06:26:26 +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 mention the 3rd part packages 2017-07-24 07:45:29 +02:00

README.md

CE

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

Overview

  • available for Linux, FreeBSD or Windows.
  • 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).
  • full D Completion Daemon integration (completion, ddoc display, call tips, jump to declaration, rename identifier).
  • Dynamic D-Scanner linting with results displayed in the editor gutter.
  • 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, ddoc templates, etc.
  • Explorable list of symbols of the current module.
  • 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.
  • mini file browser, dfmt interface, search & replace, discover more in the manual.

Project information

  • latest release: version 3, update 3, Fri 14 Jul 2017.
  • licensed under the terms of the Boost software license.
  • Development can be supported by donating here.

Download version 3 update 3

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

The zip allow to move freely the files. The setup.zip install to predefined locations so that the software can be run without additional intervention. The deb and the rpm are for those who prefer the official setup system for their linux systems.

See this page for more information about the setup.

There is also 3rd part packages, maintained by volunteer, but the version that's available is not guaranteed to be the latest:

Build

Follow the procedure described here.