From 658978373dcba827667f70ad26c160184adf11cc Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Tue, 7 Apr 2015 17:49:26 +0200 Subject: [PATCH] updated readme --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6fed9482..85712284 100644 --- a/README.md +++ b/README.md @@ -18,18 +18,19 @@ Current features - search and replace. - "todo comments" analyzer. - user-defined tools powered by a string interpolation system. -- [D Completion Daemon](https://github.com/Hackerpilot/DCD) integration for completion proposal and source code hints. +- [D Completion Daemon](https://github.com/Hackerpilot/DCD) integration for completion and hints. - mini file browser. -Missing features before the first beta --------------------------------------- -- Options editor. -- Shortcuts editor. -- a few context menus and toolbars. +Missing things before the first version +----------------------------------------- +All the majors features are implemented. +Some minor things are still missing or not fully working: +- editor context menu. +- shortcuts customization (main menu, editor). Project information ------------------- -- status: alpha 12. +- status: beta 1. - license: MIT. - programmed in Object Pascal with [Lazarus & FPC](http://www.lazarus.freepascal.org) as IDE & compiler. - based on *DMD* (the alternative compilers, LDC or GDC, are not supported).