"Find in files" doesn't work on Unix files

  • Thread starter Thread starter Bart Masschelein
  • Start date Start date
B

Bart Masschelein

Hello,

I have a VC++ project which uses files located on my Unix account
Browsing (eg. go to Definition etc) works fine, however, if I use "Fin
in Files" it does not find any single instance of the string entered.
guess? it is a Windows (find)/Unix (grep) problem, but is there also
solution to it? That would be great.

Thanks,

Bar


-
Bart Masschelei
 
I have a VC++ project which uses files located on my Unix
account. Browsing (eg. go to Definition etc) works fine,
however, if I use "Find in Files" it does not find any single
instance of the string entered. I guess? it is a Windows
(find)/Unix (grep) problem, but is there also a solution to it?
That would be great.

This looks like a bug. What does filemon say about the IDE trying
to open these files? Does it try at all? Do the calls fail?

Thanks,
 
Back
Top