From bdd275103df70f90af0d4e60659400459e4690b3 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Mon, 8 Aug 2016 15:20:26 +0200 Subject: [PATCH] fix a link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3fa6f83c..18cac23b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ CE

-Coedit is an IDE for the D programming language [D2](http://dlang.org). +Coedit is an IDE for the [D programming language](http://dlang.org), its compilers, tools and libraries. [![](https://github.com/BBasile/CoeditWikiData/raw/master/coedit.win7.33.png)](https://github.com/BBasile/CoeditWikiData/raw/master/coedit.win7.png) @@ -16,14 +16,14 @@ Coedit is an IDE for the D programming language [D2](http://dlang.org). - single click to compile and execute an unsaved module (aka a _runnable module_). - single click to compile and _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. +- edition helpers: comment blocks, local identifier renaming, brace auto-closing, 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 comments_ parser and dedicated widget. - 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). - mini file browser, dfmt interface, search & replace, etc. -- [selection of 3rd party libraries](https://github.com/BBasile/metad) that can be easily build and integrated to Coedit. +- [selection of 3rd party libraries](https://github.com/BBasile/metad) that can be easily build and integrated in Coedit. **Project information** ---