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.
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.
This issue was fixed in the NB 6.7. *** This issue has been marked as a duplicate of 26705 ***