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 151696 - Show Documention should work within a javadoc
Summary: Show Documention should work within a javadoc
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-29 11:46 UTC by Erno Mononen
Modified: 2013-09-02 14:23 UTC (History)
0 users

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 Erno Mononen 2008-10-29 11:46:52 UTC
Currently you have to place the caret on the class/method/variable declaration to view the javadoc comment for it. It 
would be nice if you could invoke the doc popup also when the caret is within the javadoc comment. 

For Ruby RDocs it already works this way.