1
vote
1answer
188 views

Where can I download the Javadocs for the Eclipse plugin developement SDK

I am working on an Eclipse plugin development. Where can I download the Javadocs for the Eclipse plugin development API? I am able to refer them online here, but I want to download them for offline ...
0
votes
1answer
85 views

IntelliJ10 Checkstyle and JavaDocs [closed]

We have created a checkstyle-rules.xml in our company, and we use intelliJ checkstyle plugin to read it and display all check style violation errors. Is there a way of autocorrecting all checkstyle ...
1
vote
1answer
134 views

javadoc folding plugin for eclipse

My co-worker is using Idea and by default the javadocs are folded in (there is a good reason for it 99,9% of the time they are useless and generated by a plugin). is there any eclipse plugin written ...
2
votes
1answer
103 views

Javadoc doesn't match code

While refactoring, I messed up some of my Javadoc annotations through removing parameters, etc... Is there some tool in Eclipse to find mismatches between the code and the Javadoc annotations?
1
vote
0answers
430 views

Eclipse doclet plugin

I'm looking for an Eclipse javadoc doclet plugin that modifies the standard built in javadoc generation process. In other words, I would like to specify custom tags and maybe use wiki syntax or ...
3
votes
1answer
824 views

How to get Javadocs for Eclipse DOM plug-in development classes?

I am writing a plug-in for Java in Eclipse that utilizes the Eclipse DOM classes. I would like to see Javadocs for these classes but I am unable to do so. For example, when I request javadocs for the ...
2
votes
2answers
2k views

JavaDoc editor for Eclipse to create formatted text

im looking for a small plugin which let me create formated javadoc. at the moment im doing it with word (or http://tinymce.moxiecode.com/examples/full.php ) and save the text as a html file which then ...
4
votes
3answers
7k views

JavaDoc plugin for eclipse?

i was looking for a javadoc plugin for eclipse so that i can document for methods etc. I know in eclipse you can do ALT + SHIFT + J but i was wondering if there was a more powerful plugin, I use ...
2
votes
2answers
6k views

Eclipse Plugin API: how can I add javadoc support for specific platform plugins?

using Eclipse 3.4 Ganymede and I cannot find the way to add javadoc support for all platform plugin apis, but specifically to JFace e Ui Forms packages. Opening the property panel of any jar linked ...