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 254190 - "Find In Projects..." also searches in .wav files
Summary: "Find In Projects..." also searches in .wav files
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 8.0.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-07 08:31 UTC by raoulvdberge
Modified: 2015-10-28 02:24 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
search results (29.06 KB, image/png)
2015-08-07 08:31 UTC, raoulvdberge
Details

Note You need to log in before you can comment on or make changes to this bug.
Description raoulvdberge 2015-08-07 08:31:16 UTC
Created attachment 155210 [details]
search results

This might be unwanted behaviour.
Comment 1 Jaroslav Havlin 2015-08-07 12:31:46 UTC
I can reproduce this. The file is handled as textual file because it's type is unknown and its size is smaller than 5MB.

Workaround is assigning some binary MIME-Type to files with extension ".wav":
Main menu -> Tools -> Options -> Miscellaneous -> Files -> File Extension New... -> enter "wav" -> Associated File Type (MIME): "application/x-elf" (for example)

Another workaround is ignoring wav files in Find in Projects:
Open Find dialog (Ctrl+Shift+F) -> Use Ignore List edit -> Add Path Pattern... -> File Name Patterns: "*.wav" -> Apply -> Close

Thank you for reporting.
Comment 2 Jaroslav Havlin 2015-10-27 09:01:21 UTC
http://hg.netbeans.org/core-main/rev/130c5d6e626d
Fixed.
Comment 3 Quality Engineering 2015-10-28 02:24:08 UTC
Integrated into 'main-silver', will be available in build *201510280002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/130c5d6e626d
User: Jaroslav Havlin <jhavlin@netbeans.org>
Log: #254190: "Find In Projects..." also searches in .wav files