"Find in Files" bug

Discussion about CodeLite development process and patches
S.R.
CodeLite Curious
Posts: 2
Joined: Sun Apr 05, 2009 10:19 pm
Contact:

"Find in Files" bug

Post by S.R. »

Hi

I think, I found a bug with Find in Files function.
I have one project with 77 .cpp files and 63 .h files. Yesterday I reworked one class and tried to find all occurences of class methods.
For attached screenshot: e.g. for "Message::box" FIF gives me only 3 matches in 3 files. But in a fact there 39 matches in 19 files.

Sorry for my english, my native language is russian.
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: "Find in Files" bug

Post by eranif »

Are u using any special characters in your file (especially in comments) ?, if you do, please change the 'Find in files' to use your encoding (German umlaut and such?)

If you dont use any special characters it will be great to have a sample source file + search string to try it here
Eran
Make sure you have read the HOW TO POST thread
S.R.
CodeLite Curious
Posts: 2
Joined: Sun Apr 05, 2009 10:19 pm
Contact:

Re: "Find in Files" bug

Post by S.R. »

eranif wrote:Are u using any special characters in your file (especially in comments) ?, if you do, please change the 'Find in files' to use your encoding (German umlaut and such?)
You are right! I found a few comments on russian... Like "// !!! не вызывается деструктор!"
Sorry for false bug-report.
Post Reply