Skip to main content



      Home
Home » Newcomers » Newcomers » search within project space
search within project space [message #177110] Fri, 27 October 2006 13:10 Go to next message
Eclipse UserFriend
Originally posted by: qu.duan.qwest.com

Hi,

How to search a particular method definition and all the place it is called
within the entire project space? It is easy in C code to search all
relavent
code within src and lib dir. How to do the same thing in Eclipse?
Seemingly
the same name is everywhere in java dir, jsp dir and configuration dir,
etc..
Very confused.
Thanks
Re: search within project space [message #177126 is a reply to message #177110] Fri, 27 October 2006 13:22 Go to previous message
Eclipse UserFriend
Originally posted by: wayne.beaton._NOSPAM_eclipse.org

qu wrote:
> Hi,
>
> How to search a particular method definition and all the place it is called
> within the entire project space? It is easy in C code to search all
> relavent
> code within src and lib dir. How to do the same thing in Eclipse?
> Seemingly
> the same name is everywhere in java dir, jsp dir and configuration dir,
> etc..
> Very confused.
> Thanks
>

Highlight a method and select "References > Workspace" from the pop-up
menu. It's pretty smart; it doesn't just do a text match, it uses
context to look for senders of that actual method.

Wayne
Previous Topic:Eclipse Crashes - Ubuntu 6.10 Release for AMD64
Next Topic:Plugins undetected/unloaded
Goto Forum:
  


Current Time: Tue Jul 22 14:44:51 EDT 2025

Powered by FUDForum. Page generated in 0.08114 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top