mirror of https://gitlab.com/basile.b/dexed.git
|
||
---|---|---|
cesyms | ||
cetodo | ||
icons | ||
lazproj | ||
libdparse@b490677106 | ||
logo | ||
src | ||
.gitignore | ||
.gitmodules | ||
LICENSE.txt | ||
README.md |
README.md
Coedit
Coedit is a simple IDE for the D2 lang. (Co mpile & Edit).
Features
- multi platform (Win/Linux).
- strictly based on DMD (the alternative compilers are not supported).
- comprehensive project format and two advanced project editors (one for the options and configurations, another for the files).
- 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. (even a phobos one).
- synchronized edition in a block.
- D2 syntax highlighter, folding, identifier markup.
- symbol list of the module being edited.
- static libraries manager.
- search and replace.
- todo comments analyzer.
- user-defined tools powered by a string interpolation system (in a single click: submit the current module to dfmt or dscanner !)
- full D Completion Daemon integration (completion, hints, call tips, jump to symbol declaration).
- mini file browser.
Missing things before the first version
This is the last beta, all the features are implemented. Until version 1, the quality will be improved and any new bug fixed.
Project information
- status: version 1 beta 3.
- license: MIT.
- programmed in Object Pascal with Lazarus & FPC as IDE & compiler.
Setup or build
Windows and Linux binaries are available for each release. The latest Coedit development version must be build from the sources.
The procedure is described in the first section of the wiki