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 217739 - More informative help window based on jsDoc information
Summary: More informative help window based on jsDoc information
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks: 217696
  Show dependency tree
 
Reported: 2012-09-03 11:36 UTC by Vladimir Riha
Modified: 2012-09-12 12:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2012-09-03 11:36:13 UTC
Help window could show information from @depracted, @throws, @extends
(@augments), @see, @since, @author, @requires and @version
Comment 1 Vladimir Riha 2012-09-03 11:37:30 UTC
please also consider using @example
Comment 2 Vladimir Riha 2012-09-03 11:41:25 UTC
as for the @see. It is probably not possible to support linking for functions from other files (there is no known relation between them => identifiers can use the same names...), would be usefull to parse @see in this form:

/**
 * @see The <a href="http://www.example.com">Example Project</a>.
 */

So help window would show clickable link
Comment 3 Quality Engineering 2012-09-06 02:11:34 UTC
Integrated into 'main-golden', will be available in build *201209060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/566785833ec7
User: Martin Fousek <marfous@netbeans.org>
Log: #217739 - More informative help window based on jsDoc information
Comment 4 Vladimir Riha 2012-09-06 08:41:20 UTC
Thanks Martine, works great.


Product Version: NetBeans IDE Dev (Build 201209060001)
Java: 1.7.0_07; Java HotSpot(TM) Client VM 23.3-b01
System: Linux version 3.2.0-29-generic-pae running on i386; UTF-8; en_US (nb)
Comment 5 Martin Fousek 2012-09-12 12:10:15 UTC
(In reply to comment #4)
> Thanks Martine, works great.

Thanks, glad to hear that. In that case I'm closing that as resolved + verified if you tested it personally. :)
Comment 6 Vladimir Riha 2012-09-12 12:14:51 UTC
I did :) thanks