Dexed, the D Extended EDitor, is an IDE for the D programming language, its compilers, tools and libraries.
Go to file
Basile Burg 1b9944f733 add project menu items for git branche checlout and git pull 2018-07-11 16:26:35 +02:00
cesetup update version number 2018-07-01 15:40:58 +02:00
dastworx update version and deps 2018-06-02 09:04:52 +02:00
docs rlz 2018-07-04 06:22:45 +02:00
etc update submodules 2018-07-03 13:31:54 +02:00
icons add project menu items for git branche checlout and git pull 2018-07-11 16:26:35 +02:00
isitthere nothing 2017-01-20 06:18:31 +01:00
lazproj add project menu items for git branche checlout and git pull 2018-07-11 16:26:35 +02:00
logo renamed files names related to logo 2015-06-04 16:08:41 +02:00
patches fix issue 218 - Bracket matching broken when building with Laz 1.8 2018-01-12 16:13:16 +01:00
src add project menu items for git branche checlout and git pull 2018-07-11 16:26:35 +02:00
.gitignore rlz 2018-07-04 06:22:45 +02:00
.gitmodules update dparse and add submodule stdx-allocator 2018-02-11 16:57:41 +01:00
LICENSE_1_0.txt rename license file + update readme 2017-09-20 02:36:12 +02:00
README.md rlz 2018-07-04 06:22:45 +02:00

README.md

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

Overview

  • available for Linux or Windows.
  • supports all the D compilers (DMD-GDC-LDC).
  • supports the DUB projects (JSON or 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 and optionally display tests coverage.
  • 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.
  • Debugging with a GDB gui. (linux only)
  • Integrated terminal emulator. (linux only)
  • Tree of symbols in the current module.
  • static library 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.
  • integrated file browser, dfmt interface, search & replace, discover more in the manual.

Project information

  • latest release: version 3.6.16, Wed 04 Jul 2018.
  • licensed under the terms of the Boost software license.
  • Development can be supported with Paypal donations.

Download version 3.6.16

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

The zip archives allow to move freely the files. The setup.zip archives contains a command line program that installs to predefined locations so that the software can be run without additional intervention. The deb and the rpm packages are for those who prefer the official setup system for their linux systems. Linux 32 bits version must be built manually.

See this page for more information about the setup.

Download 3rd part packages, maintained by volunteers, but the available versions are not guaranteed to be the latest:

Build

Follow the procedure described here.