This commit is contained in:
Basile Burg 2017-05-03 10:46:15 +02:00
parent 32adaec370
commit 3362fd5b2e
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 13 additions and 13 deletions

View File

@ -11,39 +11,39 @@ Coedit is an IDE for the [D programming language](http://dlang.org), its compile
- 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).
- support the DUB scripts (aka _single file packages_) and Coedit 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, 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.
- 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, hints, call tips, jump to symbol declaration).
- 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/).
**Project information**
---
- latest release: version 3 gold, Mon 13 Mar 2017.
- latest release: version 3, update 1, Wed 3 May 2017.
- licensed under the terms of the Boost software license.
- Development can be supported by [donating here](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AQDJVC39PJF7J).
**Download version 3 final**
**Download version 3 update 1**
---
Download the zipped binaries or the zip that contains the setup program for you platform:
- :package: [setup program for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/3_gold/coedit.3gold.linux32.setup.zip)
- :package: [binaries for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/3_gold/coedit.3gold.linux32.zip)
- :package: [setup program for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/3_gold/coedit.3gold.linux64.setup.zip)
- :package: [binaries for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/3_gold/coedit.3gold.linux64.zip)
- :package: [setup program for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/3_gold/coedit.3gold.win32.setup.zip)
- :package: [binaries for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/3_gold/coedit.3gold.win32.zip)
- :package: [rpm for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/3_gold/coedit-3-gold.x86_64.rpm)
- :package: [setup program for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/3_update_1/coedit.3update1.linux32.setup.zip)
- :package: [binaries for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/3_update_1/coedit.3update1.linux32.zip)
- :package: [setup program for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_1/coedit.3update1.linux64.setup.zip)
- :package: [binaries for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_1/coedit.3update1.linux64.zip)
- :package: [setup program for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_1/coedit.3update1.win32.setup.zip)
- :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.
**Build**
---
The procedure is described in [**this page**](http://bbasile.github.io/Coedit/build.html).
Follow the procedure described [**here**](http://bbasile.github.io/Coedit/build.html).