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 15728 - Ability to have multiple search results
Summary: Ability to have multiple search results
Status: RESOLVED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 4 votes (vote)
Assignee: issues@utilities
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2001-09-20 23:12 UTC by _ gtzabari
Modified: 2009-02-19 23:18 UTC (History)
1 user (show)

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 _ gtzabari 2001-09-20 23:12:13 UTC
Right now if we search for sub-string within a filesystem, there is a limit 
of one "search results" dialog. We cannot compare one result against another. 
Netbeans should allow multiple result dialogs.
Comment 1 Jan Zajicek 2001-09-21 11:12:50 UTC
Search facility is from utilities.
Comment 2 Jan Chalupa 2001-11-27 17:26:26 UTC
Target milestone -> 3.3.1.
Comment 3 Marek Grummich 2002-07-22 11:53:43 UTC
Set target milestone to TBD
Comment 4 Marek Grummich 2002-07-22 11:56:17 UTC
Set target milestone to TBD
Comment 5 Marian Petras 2005-05-13 15:47:54 UTC
Accepted, but not planned for NB 4.2.
Comment 6 entonio 2006-09-27 14:55:48 UTC
If I'm reading the blurb correctly (old search results should be kept in their
own tab instead of being replaced every time a search is done), this would be a
very useful feature (to me at least) that just doesn't have an alternative. My
suggestion is to make the search results tab like the 'find usages' one. 'Find
usages' opens a new tab for every query. Furthermore, there could be somewhere a
button or option to refresh the search.
Proposed per-tab toolbar: 'Refresh', 'Modify', 'Stop', 'Close'.
Comment 7 simonis 2008-07-14 15:34:12 UTC
This should really be fixed for a number of reasons:
 - symmetry: "Search" should behave like "Find Usage", "Run" and other actions which produce multiple output windows.
 - it's usefull to compare multiple searches
 - it's open for almost seven years now! If nobody wants to fix it it should be marked as "WONTFIX"
 - Eclipse has it (the killer argument)
Comment 8 simonis 2008-11-28 08:50:48 UTC
Please target this for 7.0.

I've discussed this with some NetBeans developers some time ago and their argument was that anyway nobody is using plain
search but "Find Usage" instead and find usage has the ability to produce multiple output windows. This may be true for
Java developers, but for C++ developers, although it was greatly improved, "Find Usage" is still not perfect and it is
often necessary to use plain "Search". but using plain "Search" to find 'usages' of variables or functions is very
unhandy with a single output window.
Comment 9 _ hair 2008-11-28 09:07:07 UTC
> nobody is using plain search but "Find Usage" instead 

that's not true. i use search a lot, compliment to the find usage functionality.
i might know that some calls are through reflection, or be looking for a group of similar names methods. in these cases
find usages just doesn't cut it.

i dearly miss the ability to have multiple search results. i have reverted to use jedit (as the second window) when it
becomes necessary to compare search results.
Comment 10 Andrey Yamkovoy 2008-12-03 13:16:37 UTC
Implemented in the trunk.