Author Topic: Find in Files  (Read 3606 times)

Offline Manolo

  • Multiple posting newcomer
  • *
  • Posts: 47
Find in Files
« 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

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: Find in Files
« Reply #1 on: April 21, 2008, 09:00:01 pm »
semi-colons dude.

Offline Manolo

  • Multiple posting newcomer
  • *
  • Posts: 47
Re: Find in Files
« Reply #2 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