mirror of https://gitlab.com/basile.b/dexed.git
76 lines
4.3 KiB
Markdown
76 lines
4.3 KiB
Markdown
|
|
**a DMD GUI for the free electrons !**
|
|

|
|
|
|
Coedit is an IDE for the _DMD_ [D2](http://dlang.org) compiler.
|
|
|
|
[](https://github.com/BBasile/CoeditWikiData/raw/master/coedit.win7.png)
|
|
|
|
**Features**
|
|
---
|
|
- multi platform (_Windows_, _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.
|
|
- synchronized edition in a block.
|
|
- D2 syntax highlighter, folds, regions, 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](https://github.com/Hackerpilot/DCD) integration (completion, hints, call tips, jump to symbol declaration).
|
|
- mini file browser.
|
|
- [selection of 3rd party libraries](https://github.com/BBasile/metad) that can be easily build and integrated to Coedit.
|
|
|
|
**Project information**
|
|
---
|
|
- stable version: version 1 update 2.
|
|
- development version: version 2 alpha 1.
|
|
- licensed under the term of the MIT license.
|
|
- programmed in Object Pascal with [FPC & Lazarus](http://www.lazarus.freepascal.org) as compiler & IDE.
|
|
|
|
**Download the stable version**
|
|
---
|
|
Download the zipped binaries or the zipped setup program for you platform:
|
|
|
|
- :package: [setup program for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/1_update_2/coedit.1update2.linux32.setup.zip)
|
|
- :package: [binaries for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/1_update_2/coedit.1update2.linux32.zip)
|
|
- :package: [setup program for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/1_update_2/coedit.1update2.linux64.setup.zip)
|
|
- :package: [binaries for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/1_update_2/coedit.1update2.linux64.zip)
|
|
- :package: [setup program for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/1_update_2/coedit.1update2.win32.setup.zip)
|
|
- :package: [binaries for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/1_update_2/coedit.1update2.win32.zip)
|
|
|
|
[**See the wiki**](https://github.com/BBasile/Coedit/wiki#detailed-setup-procedure) for more information about the setup.
|
|
|
|
**Download the development version**
|
|
---
|
|
Download the zipped binaries or the zipped setup program for you platform:
|
|
|
|
- :package: [setup program for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/2_alpha_1/coedit.1update2.linux32.setup.zip)
|
|
- :package: [binaries for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/2_alpha_1/coedit.1update2.linux32.zip)
|
|
- :package: [setup program for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/2_alpha_1/coedit.1update2.linux64.setup.zip)
|
|
- :package: [binaries for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/2_alpha_1/coedit.1update2.linux64.zip)
|
|
- :package: [setup program for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/2_alpha_1/coedit.1update2.win32.setup.zip)
|
|
- :package: [binaries for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/2_alpha_1/coedit.1update2.win32.zip)
|
|
|
|
[**See the wiki**](https://github.com/BBasile/Coedit/wiki#detailed-setup-procedure) for more information about the setup.
|
|
|
|
**Build**
|
|
---
|
|
|
|
The procedure is described in the [**first section of the wiki**](https://github.com/BBasile/Coedit/wiki#detailed-setup-procedure)
|
|
|
|
**GUI preview**
|
|
---
|
|
Windows version (Windows 7, x86):
|
|

|
|
|
|
Linux version (OpenSuse 13.2, KDE, x86_64):
|
|

|
|
|
|
Linux version (Mint 17.2, Cinnamon, x86):
|
|

|