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 - "Find in files..." doesn't work
Summary: "Find in files..." doesn't work
Status: VERIFIED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marian Petras
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-04 17:38 UTC by Marian Mirilovic
Modified: 2003-02-11 08:45 UTC (History)
0 users

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 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)