Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » CompletionProposal final?
CompletionProposal final? [message #331437] Fri, 05 September 2008 23:57 Go to next message
Nikola Borisov is currently offline Nikola BorisovFriend
Messages: 10
Registered: July 2009
Junior Member
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 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
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
>
Previous Topic:Solution of ContentAssist Problem
Next Topic:Plug-in JUnit Tests and native DLL - classpath issues
Goto Forum:
  


Current Time: Wed Jul 17 12:16:18 GMT 2024

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

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

Back to the top