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 126256 - Hyperlinking should work inside comments, too
Summary: Hyperlinking should work inside comments, too
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker with 1 vote (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-30 09:52 UTC by eskild
Modified: 2010-09-08 13:24 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 eskild 2008-01-30 09:52:27 UTC
For example, a function may have a descriptive comment at the top, saying which constant symbols a given param can take,
e.g.:

/* foo does frobnication.
 * Param: FROB_FAST, FROB_SLOW. Invalid: FROB_NEVER; don't use.
 */
void foo(frob_t frob);

Here, I'd like to be able to Ctrl-click on FROB_NEVER, for example.