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 183840 - [69cat] Show javadoc command and flags
Summary: [69cat] Show javadoc command and flags
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC Other
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-10 23:02 UTC by gliesian
Modified: 2011-11-14 20:08 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gliesian 2010-04-10 23:02:23 UTC
Similarly to what is done with the JDBC URL when creating a database connection, show the javadoc command/options as components are selected/completed.

For example, if someone selects the author and version checkboxes and leaves everything else blank, there will be a component (with listener) that shows the following:

javadoc -author -version ...

Thanks.

Note: This is relative to the the panel associated with the
Build/Documenting node in the Project Properties dialog.