Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Extension point cdt.ui.CCompletionContributor
Extension point cdt.ui.CCompletionContributor [message #114028] Thu, 05 August 2004 13:28
Leif Frenzel is currently offline Leif FrenzelFriend
Messages: 30
Registered: July 2009
Member
Hi all,

When exactly are extensions to org.eclipse.cdt.ui.CCompletionContributor
called? I implemented the interface ICCompletionContributor and declared it
as

<extension point="org.eclipse.cdt.ui.CCompletionContributor">
<provider class="my.impl.Here"/>
</extension>

but I could not really see under what conditions the methods in the
interface are actually used. While the getFunctionInfo(String) seems to be
consistently called on context- (right mouse-) click, I could not get a call
to getMatchingFunctions(String) about. But this should be the method where I
can add proposals to content assist, if I understand correctly?

Thanks && ciao,
Leif
Previous Topic:new editor feature
Next Topic:Interfacing with a third party debugger
Goto Forum:
  


Current Time: Wed Jul 17 17:13:00 GMT 2024

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

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

Back to the top