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 161861 - Add online help for JAVA language.
Summary: Add online help for JAVA language.
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: 2009-04-03 10:29 UTC by termind
Modified: 2010-01-11 02:11 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 termind 2009-04-03 10:29:48 UTC
With the cursor over a JDK class name or method in my code, I can use Show Javadoc to show me the relevant 
specification.

I would like to be able to do the same for the JAVA language keywords. 

For example, over the word 'while', it could show me the syntax of the while statement and information about its use. 
Maybe it shows the relevant section of the Language specification.

Is that possible?