forked from enlightenment/edi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
536 B
18 lines
536 B
This project is under heavy and active development. We are working on |
|
both a "Code-aware editor" as well as the IDE functionality at the same |
|
time. |
|
|
|
Editor |
|
* Code folding |
|
* Automatic code indenting / formatting |
|
* notepad, emacs and vim and editing modes (key bindings) |
|
* LLVM parsing |
|
* Cross reference for c, c++ and some scripting language |
|
* Support for EditorConfig - http://editorconfig.org/ |
|
|
|
IDE |
|
* Integrated console |
|
|
|
Widget (elm_code_widget) |
|
* Improve the efficiency of the widget. Need to use much fewer |
|
textgrids where possible.
|
|
|