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 6010 - When using Find File function in explorer, results in files should be highlighted and treated the same as text find options within the Editor find dialog (i.e. highlight all, allow navigation between them).
Summary: When using Find File function in explorer, results in files should be highlig...
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 3.x
Hardware: All All
: P4 enhancement (vote)
Assignee: issues@utilities
URL:
Keywords: UI
: 14906 33724 (view as bug list)
Depends on:
Blocks:
 
Reported: 2000-03-18 03:38 UTC by _ tboudreau
Modified: 2005-02-17 14:13 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Grummich 2000-07-25 09:09:59 UTC
Priority is changed to P4 (normal).
Comment 1 Jan Lahoda 2001-01-24 15:29:59 UTC
Only changed version to Development.
Comment 2 Petr Nejedly 2001-02-06 16:59:59 UTC
Find File is in utilities module, I think.
The Find File action implementation could tell the FindSupport
to highlight the searched phrase, but this would involve a dependency
between utilities and editor. Or there could be a way how to hook up
an anotator to find file results that would set up the FindSupport
properly.
Comment 3 Peter Zavadsky 2001-04-04 09:15:13 UTC
Reassigned to utilities.
Comment 4 Jan Chalupa 2001-05-06 15:21:28 UTC
Target milestone -> 3.3
Comment 5 Jan Chalupa 2001-11-27 17:26:24 UTC
Target milestone -> 3.3.1.
Comment 6 Marek Grummich 2002-07-22 11:53:51 UTC
Set target milestone to TBD
Comment 7 Marek Grummich 2002-07-22 11:56:20 UTC
Set target milestone to TBD
Comment 8 Marian Petras 2003-05-19 10:39:31 UTC
*** Issue 33724 has been marked as a duplicate of this issue. ***
Comment 9 Marian Petras 2004-10-18 14:46:26 UTC
*** Issue 14906 has been marked as a duplicate of this issue. ***
Comment 10 Marian Petras 2004-10-18 14:48:20 UTC
Issue #14906 ("Use annotations for full-text search hits") contains
some useful tips - read it before starting implementation of this
enhancement.
Comment 11 Marian Petras 2005-02-17 14:13:50 UTC
Fixed in the main trunk - the code base for NetBeans 4.1.

An API for storage of history of searched patterns and highlighting
has been added to module OpenideX. Both Utilities and Editor use this API.