Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Manolo on April 21, 2008, 08:53:59 pm

Title: Find in Files
Post by: Manolo on April 21, 2008, 08:53:59 pm
Hello
Sure it's me, but gets me mad.

I installed RC802 and now NB 5000 (windows), with the same result.

- Start C::B, no project
- 'Search' 'Find in Files'
- I search for any, i.e. 'GetNode', using search path 'D:\wx287\include\wx'
  and mask '*.cpp;*.h, *.xrc, *.c'  and 'Recurse subdirectories' checked

The result is bad. It doesn't find it
Worst. Logs windows says "not found in 3 files' when this subdirectory is 340 objects long.

Now open the file 'D:\wx287\include\wx\hasmap.h'
and search 'GetNode' using 'Find' instead of 'Find in Files'
It's there, found.

Is this a bug?

TIA
Manolo
Title: Re: Find in Files
Post by: dmoore on April 21, 2008, 09:00:01 pm
semi-colons dude.
Title: Re: Find in Files
Post by: Manolo on April 22, 2008, 10:35:17 am
Yes, dmoore, thank you

Replacing '*.cpp;*.h, *.xrc, *.c' with '*.cpp;*.h; *.xrc; *.c' (semi-colons are OK, commas are bad)
and everything goes smoothly

But I supposed this was a C::B default, so I did'nt thought of it.

Solved