Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can sbteclipse attach javadocs to an eclipse project? #155

Open
crocket opened this issue Apr 1, 2013 · 6 comments
Open

Can sbteclipse attach javadocs to an eclipse project? #155

crocket opened this issue Apr 1, 2013 · 6 comments

Comments

@crocket
Copy link

crocket commented Apr 1, 2013

"eclipse with-source=true" doesn't attach javadocs.

Can you make a command line option "with-javadoc=true"?

@hseeberger
Copy link
Member

No. That's unnecessary, because Eclipse uses the sources to show JavaDoc.

@crocket
Copy link
Author

crocket commented Apr 1, 2013

When I press Shift+F2("Navigate -> Open attached javadoc" in the menu) against a jar file or a class, eclipse says there is no javadoc attached.

I want to open relevant portions of any javadoc in a separate web browser with Shift+F2, and that requires a proper javadoc jar file attached.

The sources may be enough for "tooltips", but not for displaying javadocs in a web browser.

Being able to open javadocs in a separate web browser is a huge productivity boost.

Without Shift+F2, I'd have to find the relevant javadoc web pages from the internet or extract the web pages from the javadoc jar files.

Can you reopen this issue?

@hseeberger hseeberger reopened this Apr 2, 2013
@jsuereth
Copy link
Member

Give where the plugin is today, I don't think it would be terribly difficult to implement this, but it might suffer from the same issue as #161

If I have some spare moments this month, I'll see what I can do, since this would help me as well.

@0x1997
Copy link

0x1997 commented Dec 24, 2013

+1

@jkleckner
Copy link

Would love to see this get in.

@ctoomey
Copy link

ctoomey commented Mar 29, 2014

Me too. I see this has been merged; when do you anticipate having an updated release that includes it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants