Author Topic: How do I use the to do list plugin?  (Read 3026 times)

SonicD007

  • Guest
How do I use the to do list plugin?
« on: July 28, 2006, 12:37:59 am »
How do I use the plugin?

Offline jpaterso

  • Multiple posting newcomer
  • *
  • Posts: 57
Re: How do I use the to do list plugin?
« Reply #1 on: July 28, 2006, 08:49:29 am »
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)
{
}

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: How do I use the to do list plugin?
« Reply #2 on: July 28, 2006, 10:40:20 am »
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