updated readme

This commit is contained in:
Basile Burg 2015-05-30 12:20:15 +02:00
parent fc137ac565
commit c094950533
1 changed files with 14 additions and 13 deletions

View File

@ -1,20 +1,20 @@
Coedit
======
Coedit is a simple IDE for the [D2](http://dlang.org) lang. (**Co** mpile & **Edit**). ![](https://github.com/BBasile/Coedit/blob/master/logo/ce1.png?raw=true) ***Compile*** &***Edit*** in _D_
![](lazproj/coedit.win7.33.png) ![](lazproj/coedit.linux.kde.33.png) Coedit is an IDE for the [D2](http://dlang.org) _DMD_ compiler.
Features ![](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.win7.33.png)
**Features**
-------- --------
- multi platform (Win/Linux). - multi platform (_Windows_, _Linux_).
- strictly based on *DMD* (the alternative compilers are not supported). - 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). - 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. - 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 execute an unsaved module (aka a _runnable module_).
- single click to compile and _unittest_ a module. (even a phobos one). - single click to compile and _unittest_ a module. (even a phobos one).
- synchronized edition in a block. - synchronized edition in a block.
- D2 syntax highlighter, folding, identifier markup. - D2 syntax highlighter, folds, regions, identifier markup.
- symbol list of the module being edited. - symbol list of the module being edited.
- static libraries manager. - static libraries manager.
- search and replace. - search and replace.
@ -23,28 +23,29 @@ Features
- full [D Completion Daemon](https://github.com/Hackerpilot/DCD) integration (completion, hints, call tips, jump to symbol declaration). - full [D Completion Daemon](https://github.com/Hackerpilot/DCD) integration (completion, hints, call tips, jump to symbol declaration).
- mini file browser. - mini file browser.
Missing things before the first version **Missing things before the first version**
--------------------------------------- ---------------------------------------
This is the last beta, all the features are implemented. This is the last beta, all the features are implemented.
Until version 1, the quality will be improved and any new bug fixed. Until version 1, the quality will be improved and any new bug fixed.
Project information **Project information**
------------------- -------------------
- status: version 1 beta 3. - status: version 1 beta 3.
- _ETA_: mid June, ideally the 10.
- license: MIT. - license: MIT.
- programmed in Object Pascal with [Lazarus & FPC](http://www.lazarus.freepascal.org) as IDE & compiler. - programmed in Object Pascal with [Lazarus & FPC](http://www.lazarus.freepascal.org) as IDE & compiler.
Setup or build **Setup or build**
-------------- --------------
Windows and Linux binaries are available for each [release](https://github.com/BBasile/Coedit/releases). Windows and Linux binaries are available for each [release](https://github.com/BBasile/Coedit/releases).
The latest Coedit development version must be build from the sources. 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) The procedure is described in the [**first section of the wiki**](https://github.com/BBasile/Coedit/wiki#detailed-setup-procedure)
GUI preview **GUI preview**
----------- -----------
Windows version (Windows 7, x86): Windows version (Windows 7, x86):
![Win screen-cap](lazproj/coedit.win7.png "Coedit GUI preview") ![Win screen-cap](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.win7.png "Coedit GUI preview")
Linux version (OpenSuse 13.2, Kde, x86_64): Linux version (OpenSuse 13.2, Kde, x86_64):
![Nux screen-cap](lazproj/coedit.linux.kde.png "Coedit GUI preview") ![Nux screen-cap](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.linux.kde.png "Coedit GUI preview")