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 243333 - Goto Type should highlight exact match
Summary: Goto Type should highlight exact match
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Actions (show other bugs)
Version: 7.4
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-27 23:33 UTC by dharkness
Modified: 2014-05-22 08:29 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 dharkness 2014-03-27 23:33:12 UTC
I love the new fuzzy-matching when opening files and types, but when there's an exact match it should be highlighted automatically.

When I hit CTRL+O and enter `UserTest` I see these matches:

    Controller_Plugin_UserAuthTest
    Http_UserAgentTest
    UserTest
    Util_UserAgentTest
    Validate_UserNameTest

The third type is an exact match, but the first one is highlighted. Instead of exact match, match on the prefix so `User` would also highlight the third item.