mirror of https://gitlab.com/basile.b/dexed.git
|
||
---|---|---|
cesetup | ||
dastworx | ||
docs | ||
etc | ||
icons | ||
isitthere | ||
lazproj | ||
logo | ||
src | ||
.gitignore | ||
.gitmodules | ||
LICENSE_1_0..txt | ||
README.md |
README.md
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, beta 4, Fri 10 Feb 2017.
- licensed under the terms of the Boost license.
- Development can be supported by donating here.
Download version 3 beta 4
Download the zipped binaries or the zip that contains the setup program for you platform:
- 📦 setup program for Linux 32 bit
- 📦 binaries for Linux 32 bit
- 📦 setup program for Linux 64 bit
- 📦 binaries for Linux 64 bit
- 📦 setup program for Windows 32/64 bit
- 📦 binaries for Windows 32/64 bit
- 📦 rpm for Linux 64 bit
See this page for more information about the setup.
Build
The procedure is described in this page.