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 155375 - Explorer's Quick Search should support regular expressions
Summary: Explorer's Quick Search should support regular expressions
Status: CLOSED DUPLICATE of bug 30187
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: t_h
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-12 15:46 UTC by Jaromir Uhrik
Modified: 2009-02-19 22:53 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 Jaromir Uhrik 2008-12-12 15:46:26 UTC
Product Version: NetBeans IDE Dev (Build 200812111726)
Java: 1.5.0_16; Java HotSpot(TM) Client VM 1.5.0_16-133
System: Mac OS X version 10.5.5 running on i386; MacRoman; en_US (nb)

When the user searches with Quick Search tool in explorer it is only possible to search by prefix. But it is very often
required to find something by infix (or maybe suffix substring). In general the Quick Search might support regular
expressions. It seems to be fine if the user can search just 2 ways:
1/search by start substring (the current status) - type SEARCH_STRING
2/search text included - type *SEARCH_STRING
Comment 1 t_h 2009-01-07 15:13:09 UTC

*** This issue has been marked as a duplicate of 30187 ***
Comment 2 Jaromir Uhrik 2009-01-07 16:04:07 UTC
I consider this issue as a duplicate of 30187 - its fix sufficient for me. Verified -> Closed.