News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

To-Do list

Started by sethjackson, June 27, 2006, 02:54:48 PM

Previous topic - Next topic

sethjackson

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) Select

/// \todo Implement.


If so I may be able to implement it....... :)

Game_Ender

Don't forget:
Code (cpp) Select
@todo

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

sethjackson

Quote from: Game_Ender on June 27, 2006, 05:08:46 PM
Don't forget:
Code (cpp) Select
@todo

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

Yes indeed. :)

MortenMacFly

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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

AngleWyrm

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?