[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.jdt] Re: problems with searching for references
|
Am Tue, 18 Sep 2007 17:31:42 +0200 schrieb Frederic Fusier:
> You correctly use Search Engine, but it just cannot find references in
> non-Java files...
>
> When you said that Eclipse finds references in plugin.xml, I guess you
> mean that using the 'File Search' of Eclipse, then you found matches...
> But this kind of search is a text search inside file contents (like
> Windows search in fact) which is different from Java Search...
>
> Rudolf Ziegaus wrote:
Hello Frederic,
thanks for your reply. No, I did not mean the "File Search" in Eclipse. I
was talking about using "References" from the context menu. When I choose
the same working set as I do for my own search, I do get a match for a
class in "plugin.xml" that I don't get when I use my own search method.
Maybe Eclipse is doing additionally a search in all found "plugin.xml"
files?
Rudi