remove old name

This commit is contained in:
Basile Burg 2017-05-25 16:55:33 +02:00
parent 3362fd5b2e
commit 8623e8b68f
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 9 additions and 9 deletions

View File

@ -1,26 +1,26 @@
<p align="center">
<img src="https://github.com/BBasile/Coedit/raw/master/logo/coedit.png?raw=true" width="15%" height="15%" alt="CE"/>
<img src="https://github.com/BBasile/drwx---/raw/master/logo/coedit.png?raw=true" width="15%" height="15%" alt="CE"/>
</p>
Coedit is an IDE for the [D programming language](http://dlang.org), its compilers, tools and libraries.
__drwx---__ (formely named Coedit) is an IDE for the [D programming language](http://dlang.org), its compilers, tools and libraries.
[![](http://bbasile.github.io/Coedit/img/coedit_kde4_thumb.png)](http://bbasile.github.io/Coedit/img/coedit_kde4.png)
[![](http://bbasile.github.io/drwx---/img/coedit_kde4_thumb.png)](http://bbasile.github.io/drwx---/img/coedit_kde4.png)
**Overview**
---
- available for _Windows_ or _Linux_.
- supports all the D compilers (DMD-GDC-LDC).
- supports the DUB projects (JSON + SDL) and also Coedit own project format.
- support the DUB scripts (aka _single file packages_) and Coedit own script format (aka _runnable modules_).
- supports the DUB projects (JSON + SDL) and also _drwx---_ own project format.
- support the DUB scripts (aka _single file packages_) and _drwx---_ own script format (aka _runnable modules_).
- single click to compile and to _unittest_ a module.
- advanced editor with D2 syntax highlighter, folds, regions, identifier markup, macros, sync-edit, etc.
- edition helpers: comment blocks, local identifier renaming, brace auto-closing, ddoc templates, etc.
- list of the symbols in the module being edited.
- static libraries manager that supports auto-registration from local DUB projects, from online DUB packages or from Coedit custom project format.
- static libraries manager that supports auto-registration from local DUB projects, from online DUB packages or from _drwx--_- custom project format.
- todo list based on the _todo comments_ located in a project or in the current source.
- user-defined tools powered by a string interpolation system.
- full [D Completion Daemon](https://github.com/Hackerpilot/DCD) integration (completion, ddoc display, call tips, jump to symbol declaration).
- mini file browser, dfmt interface, search & replace, [discover more in the manual](http://bbasile.github.io/Coedit/).
- mini file browser, dfmt interface, search & replace, [discover more in the manual](http://bbasile.github.io/drwx---/).
**Project information**
---
@ -41,9 +41,9 @@ Download the zipped binaries or the zip that contains the setup program for you
- :package: [binaries for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_1/coedit.3update1.win32.zip)
- :package: [rpm for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_1/coedit-3-update1.x86_64.rpm)
[**See this page**](http://bbasile.github.io/Coedit/setup.html) for more information about the setup.
[**See this page**](http://bbasile.github.io/drwx---/setup.html) for more information about the setup.
**Build**
---
Follow the procedure described [**here**](http://bbasile.github.io/Coedit/build.html).
Follow the procedure described [**here**](http://bbasile.github.io/drwx---/build.html).