updated readme

This commit is contained in:
Basile Burg 2015-04-07 17:49:26 +02:00
parent f528343819
commit 658978373d
1 changed files with 8 additions and 7 deletions

View File

@ -18,18 +18,19 @@ Current features
- search and replace. - search and replace.
- "todo comments" analyzer. - "todo comments" analyzer.
- user-defined tools powered by a string interpolation system. - 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. - mini file browser.
Missing features before the first beta Missing things before the first version
-------------------------------------- -----------------------------------------
- Options editor. All the majors features are implemented.
- Shortcuts editor. Some minor things are still missing or not fully working:
- a few context menus and toolbars. - editor context menu.
- shortcuts customization (main menu, editor).
Project information Project information
------------------- -------------------
- status: alpha 12. - status: beta 1.
- license: MIT. - license: MIT.
- programmed in Object Pascal with [Lazarus & FPC](http://www.lazarus.freepascal.org) as IDE & compiler. - 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). - based on *DMD* (the alternative compilers, LDC or GDC, are not supported).