mirror of https://gitlab.com/basile.b/dexed.git
51 lines
1.8 KiB
Markdown
51 lines
1.8 KiB
Markdown
Coedit
|
|
======
|
|
|
|
Coedit is a simple IDE for the [D2](http://dlang.org) lang. (**Co** mpile & **Edit**).
|
|
|
|
 
|
|
|
|
Current features
|
|
----------------
|
|
- multi platform (Win/Linux).
|
|
- full featured project format and advanced project editor.
|
|
- compile and run directly from the UI.
|
|
- instant run (without saving, script-like).
|
|
- synchronized edition in a block.
|
|
- D2 syntax highlighter, folding, identifier markup.
|
|
- module symbol list.
|
|
- static libraries manager.
|
|
- search and replace.
|
|
- "todo comments" analyzer.
|
|
- user-defined tools powered by a string interpolation system.
|
|
- [D Completion Daemon](https://github.com/Hackerpilot/DCD) integration for completion and hints.
|
|
- mini file browser.
|
|
|
|
Missing things before the first version
|
|
-----------------------------------------
|
|
All the majors features are implemented.
|
|
Some minor things are still missing or not fully working:
|
|
- editor context menu.
|
|
- shortcuts customization (main menu, editor).
|
|
|
|
Project information
|
|
-------------------
|
|
- status: beta 1.
|
|
- license: MIT.
|
|
- programmed in Object Pascal with [Lazarus & FPC](http://www.lazarus.freepascal.org) as IDE & compiler.
|
|
- based on *DMD* (the alternative compilers, LDC or GDC, are not supported).
|
|
|
|
Setup or build
|
|
--------------
|
|
Windows and Linux binaries are available for the tagged versions.
|
|
The latest Coedit development version must be build from the sources.
|
|
|
|
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):
|
|
 |