Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Content assist functionality
Content assist functionality [message #255000] Wed, 23 June 2004 12:37 Go to next message
Eclipse UserFriend
Originally posted by: martinwesthead.yahoo.co.uk

Hi,

I'm implementing a text editor plugin. I have completion processing
working and I can generate context information messages, but I am
confused about how these work together.

I think I have two questions:

1. In the Java editor when you type a '.' after an object instance you
get a pop-up providing completions. This looks like the context
information pop-up except that selecting an option causes it to be
inserted into the text.

2. With the above pop-up eclipse can also generate a second pop-up that
gives additional information on the possible selections. I haven't found
how to produce this. What is it called and how do I generate it?

Many thanks,

Martin
Re: Content assist functionality [message #255247 is a reply to message #255000] Thu, 24 June 2004 05:25 Go to previous message
Eclipse UserFriend
See ICompletionProposal.getAdditionalProposalInfo.

-tom

Martin Westhead wrote:
> Hi,
>
> I'm implementing a text editor plugin. I have completion processing
> working and I can generate context information messages, but I am
> confused about how these work together.
>
> I think I have two questions:
>
> 1. In the Java editor when you type a '.' after an object instance you
> get a pop-up providing completions. This looks like the context
> information pop-up except that selecting an option causes it to be
> inserted into the text.
>
> 2. With the above pop-up eclipse can also generate a second pop-up that
> gives additional information on the possible selections. I haven't found
> how to produce this. What is it called and how do I generate it?
>
> Many thanks,
>
> Martin
Previous Topic:how can workbench catch the mouse move
Next Topic:subclassing ContentMergeViewer is unusable
Goto Forum:
  


Current Time: Sun Apr 27 01:41:58 EDT 2025

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

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

Back to the top