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 232234 - Hints Options should expand tree when searching
Summary: Hints Options should expand tree when searching
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jan Lahoda
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2013-07-03 22:01 UTC by markiewb
Modified: 2013-07-12 08:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Shows the issue (120.62 KB, image/png)
2013-07-03 22:01 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2013-07-03 22:01:42 UTC
Created attachment 136683 [details]
Shows the issue

* open options "Editor|Hints"
* select language "Java"
* type into the search field the word "static"

ACTUAL:
* tree at the left gets filtered but it doesn't get expanded (matching hints cannot be seen)
EXPECTED:
* tree at the left gets filtered AND it is expanded (matching hints can be seen)
Comment 1 Jan Lahoda 2013-07-09 15:13:35 UTC
Done:
http://hg.netbeans.org/jet-main/rev/bd0445e78e74
Comment 2 Quality Engineering 2013-07-12 02:34:01 UTC
Integrated into 'main-silver', will be available in build *201307112300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/bd0445e78e74
User: Jan Lahoda <jlahoda@netbeans.org>
Log: #232234: expand hints when searching.
Comment 3 markiewb 2013-07-12 08:15:26 UTC
Verified in 201307112300. But the expanding of the tree is a little bit uneasy.