Eclipse: Making Eclipse's "search in project" less unhelpful?
Posted
by David Wolever
on Stack Overflow
See other posts from Stack Overflow
or by David Wolever
Published on 2010-03-12T23:55:51Z
Indexed on
2010/03/12
23:57 UTC
Read the original article
Hit count: 409
Eclipse's "find in project" took is, as far as I can tell, blindingly stupid.
Let me illustrate. This is what I get when I run a "find in project":
And when I click to see what's in that "closed" skinning
folder I get…
... and so on.
So, is there any way to make this more helpful? Something along the lines of, say, ack
, the tool I normally use?
© Stack Overflow or respective owner