When creating long complex scripts, you often build a
skeleton and deffer coding of certain functionalities to a
later time. It would be helpful to have a list of 'To Do'
stuff so you don't forget :)
In Eclipse (java IDE) this Task-List is directly maintained
within the file. The (configurable) key word "TODO" in a
commend causes an entry withn a task list.
This is very useful if you work with seeral users on files.
The todo-list is stored within the sources!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=796177
Yes is a good idea, I will add this feature in the 2.1 version.
Logged In: YES
user_id=290357
In Eclipse (java IDE) this Task-List is directly maintained
within the file. The (configurable) key word "TODO" in a
commend causes an entry withn a task list.
This is very useful if you work with seeral users on files.
The todo-list is stored within the sources!