---------------------------------------- combined D compiler (Co) & editor (edit) ---------------------------------------- Multi-plateform D code editor and D compiler wrapper. Initial features: - projects. - multi projects configurations (set of switches and options). - project configurations templates (release, debug, etc.). - D syntax highlighter. - compile, run directly from UI. - instant run (without saving, script-like). - basic auto completion (brackets, KW, ...) Future: - project groups. - plug-in interface. - completion proposal (dcd or using json doc). - dynamic grammatical verification - Git integration. - debugger.