Author Topic: To-Do list  (Read 8770 times)

sethjackson

  • Guest
To-Do list
« 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....... :)

Offline Game_Ender

  • Lives here!
  • ****
  • Posts: 551
Re: To-Do list
« Reply #1 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.

sethjackson

  • Guest
Re: To-Do list
« Reply #2 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. :)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: To-Do list
« Reply #3 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline AngleWyrm

  • Multiple posting newcomer
  • *
  • Posts: 15
Re: To-Do list
« Reply #4 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?