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 243507 - Improve search results handling
Summary: Improve search results handling
Status: RESOLVED DUPLICATE of bug 226980
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-03 08:15 UTC by tomzi
Modified: 2014-04-04 06:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (428.61 KB, text/plain)
2014-04-03 08:15 UTC, tomzi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tomzi 2014-04-03 08:15:11 UTC
When 'finding' sth in multiple file (eg via Favorites tab)
and if i get results like this
- Found 40 matches of mySearchString in 15 files
  - file.properites
    + 5: mySearchString
    + 10: #mySearchString
    + 20: #mySearchString
  - file1.properites
    + 5: mySearchString
    + 10: #mySearchString
    + 20: #mySearchString
  - file2.properites
    + 5: mySearchString
    + 10: #mySearchString
    + 20: #mySearchString
....

If I now want to hide all #mySearchString, I would:
1.) Click on #mySearchString
2.) Press Delete

Now I would expect that the 'next' line (+ 20: #mySearchString) would be selected, so I can Delete it conveniently, too.
But currently after deleting (hiding) an entry no line is selected, which makes it reaaaally non straight forward to use. In order to delete the next line I'd have to


Currently:
1.) Press Cursor down, so the selection appears again, but now I am one line to high, therefore I have to 
2.) Press Cursor up again, to select the right line
3.) Finally I press Delete to hide the next entry

Expected:
After I deleted an entry
1.) The next entry is highlighted
2.) I simply press Delete

Product Version = NetBeans IDE 8.0 (Build 201403101706)
Operating System = Linux version 3.5.0-47-generic running on amd64
Java; VM; Vendor = 1.7.0_51
Runtime = Java HotSpot(TM) 64-Bit Server VM 24.51-b03
Comment 1 tomzi 2014-04-03 08:15:17 UTC
Created attachment 146521 [details]
IDE log
Comment 2 Jaroslav Havlin 2014-04-04 06:56:54 UTC
This is a bug in OutlineView component.
Thank you for reporting.

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