简体   繁体   中英

What is this Eclipse view and how to implement it in other Eclipse-based products?

In Flash Builder 4.6's code assist, there is this extra box on the right of the classes, outlined in red, (image: http://oi42.tinypic.com/rqyuqq.jpg ) that pops up when using the default Flex SDK. What is it called?

I find this feature very useful and wondering where I can get more information to implement a similar one in another Eclipsed-based IDE that I'm using.

this window is called JavaDoc View

http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Freference%2Fviews%2Fref-view-javadoc.htm

any developer that uses the eclipse IDE knows this windows, it's shown the javadoc content of selected element,

it's part of Eclipse Java development tools (JDT)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM