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 235261 - New Project dialog has no help for C++ users
Summary: New Project dialog has no help for C++ users
Status: RESOLVED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: Projects (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: Kenneth Ganfield
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-29 16:38 UTC by Susan Morgan
Modified: 2013-08-31 09:26 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 Susan Morgan 2013-08-29 16:38:11 UTC
Please add a link back into the CND help for C/C++ users who need help creating a project.  The link to the usersguide help on the web does not contain any information for C/C++.

Maybe something like this can be added:

For C/C++ projects, see <a href=nbdocs:/org/netbeans/modules/cnd/help/WorkingWithCandC++Projects/CreatingCorC++Project.html">Creating a C or C++ Project</a>
Comment 1 Kenneth Ganfield 2013-08-29 16:47:14 UTC
(In reply to Susan Morgan from comment #0)
> Please add a link back into the CND help for C/C++ users who need help
> creating a project.  The link to the usersguide help on the web does not
> contain any information for C/C++.
> 
> Maybe something like this can be added:
> 
> For C/C++ projects, see <a
> href=nbdocs:/org/netbeans/modules/cnd/help/WorkingWithCandC++Projects/
> CreatingCorC++Project.html">Creating a C or C++ Project</a>

This will not work as a valid link and the link checker will mark it as broken.
A note could be added to the usersguide topic on the web.
Or a link could be made to a wiki page with additional information from the javahelp topic and/or usersguide topic
Comment 2 Egor Ushakov 2013-08-30 08:59:30 UTC
can we still have a link to the CND help in remaining javadoc page?
Comment 3 Egor Ushakov 2013-08-30 09:10:38 UTC
high priority for CND
Comment 4 Kenneth Ganfield 2013-08-30 09:39:35 UTC
(In reply to Egor Ushakov from comment #2)
> can we still have a link to the CND help in remaining javadoc page?

Do you mean Javahelp?
What page are you referring to?
I am not quite clear on what you would like to link to.

When the CND plugin is loaded the Javahelp window will contain the full list of CND TOC topics.

The Contents tab of Javahelp would contain the following:

- Legal Notices
- IDE Basics
-- Using the IDE Help System
-C/C++/Fortran Development
-- (CNC topics)
-- (CNC topics)
-- (CNC topics)
Comment 5 Egor Ushakov 2013-08-30 09:57:57 UTC
I'm talking about the topic that is opened when you click "help" in new project wizard, now it contains:
New project wizard: choose project
...
and nothing about cnd.
Previously there were a lot of links and one pointing to cnd.
Comment 6 Kenneth Ganfield 2013-08-30 10:15:01 UTC
(In reply to Egor Ushakov from comment #5)
> I'm talking about the topic that is opened when you click "help" in new
> project wizard, now it contains:
> New project wizard: choose project
> ...
> and nothing about cnd.
> Previously there were a lot of links and one pointing to cnd.

Thank you for the clarification.

Now that topic only describes the UI elements in that dialog, regardless of the technology. CND specific topics are available from the Help button in the next page of the wizard if a user selects a CND project.

I think for that particular topic that is used by many technologies there is no need to add links to all the technologies that are supported by the IDE.

The How? link points to a generic topic on the web that contains technology-agnostic steps for creating a project.
Comment 7 Susan Morgan 2013-08-30 13:35:38 UTC
Generic information about creating a project is not very useful for CND users because the wizard is pretty complicated for some types of C/C++ projects, and there are about 8 types. Users need a way to get to the various context sensitive help pages for CND project wizards.  Context help is not normally available from the TOC.  The first page of the wizard is where users select the type of project they want to create.  Users who don't know which type they want will click the Help button and see that there is no appropriate help.  The way it stands now, we have to hope that users get the idea to search the help to find the context sensitive help that should have been provided automatically when they click the Help button.
Comment 8 Kenneth Ganfield 2013-08-31 09:26:09 UTC
Link to Creating a C or C++ Project topic added to New Project Wizard: Choose Project help topic.