Inquiry: To-Do list formating

ScottMattes

Member³
Marco,
I am on version 7, but I wondered if there was in latter versions a way for us to customize the look of the TODO:?

currently it looks like this:

Code:
/*
TODO: owner="scott.mattes" category="Optimize" priority="1 - High" created="1/10/2014"
text="example for Marco"
*/

but what if we or our company wanted:

Code:
/*
TODO: owner="scott.mattes"
      category="Optimize"
      priority="1 - High"
      created="1/10/2014"
      text="example for Marco"
*/

Or something else?

Thank you.
 
There is currently no option to control the format of the To-Do items. You can of course format them any way you like, but as soon as you modify the item through the To-Do List function, formatting will be reset to the standard layout.
 
Marco,
Thank you for the reply.

Please add this to the list of requested enhancements (either customizable TODO format or support for TODO in the Beautifier).

Thank you
 
Back
Top