This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 247349 - Ability to limit Find in Files to versioned files only
Summary: Ability to limit Find in Files to versioned files only
Status: NEW
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal with 2 votes (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-22 08:02 UTC by Petr Jiricka
Modified: 2014-09-22 08:02 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2014-09-22 08:02:49 UTC
Currently, Find in Files have a few checkboxes which help the user control what kind of files to search from, like
[ ] Search in Archives
[ ] Search in Generated Sources

However, it does not allow me to exclude libraries in HTML5 project from the search. In my case, I have a bower_components directory, which contains libraries managed by Bower. These are not versioned (and listed in .gitignore).

It would be useful if the Find in Files dialog had an option like:
[ ] Search in versioned files only

which would allow me to exclude all non-versioned files (specified in .gitignore, if using git) from the search.