mirror of https://gitlab.com/basile.b/dexed.git
alpha 11
This commit is contained in:
parent
abd7e09552
commit
2f6a9736dc
|
@ -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).
|
||||||
|
|
Loading…
Reference in New Issue