Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Code assist
Code assist [message #330372] Sun, 27 July 2008 08:52 Go to next message
Eclipse UserFriend
Originally posted by: albox.free.fr

Hi,
Does anybody know how to use the "code assist" feature to search for a
function containing some specific words.
For example, I am currently using the openCV library and I want to search
for all the functions that contains the word "exp". Do you know how to do
that ?
Something simpler would be to export the list of functions found by the
code assistant and then to use a simple text editor to search for the
string.

Thanks for your help
Re: Code assist [message #330412 is a reply to message #330372] Mon, 28 July 2008 12:34 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse-news.rizzoweb.com

alboot wrote:
> Hi,
> Does anybody know how to use the "code assist" feature to search for a
> function containing some specific words.
> For example, I am currently using the openCV library and I want to
> search for all the functions that contains the word "exp". Do you know
> how to do that ?
> Something simpler would be to export the list of functions found by the
> code assistant and then to use a simple text editor to search for the
> string.

Content Assist won't really help you, but the Java Search can. Use
Ctrl+H to open the Search dialog, select the Java tab, and enter your
search criteria there.

Hope this helps,
Eric
Re: Code assist [message #330425 is a reply to message #330412] Mon, 28 July 2008 16:41 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: albox.free.fr

Thanks. That will do the trick :-)
Re: Code assist [message #330453 is a reply to message #330425] Tue, 29 July 2008 13:24 Go to previous message
Eclipse UserFriend
Originally posted by: Adam_Neal.ca.ibm.com

I like the CTRL+O feature personally. It will bring a quick list of all the
available methods, and will filter based on what you type....pressing CTRL+O
again while the quick window is still open will add the inherited methods as
well.....

Adam

"alboot" <albox@free.fr> wrote in message
news:26d0e44fc8d8efb714048190f0422820$1@www.eclipse.org...
> Thanks. That will do the trick :-)
>
Previous Topic:Executing a command in an External Tool console
Next Topic:Common filter makes contents of unfilter projects disappearing
Goto Forum:
  


Current Time: Wed Sep 18 14:18:22 GMT 2024

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

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

Back to the top