From da2d20a39aca3d074e175ee5b5e96a529a28ba3f Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Wed, 20 Sep 2017 02:36:12 +0200 Subject: [PATCH] rename license file + update readme --- LICENSE_1_0..txt => LICENSE_1_0.txt | 0 README.md | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename LICENSE_1_0..txt => LICENSE_1_0.txt (100%) diff --git a/LICENSE_1_0..txt b/LICENSE_1_0.txt similarity index 100% rename from LICENSE_1_0..txt rename to LICENSE_1_0.txt diff --git a/README.md b/README.md index a6dcba8a..2742a01a 100644 --- a/README.md +++ b/README.md @@ -14,14 +14,14 @@ Coedit is an IDE for the [D programming language](http://dlang.org), its compile - 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. +- single click to compile and to _unittest_ a module and optionally display tests coverage. - 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. -- Explorable list of symbols of the current module. +- Tree of symbols in 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. -- mini file browser, dfmt interface, search & replace, [discover more in the manual](http://bbasile.github.io/Coedit/). +- integrated file browser, dfmt interface, search & replace, [discover more in the manual](http://bbasile.github.io/Coedit/). **Project information** --- @@ -49,7 +49,7 @@ The _deb_ and the _rpm_ are for those who prefer the official setup system for t [**See this page**](http://bbasile.github.io/Coedit/setup.html) for more information about the setup. -There is also 3rd part packages, maintained by volunteer, but the version that's available is not guaranteed to be the latest: +There is also 3rd part packages, maintained by volunteers, but the version that's available is not guaranteed to be the latest: - :package: [ports for FreeBSD](http://www.freshports.org/editors/coedit/) - :package: [AUR package for ArchLinux](https://aur.archlinux.org/packages/coedit-bin/)