sync TODO with web changes and add a couple of my lower level ones too

This commit is contained in:
Andy Williams 2014-05-20 22:34:30 +01:00
parent ce8b9a8b93
commit 5b594d9481
1 changed files with 6 additions and 2 deletions

8
TODO
View File

@ -1,13 +1,17 @@
This project is in heavy development, we are currenty working towards the This project is in heavy development, we are currenty working towards the
"Code aware editor" phase, the following work is still to be done: "Code aware editor" phase, the following work is still to be done:
* Replace in file
* Redo changes that have been undone
* Add a menu for easier access to some features
* Search / replace in project / directory
* Line numbers & go to line
* Creation of new projects from name input and skeleton project files * Creation of new projects from name input and skeleton project files
* Automatic code indenting / formatting * Automatic code indenting / formatting
* Syntax highlighting - from elm_code project (cedric and TAsn) * Syntax highlighting - from elm_code project (cedric and TAsn)
* Code folding * Code folding
* Integrated console * Integrated console
* notepad, vim and editing modes * notepad, emacs and vim and editing modes
* Refactoring code capability
* Documentation finding * Documentation finding
* Code expansion (nested display of function call body) * Code expansion (nested display of function call body)
* Compilation error message integrated in the flow of code * Compilation error message integrated in the flow of code