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 226303 - Context sensitive help for Maven module projects
Summary: Context sensitive help for Maven module projects
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-19 06:59 UTC by mienamoo
Modified: 2013-02-25 06:45 UTC (History)
0 users

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 mienamoo 2013-02-19 06:59:47 UTC
NetBeans build 201302132200
JDK 7u13 64-bit

In the project customiser for a Maven-based NetBeans module project, when I click on the Help button the correct help page is displayed ("Configuring Maven Settings"). But for all the pages except Formatting, if I press F1 instead of clicking the Help button, the page that opens is "Finding Information About the IDE".

This works as expected for an Ant-based module, i.e. for each of the pages the relevant help information is displayed.
Comment 1 Milos Kleint 2013-02-20 11:59:32 UTC
http://hg.netbeans.org/core-main/rev/1cb8d7658e53
Comment 2 Quality Engineering 2013-02-23 04:12:51 UTC
Integrated into 'main-golden', will be available in build *201302222300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/1cb8d7658e53
User: Milos Kleint <mkleint@netbeans.org>
Log: #226303 all panels need to implement HelpCtx.Provider
Comment 3 mienamoo 2013-02-25 06:45:12 UTC
Verified with build 201302232300. Thanks for a fast fix! :)