Search code examples
phpnetbeanstasktodonetbeans-7.1

Limit the task list by filtering by directory in Netbeans 7.1


I am looking to filter the visible tasks by directory so that I don't get all the @todos from external libraries. But It's not quite working how I expected.

Below is an example of what I have tried.

enter image description here


Solution

  • You have to use :

    Location Begins With (Case sensitive) < absolute_path_of_your_netbeans_workspace >/< project_name >/src

    You seem to be on Windows so absolute_path_of_your_netbeans_workspace should start with something like C:/.