On 08/15/2010 09:12 AM, Richard Riley wrote:
>
> Can semantic be configured to open the correct javadoc for a
> class/method?
Semantic has a command semantic-ia-show-doc which is pretty good at
finding the right method, but it will show the javadoc as snarfed by
Emacs from the sources, not the fancy javadoc web browser bit.
It would not be much of a stretch for someone to take the information
calculated in semantic-ia-show-doc and convert that into a URL. If
anyone wants to do that (I'm not a Java programmer) I can help make it
happen.
Another issue is that the Java integration with Semantic is incomplete,
in that CEDET/Semantic is used as infrastructure under JDEE, so most of
the high-level stuff is a JDEE feature, and not part of Semantic.
Another possibility is Malabar mode which I have only read about:
http://github.com/espenhw/malabar-mode
I don't know too much about this, but it also uses CEDET/Semantic as a
backend.
Eric
|