In Eclipse (HELIOS) there is an option to scan all source code and search for task tags such as "TODO", "FIXME" etc.
The result is then shown in a fine list.
One can access this list by: Windows->Show View->Tasks.
However, it also scans resources directory and libraries, whose task tags are not of my interest.
How can I filter Task Tags searching by directory exclusion filter?
10x

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Unfortunately, the answer is that this is not currently possible. You can configure the set of task keywords on a per-project basis along with the priority of each, but no more than that.

link|improve this answer
feedback

Also there is the way I work around that limitation: Define your own tags, i.e. by adding your name or some shortcut and use the task-list's filter function to ignore the rest.

In the preferences you can define your own TODO Tags (for highlighting purposes etc.) or you can leave it with TODO, FIXME, XXX..

Also in the preferences you can redefine the default Comments like "TODO: Auto-generated something" to "TODO Nir: Auto..."

In the Task List you can then filter for exactly those tags.

Cheers, Rob

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.