This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 21428 - Javadoc for code completion
Summary: Javadoc for code completion
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Roskanin
URL:
Keywords:
Depends on: 21627 21628
Blocks: 22007 22898
  Show dependency tree
 
Reported: 2002-03-11 15:24 UTC by Martin Roskanin
Modified: 2007-11-05 13:44 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Roskanin 2002-03-11 15:24:37 UTC
Implement javadoc for code completion.
Comment 1 Martin Roskanin 2002-03-12 10:23:39 UTC
JavaDoc data will be displayed in additional popup window in accordance with selected 
code completion item, provided that javaDoc is available for this item.
Selected item in code completion covers class, method or field. JavaDoc popup window 
should present data using HTML kit.

UserView can be found at:
http://editor.netbeans.org/doc/Proposals/Completion/javaDoc.html

UI spec can be found at:
http://ui.netbeans.org/docs/ui/jdcc/jdcc_uispec.html
Comment 2 Martin Roskanin 2002-04-05 06:34:07 UTC
The feature has been implemented into [maintrunk]