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 122803

Summary: [60cat] Make it clear whether Ctrl-F should fallback to Find in Projects... if editor is not active
Product: utilities Reporter: Marian Petras <mpetras>
Component: SearchAssignee: Jaroslav Havlin <jhavlin>
Status: RESOLVED FIXED    
Severity: blocker Keywords: UI
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 186906    

Description Marian Petras 2007-11-26 20:14:46 UTC
There are two search-related items in the Edit menu:

   Find...              (Ctrl+F)
   Find in Projects...  (Ctrl+Shift+F)

The latter one causes dialog "Find in Projects" to be opened.
The former one acts differently depending on context - if the editor is active, it activates the simple in-editor find
feature. If the editor is not active, it falls back to the "Find in Projects". Is this fall-back correct?
Comment 1 ulfzibis 2007-11-26 22:43:49 UTC
"Replace" is greyed out (disabled), if no tab in editor has focus.
Found in RC 2.

IMO, "Replace" and "Find" should work as similar.

Comment 2 Jaroslav Havlin 2011-10-04 10:07:19 UTC
core-main/rev/68ff0c06aa3c

Replace now works the same as Find.