CompletionProposal final? [message #331437] |
Fri, 05 September 2008 23:57  |
Eclipse User |
|
|
|
Hi All,
I'm implementing this eclipse plugin that will be IDE for a programming
language. I would like to use the Content Assist (or Autocomplete)
feature. I'm actually using it but i would like my documentation to appear
on the right as in JDT. I'm actually doing this too, but I would like the
string i put there to be formated better. I see eclipse has
ICompletionProposalExtensions and the 6-th one looks like what i need. So
i tried to extend the CompletionProposal class and implement
ICompletionProposalExtension6 but CompletionProposal is final ;(.
What should i do now?
Thanks
Nikola
|
|
|
Re: CompletionProposal final? [message #331453 is a reply to message #331437] |
Mon, 08 September 2008 12:48  |
Eclipse User |
|
|
|
Nikola Borisov wrote:
> Hi All,
>
> I'm implementing this eclipse plugin that will be IDE for a
> programming language. I would like to use the Content Assist (or
> Autocomplete) feature. I'm actually using it but i would like my
> documentation to appear on the right as in JDT. I'm actually doing
> this too, but I would like the string i put there to be formated
> better. I see eclipse has ICompletionProposalExtensions and the 6-th
> one looks like what i need. So i tried to extend the
> CompletionProposal class and implement ICompletionProposalExtension6
> but CompletionProposal is final ;(.
>
> What should i do now?
Use it as template to implement your own class.
Dani
>
> Thanks
>
> Nikola
>
|
|
|
Powered by
FUDForum. Page generated in 0.03855 seconds