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 22887 - HelpSet not loaded when pressing F1 over the toolbar icons
Summary: HelpSet not loaded when pressing F1 over the toolbar icons
Status: RESOLVED FIXED
Alias: None
Product: usersguide
Classification: Unclassified
Component: Code (show other bugs)
Version: -FFJ-
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Gail Chappell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-26 21:25 UTC by Loan Nguyen
Modified: 2002-05-09 21:02 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 Loan Nguyen 2002-04-26 21:25:42 UTC
Orion Kit: 020423 EE kit on Solaris 8 and 9.

Pressing F1 over some of  the ifdef icons did not
bring up the Help but the Warning on the console.

To reproduce the problem:
- In the Explorer window, highlight an executable
program 
- Right click to bring up the contextual menu,
Debug -> Run to Main
- Move cursor to the icons on the toolbar and
press F1
- Following is the list of icons and their
Warnings.

-> Continue:
Warning: the JavaHelp topic ID
org.netbeans.modules.debugger.support.actions.ContinueAction
was not found.

-> Finish
Warning: the JavaHelp topic ID
org.netbeans.modules.debugger.support.actions.FinishAction
was not found.

-> Step into
Warning: the JavaHelp topic ID
org.netbeans.modules.debugger.support.actions.StepIntoAction
was not found.

-> Run to cursor
Warning: the JavaHelp topic ID
org.netbeans.modules.debugger.support.actions.RunToCursorAction
was not found.

- Step over:
Warning: the JavaHelp topic ID
org.netbeans.modules.debugger.support.actions.StepOverAction
was not found.

-> Step Out
Warning: the JavaHelp topic ID
org.netbeans.modules.debugger.support.actions.StepOutAction
was not found.

-> Toggle Breakpoint:
No Warning. Got the Help window "Finding
Information"
	No Help is mapped to this specific feature.....

-> Add Breakpoint: 
Warning: the JavaHelp topic ID
org.netbeans.modules.debugger.support.actions.AddBreakpointAction
was not found.

-> Add Watch: 
No Warning. Got the Help window "Finding
Information"
	No Help is mapped to this specific feature.....

-> HTTP monitor
Warning: the JavaHelp topic ID
org.netbeans.modules.web.monitor.client.MonitorAction
was not found.
Comment 1 Jesse Glick 2002-04-26 22:00:45 UTC
Probably IDs missing in the map file.
Comment 2 Patrick Keegan 2002-04-28 20:07:03 UTC
I added missing IDs to the usersguide map file for all the cited instances of "ID not found", except for 
org.netbeans.modules.web.monitor.client.MonitorAction, which needs to be handled in the HTTP Monitor 
help. I'll contact Leslie Robertson. 

For now, I mapped all of these debugging IDs to the pending.html page, the one that says "No Help is 
mapped to this specific feature.....". Gail, since you own the debugger help, I'm transferring this issue 
to you. Though our docs freeze was last week and Monday (probably the day you'll read this) is reserved 
for fixing only critical problems, go ahead and assign topics to any of these IDs if you have 
time *and* appropriate topics exist. If not, then we'll save this for 3.4
Comment 3 Gail Chappell 2002-04-30 17:56:41 UTC
Continue, Finish, Step Into, Run to Cursor, Step Over, Step Out,
and Add Breakpoint, and Pause have been hooked up to a help
topic that describes the debugging toolbar.
Comment 4 leslie-robertson 2002-04-30 18:23:53 UTC
Monitor action has been hooked to the introductory HTTP Monitor help
page. 
Comment 5 Patrick Keegan 2002-05-09 21:02:00 UTC
Marking as fixed, since Gail and Leslie have addressed all of the issues.