Find in Path, specify directory doesnt find anything.
"Find in Path", specify a directory that contains lots of Java source files, tick the "recursively" check box, and then enter a text search string that you know exists.
Idea reports immediately "No occurrences found".
Running
'find . -name "*.java" -exec grep mySearchString {} \;'
from the directory I selected returns me 40 or so occurences.
Have I understood the functionality correctly?
Solaris 8, EAP 1050
Nick
请先登录再写评论。
Be sure that all search options do not prevent the occurences from being
found.
If this does not help please file a request to the tracker with detailed
description of your actions.
Eugene.
"Nick Pratt" <no_mail@jetbrains.com> wrote in message
news:24484573.1073314379539.JavaMail.itn@is.intellij.net...
files, tick the "recursively" check box, and then enter a text search string
that you know exists.
>
>
>
>
>
>
>
I didnt have any limiting search options - Ill file a tracker report.
Nick