This commit is contained in:
Basile Burg 2015-01-21 11:41:50 +01:00
parent abd7e09552
commit 2f6a9736dc
1 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ Current features
- module symbol list. - module symbol list.
- static libraries manager. - static libraries manager.
- search and replace. - search and replace.
- "todo comment" 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 proposal and source code hints.
- mini file browser. - mini file browser.
@ -27,7 +28,7 @@ Missing features before the first beta
Project information Project information
------------------- -------------------
- status: alpha 10. - status: alpha 11.
- 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 backends, LDC or GDC, are not supported). - based on *DMD* (the alternative backends, LDC or GDC, are not supported).