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.
"Find in Files" bug
-
- CodeLite Curious
- Posts: 2
- Joined: Sun Apr 05, 2009 10:19 pm
- Contact:
"Find in Files" bug
You do not have the required permissions to view the files attached to this post.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: "Find in Files" bug
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
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
-
- CodeLite Curious
- Posts: 2
- Joined: Sun Apr 05, 2009 10:19 pm
- Contact:
Re: "Find in Files" bug
You are right! I found a few comments on russian... Like "// !!! не вызывается деструктор!"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?)
Sorry for false bug-report.