Bug 109171 - Provide extension points for javadoc source
Summary: Provide extension points for javadoc source
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.2   Edit
Hardware: PC Linux
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-09 12:30 EDT by Miguel Griffa CLA
Modified: 2007-06-22 10:02 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Miguel Griffa CLA 2005-09-09 12:30:48 EDT
Currently, the javadoc view resolves the javadoc for an element in only one way,
flexible, configurable, but one way. I belive it would be desirable to extract
the way in which a java element is 'converted' into javadoc. This would allow to
modify the plugin to provide javadoc from different http locations, for example, 

This idea came to my mind while considering how cool would be to have a plugin
that provides javadoc info for almost everything, smart way. This would imply
having many registered javadoc sources in different places. While the actual
javadoc view could be a base source for such a plugin, providing extensibility
to current javadoc view would be greater. 

Some more refinement on how different sources of javadoc ar treated would also
be a point to consider, probably the user would be able to choose the order of
the javadoc sources, so when an element is to be resolved, the javadoc sources
are visited in the order the user defined.

Taking this a step further, tabs could be added to present the contents of the
different sources
Comment 1 Dani Megert CLA 2005-09-12 10:10:58 EDT
There are currently no plans to do this. What might come is the ability to show
the Javadoc from the attached Javadoc instead from source as we do now.
Comment 2 Dani Megert CLA 2007-06-22 09:59:26 EDT
Get rid of deprecated state.