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 30661

Summary: "Find in files..." doesn't work
Product: utilities Reporter: Marian Mirilovic <mmirilovic>
Component: SearchAssignee: Marian Petras <mpetras>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Marian Mirilovic 2003-02-04 17:38:19 UTC
[nb_dev](20030204), [jdk1.4.2](b15)

Steps to reproduce:
- run IDE
- push from main menu Edit | Find in files ...
-> nothing happens
Comment 1 Peter Zavadsky 2003-02-05 12:57:40 UTC
The problematic is org.netbeans.modules.search.RepositorySearchAction.java

Its performAction is called but does nothing.

There should have be done changed in utilties module, changes in
action system doesn't influence CallableSystemActions.
Comment 2 Marian Petras 2003-02-10 10:17:29 UTC
Fixed in the trunk. The cause of this bug was the same as for bug
#30298 (Find action is disabled on the Filesystems node).
Comment 3 Marian Mirilovic 2003-02-11 08:45:38 UTC
verified in [nb_dev](20030211)