Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] what happened to TODO processing?

Hi,

In Eclipse Java perspective if you type a TODO comment in the source, you got an entry in the Task. I can't seem to get it working in CDT3.1.1, but I'm sure it worked in CDT3.0.x. It is recognising something as TODO: gets syntac coloured, but there is no Task entry

Is there a way to switch it on? Or has it disappeared for good?

Example:
// TODO: something
adds 'something' to the task list window
--
Derek


Back to the top