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 164561 - "Replace in projects" does not scan all files
Summary: "Replace in projects" does not scan all files
Status: RESOLVED DUPLICATE of bug 26705
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P3 blocker (vote)
Assignee: Andrey Yamkovoy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-06 08:51 UTC by sideralis
Modified: 2009-05-12 10:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sideralis 2009-05-06 08:51:31 UTC
My project is a J2ME project where one part of the source files is a messages.properties file. So I have a default 
file called messages.properties and then I have several other files called messages_xx.properties where xx stands in 
for the language name (fr, de, es, ...).
I want to replace in my project a text by another text. For this I use the command "Replace in projects..." from 
menu "Edit". I specify Whole words, case sensitive, main projects and does not touch File Name Patterns (so (all 
files) is written). When I press Find, it reports me that it found the text in a java file, plus in the 
messages.properties file. This is right, but it didn't find it in all messages_xx.properties files where my text is 
also located. 
It looks like only messages.properties is scanned and not all messages_xx.properties files.
Comment 1 Andrey Yamkovoy 2009-05-12 10:14:17 UTC
This issue was fixed in the NB 6.7.

*** This issue has been marked as a duplicate of 26705 ***