mirror of https://gitlab.com/basile.b/dexed.git
|
||
---|---|---|
cedast | ||
cesetup | ||
cesyms | ||
cetodo | ||
etc | ||
icons | ||
lazproj | ||
logo | ||
src | ||
wiki | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
LICENSE.txt | ||
README.md |
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.
- edition helpers: comment blocks, local identifier renaming, brace auto-closing.
- 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 release: version 2, update 6, Fri May 27 2016.
- licensed under the term of the MIT license.
Download the latest build
Download the zipped binaries or the zipped 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 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):