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 156021 - Wrong help for some project settings
Summary: Wrong help for some project settings
Status: RESOLVED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: CND (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Thomas Preisler
URL:
Keywords:
: 132471 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-12-23 20:36 UTC by ahot
Modified: 2009-05-20 07:27 UTC (History)
2 users (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 ahot 2008-12-23 20:36:25 UTC
- Open project properties
- Go to Build/C Compiler/Preprocessor Definitions
- Press "..."
- Press "Help"
Result:
Help appears: "Additional Include Directories Dialog Box"

- Open project properties
- Go to Build/Packaging/Packaging Files
- Press "..."
- Press "Help"
Result:
Help appears: Libraries Dialog Box
Comment 1 Susan Morgan 2009-04-09 21:56:13 UTC
Project Properties>C Compiler>General>Preprocessor Definitions  dialog
Help button brings up the help for Additional Include Directories Dialog Box, using the help id: AddtlIncludeDirectories
The file associated with AddtlIncludeDirectories id is CandC++ProjectBasics/AddtlIncludeDirectories.html
Content of CandC++ProjectBasics/AddtlIncludeDirectories.html is for the Project Properties>Linker>General>Additional
Library Directories dialog

The map.xml contains a mapping for a help topic that should be used as the help
for the Preprocessor Definitions dialog 
	<mapID target="preprocessor-definitions" url="CandC++ProjectBasics/preprocessor-definitions.html"/>


Project Properties>Packaging>Packaging Files dialog:
Help button brings up the help for Libraries Dialog Box., using the help id: Libraries
The file associated with Libraries id is CandC++ProjectBasics/Libraries.html
Content of CandC++ProjectBasics/Libraries.html is for the Project Properties>Linker>Tool>Libraries dialog

A separate help topic for the Packaging Files dialog does not currently exist.  However,
the CandC++ProjectBasics/Packaging.html topic contains instructions for
how to use this dialog box, so a new help topic could be split out from this
topic.
Comment 2 Vladimir Voskresensky 2009-05-09 21:52:33 UTC
from issue 132471:
1. rename "C/C++ Project Properties Dialog Box: Running" to "C/C++ Project Properties Dialog Box: Run" (optional)
2. add a link to Debug in "See also" section. (mandatory)
Comment 3 Vladimir Voskresensky 2009-05-09 21:52:48 UTC
*** Issue 132471 has been marked as a duplicate of this issue. ***
Comment 4 Susan Morgan 2009-05-19 17:17:06 UTC
fix in http://hg.netbeans.org/cnd-main/rev/0d56fcccac15
Comment 5 Thomas Preisler 2009-05-19 18:28:09 UTC
fix also need in dialog
Comment 6 Thomas Preisler 2009-05-19 18:30:08 UTC
Fix packaging files dialog. Now using PackagingFiles helpid.
Comment 7 Quality Engineering 2009-05-20 07:27:04 UTC
Integrated into 'main-golden', will be available in build *200905200201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/0d56fcccac15
User: susanm@netbeans.org
Log: #156021 Added new PackagingFiles help screen to be used in Build/Packaging/Packaging Files
/Add  Files dialog and edited Packaging help screen.