News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Find in Files

Started by Manolo, April 21, 2008, 08:53:59 PM

Previous topic - Next topic

Manolo

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

dmoore

Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]

Manolo

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