Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » IJavadocCompletionProcessor
IJavadocCompletionProcessor [message #102056] Tue, 07 October 2003 16:37 Go to next message
Eclipse UserFriend
Originally posted by: ja.it-practice.dk

Hi all,

I have a question regarding IJavadocCompletionProcessor. I have
implemented the IJavadocCompletionProcessor interface and now it try to
get it working with Eclipse 3.0 M3. My problem is that nothing happens when
I press ctrl+space in the Java editor (my code does not get executed).
Could somebody please tell what I'm doing wrong? Should I bind my class to
the editor? And how? The code below is how I "register" my plugin in
plugin.xml.

<extension
point="org.eclipse.jdt.ui.javadocCompletionProcessor">
<javadocCompletionProcessor
name="XDoclet Javadoc Processor"
class=" net.iostream.eclipse.plugin.xdoclet.XDocletCompletionProcess or "
id="XDocletJavadocProcessor">
</javadocCompletionProcessor>
</extension>

Best regards,

Jens Andersen
Re: IJavadocCompletionProcessor [message #102061 is a reply to message #102056] Tue, 07 October 2003 16:48 Go to previous message
Eclipse UserFriend
Originally posted by: ja.it-practice.dk-nospam

Jens Andersen wrote:

> Hi all,
>
> I have a question regarding IJavadocCompletionProcessor. I have
> implemented the IJavadocCompletionProcessor interface and now it try to
> get it working with Eclipse 3.0 M3. My problem is that nothing happens when
> I press ctrl+space in the Java editor (my code does not get executed).
> Could somebody please tell what I'm doing wrong? Should I bind my class to
> the editor? And how? The code below is how I "register" my plugin in
> plugin.xml.
>
> <extension
> point="org.eclipse.jdt.ui.javadocCompletionProcessor">
> <javadocCompletionProcessor
> name="XDoclet Javadoc Processor"
> class=" net.iostream.eclipse.plugin.xdoclet.XDocletCompletionProcess or "
> id="XDocletJavadocProcessor">
> </javadocCompletionProcessor>
> </extension>
>
> Best regards,
>
> Jens Andersen
Ups - sometimes the hands are faster than the head - I have fixed the
problem ;-)

/Jens
Previous Topic:Ant View: Error while running the target
Next Topic:[Q] Eclipse 2.1.1 Java auto dependencies?
Goto Forum:
  


Current Time: Fri May 30 10:07:46 EDT 2025

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

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

Back to the top