Extension point cdt.ui.CCompletionContributor [message #114028] |
Thu, 05 August 2004 09:28 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.02789 seconds