User forums > General (but related to Code::Blocks)
How do I use the to do list plugin?
(1/1)
SonicD007:
How do I use the plugin?
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) ---//TODO: Implement this later
void MyClass :: myMethod (void)
{
}
--- End code ---
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
Navigation
[0] Message Index
Go to full version