Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: sethjackson on June 27, 2006, 02:54:48 pm

Title: To-Do list
Post by: sethjackson on June 27, 2006, 02:54:48 pm
Hey I have a suggestion/question regarding the To-Do list. :)

Would it be ok to have to To-Do list recognize something like this?

Code: cpp
/// \todo Implement.

If so I may be able to implement it....... :)
Title: Re: To-Do list
Post by: Game_Ender on June 27, 2006, 05:08:46 pm
Don't forget:
Code: cpp
@todo

That will make To-Do List a little more doxygen friendly.
Title: Re: To-Do list
Post by: sethjackson on June 27, 2006, 05:28:12 pm
Don't forget:
Code: cpp
@todo

That will make To-Do List a little more doxygen friendly.

Yes indeed. :)
Title: Re: To-Do list
Post by: MortenMacFly on June 27, 2006, 06:36:18 pm
The best would be to have these items fully dynamic. Thus e.g. configure them in a XML file or similar. Here at work people use so much different types: TODO, ToDo, TO DO, To Do, todo and so on... not to forget any "symbols" in front as "\" or "@"...
I believe such a "dynamic setup" would enhance this plugin a lot.
With regards, Morten.
Title: Re: To-Do list
Post by: AngleWyrm on January 03, 2009, 12:42:22 am
Yeah, this is necroed, but I like this feature!

The To-Do list displays /* NOTE: */ comment entries, and also displays /* TODO: */ comment entries.

I also would like to have it display /* STUB: */ and /* SCAFFOLD: */ for code that needs to be replaced eventually.

Once upon a time there was a right-click menu option for editing the recognized tags, but it seems to have disappeared somewhere along the lines. Anyone know how to either get it back, or edit a config file of some sort?