News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

How do I use the to do list plugin?

Started by SonicD007, July 28, 2006, 12:37:59 AM

Previous topic - Next topic

SonicD007


jpaterso

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:

Code (cpp) Select
//TODO: Implement this later
void MyClass :: myMethod (void)
{
}

tiwag

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)


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.


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