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 125207

Summary: No help for replace dialog
Product: usersguide Reporter: Mikhail Matveev <mikhailmatveev>
Component: CodeAssignee: Geertjan Wielenga <geertjan>
Status: RESOLVED FIXED    
Severity: blocker CC: johnjullion
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Mikhail Matveev 2008-01-14 11:28:47 UTC
1. Create Java class (or another component with editable source) and open it in source editor.
2. Invoke Replace dialog (Ctrl-H).
3. Press Help button.
Result: generic help window or last help appears.
Comment 1 Vitezslav Stejskal 2008-01-18 14:28:48 UTC
Reproducible in a dev build. I'm not sure if there is some help page for Replace dialog, but looking at the code the
dialog doesn't seem to specify any helpId. I'll add one, but we might need to write the actual help page for it too.
Comment 2 Vitezslav Stejskal 2008-02-20 15:40:20 UTC
The help id is 'editing.find'. We need to link it to some real documentation page. Thanks

changeset d2c182db4c9e in main
details: http://hg.netbeans.org/main?cmd=changeset;node=d2c182db4c9e

Comment 3 Vitezslav Stejskal 2008-02-22 15:55:32 UTC
*** Issue 128021 has been marked as a duplicate of this issue. ***
Comment 4 Patrick Keegan 2008-02-25 10:15:18 UTC
reassigning to usersguide so it can be tracked by docs team
Comment 5 Geertjan Wielenga 2008-03-18 16:41:25 UTC
Added the help id to the Map file and hooked it to an existing topic, as done for other similar dialogs.