edi/TODO

19 lines
536 B
Plaintext
Raw Normal View History

2020-04-01 02:12:20 -07:00
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.
2014-02-21 16:32:26 -08:00
2020-04-01 02:12:20 -07:00
Editor
* Code folding
* Automatic code indenting / formatting
2017-09-27 09:39:08 -07:00
* notepad, emacs and vim and editing modes (key bindings)
2017-03-18 04:02:26 -07:00
* LLVM parsing
* Cross reference for c, c++ and some scripting language
2017-03-25 14:59:25 -07:00
* Support for EditorConfig - http://editorconfig.org/
2014-02-21 16:32:26 -08:00
2020-04-01 02:12:20 -07:00
IDE
* Integrated console
2014-02-21 16:32:26 -08:00
2020-04-01 02:12:20 -07:00
Widget (elm_code_widget)
* Improve the efficiency of the widget. Need to use much fewer
textgrids where possible.