Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Extension point cdt.ui.CCompletionContributor
Extension point cdt.ui.CCompletionContributor [message #114028] Thu, 05 August 2004 09:28
Eclipse UserFriend
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: Mon May 05 16:08:18 EDT 2025

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

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

Back to the top