cntl+H don't find occurrences
Hello!
what can be the reason for eclipse environment won't find occurrences of xxxx when
I search the entire workspace although xxxx actually exists?
Are you doing the C/C++ search, or the File search? I believe by default Ctrl + H will do C/C++ search, which might not parse everything.
I also like to use grep for things like this.
base directory>grep -ri "pattern" . |
Topic archived. No new replies allowed.