This commit is contained in:
Basile Burg 2017-07-14 07:55:36 +02:00
parent 06b28abc23
commit 02a2793486
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
2 changed files with 19 additions and 13 deletions

View File

@ -12,20 +12,21 @@ Coedit is an IDE for the [D programming language](http://dlang.org), its compile
- 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_).
- full [D Completion Daemon](https://github.com/dlang-community/DCD) integration (completion, ddoc display, call tips, jump to declaration, rename identifier).
- Dynamic [D-Scanner](https://github.com/dlang-community/D-Scanner) linting with results displayed in the editor gutter.
- 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.
- Explorable list of symbols of the current module.
- 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, 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, update 2, Wed 2 Jun 2017.
- latest release: version 3, update 3, Fri 14 Jul 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).
@ -33,14 +34,18 @@ Coedit is an IDE for the [D programming language](http://dlang.org), its compile
---
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_update_2/coedit.3update2.linux32.setup.zip)
- :package: [binaries for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/3_update_2/coedit.3update2.linux32.zip)
- :package: [setup program for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_2/coedit.3update2.linux64.setup.zip)
- :package: [binaries for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_2/coedit.3update2.linux64.zip)
- :package: [setup program for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_2/coedit.3update2.win32.setup.zip)
- :package: [binaries for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_2/coedit.3update2.win32.zip)
- :package: [rpm for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_2/coedit-3-update2.x86_64.rpm)
- :package: [deb for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_2/coedit-3-update2.amd64.deb)
- :package: [setup program for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/3_update_3/coedit.3update3.linux32.setup.zip)
- :package: [binaries for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/3_update_3/coedit.3update3.linux32.zip)
- :package: [setup program for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_3/coedit.3update3.linux64.setup.zip)
- :package: [binaries for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_3/coedit.3update3.linux64.zip)
- :package: [setup program for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_3/coedit.3update3.win32.setup.zip)
- :package: [binaries for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_3/coedit.3update3.win32.zip)
- :package: [rpm for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_3/coedit-3-update3.x86_64.rpm)
- :package: [deb for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/3_update_3/coedit-3-update3.amd64.deb)
The _zip_ allow to move freely the files.
The _setup.zip_ install to predefined locations so that the software can be run without additional intervention.
The _deb_ and the _rpm_ are for those who prefer the official setup system for their linux systems.
[**See this page**](http://bbasile.github.io/Coedit/setup.html) for more information about the setup.

View File

@ -21,6 +21,7 @@ Todo by hand for each release
===
- change the text in the _version.txt_ file.
- change the setup program _outputFilename_ for each configuration, according to the new version.
- change the setup program _version_ field.
- put the content (programs, icon, license, etc.) in each of the nux32/nux64/win32 folders.
- compile on each platform with the right project configuration.
- compile on each platform with the right project configuration.
- run the _rpm.sh_ and the _deb.sh_ scripts.