| |
Hi all
i am trying to work in Eclipse on Linuxx
There is Search menu. I definetely remember i had 4 options of search, one of them "Search in files", so it was possible to find string in all project files.
And now i see only 3 options, "Search in files" disappeared. Why? how to get it back?
txnks!
(yes i know monstrous construction
find . -name "*.java" -exec grep "blablabla" {} \;
but here is 21st century outside) |