Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » code hint problem
code hint problem [message #248366] Wed, 02 June 2004 08:57 Go to next message
Eclipse UserFriend
Hi to all,

My small plug-in had some problem with code hint:
1- cntr+space don't start ContentAssistant
2- when ContentAssistant is open there is only a list.
I want the list but when I type some chars I want filter the list.

Any help?

thanks in advace.

regards Lorenzo
Re: code hint problem [message #249035 is a reply to message #248366] Thu, 03 June 2004 15:12 Go to previous message
Eclipse UserFriend
Originally posted by: strykeleader.hotmail.com

From what I've garnered in my own recent experience, and anybody can please
correct me if I'm wrong...

1) Is it a custom content assistant or do you mean like the Java one already
in Eclipse? If it's custom you need to associate the action with the
ContentAssistant, I believe. If I knew how I'd tell you =(
2) Filtering the list involves sending the prefix of what the user entered
to your content assistant which can determine what things to put in the list
by checking possibleMethodString.startsWith ( prefixString );

- Parhaum


"Lorenzo Sicilia" <arnor@kemen.it> wrote in message
news:c9kidc$q15$1@eclipse.org...
> Hi to all,
>
> My small plug-in had some problem with code hint:
> 1- cntr+space don't start ContentAssistant
> 2- when ContentAssistant is open there is only a list.
> I want the list but when I type some chars I want filter the list.
>
> Any help?
>
> thanks in advace.
>
> regards Lorenzo
Previous Topic:[ANN] Mevenide Releases
Next Topic:multipage manifest style editors
Goto Forum:
  


Current Time: Thu May 08 13:41:32 EDT 2025

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

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

Back to the top