Eclipse – How to limit task tags to current project in Eclipse

eclipse

Eclipse currently shows the task tags (// TODO) from all open projects. I would be grateful if anyone could point out the preference, where I could restrict the scope of tasks displayed (e.g. only tasks from current project).

Best Answer

In Eclipse Helios (3.6) you can configure the scope.

Down arrow at the top right -> Configure Contents:

Configure Contents img

Select a configuration on the left (or create a new one) and on the right in the Scope section select "On any element in same project".