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 233580 - file open by query with dirs path (smart search)
Summary: file open by query with dirs path (smart search)
Status: RESOLVED DUPLICATE of bug 222697
Alias: None
Product: utilities
Classification: Unclassified
Component: Jump To (show other bugs)
Version: 7.4
Hardware: PC All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-29 10:14 UTC by St.Ev
Modified: 2013-11-27 23:12 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 St.Ev 2013-07-29 10:14:25 UTC
we need that can been search files by path when open dialog 'Go to file'.
exemple:
...
[1] /project/src/person/index.html
[2] /project/src/person/comments.html
[3] /project/src/article/index.html
[4] /project/src/article/comment.html
[5] /project/src/company/index.html
[6] /project/src/company/comment.html
...

if query string: 'com' then select [2, 4, 6]
if query string: 'per/co' then select [2]
if query string: 'p/c/co' then select [6]

It is very useful because current search is not useful.
Can you do it?
Comment 1 markiewb 2013-11-27 23:12:52 UTC

*** This bug has been marked as a duplicate of bug 222697 ***