Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse tasks from specific files

In Eclipse (Galileo) is it possible to filter the list of TODO and FIXME tasks by a specific file, or several files? Instead of having the whole list for the entire project.

like image 497
Jla Avatar asked Jun 09 '10 08:06

Jla


1 Answers

You can select through the upper right arrow of the Task View the option "Configure Content"

From there, you should select a narrower filter like:

"On selected element only"

alt text


Steve Chambers mentions in the comments:

To get this to work in Kepler (Eclipse 4.3), I had to tick the checkbox on the "TODOs" configuration in the top left (rather than "Show all items", which is ticked by default).

like image 98
VonC Avatar answered Sep 29 '22 18:09

VonC