How do I use the plugin?
When you need to do something, and want to mark it in the sourcefile, add TODO to your comment, and it will pop up in your todo list.
Example:
//TODO: Implement this later
void MyClass :: myMethod (void)
{
}
btw. there is a bug with the TODO window toggle-display.
normally i've set the TODO list window to display below the editor window (Message pane window enabled)
(http://img205.imageshack.us/img205/9892/cbtodo1wt9.png) (http://img205.imageshack.us/my.php?image=cbtodo1wt9.png)
when i disable the Message pane window and enable it again, the
Message pane window and the TODO window use the same height and are displayed horizontally split.
(http://img53.imageshack.us/img53/9674/cbtodo2rt9.png) (http://img53.imageshack.us/my.php?image=cbtodo2rt9.png)
i think the windows should save their layout and restore as the were set before,
also the height of the windows should be saved & restored (this bug is already known)
thanks
tiwag