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 250979 - Add text filter for maven search results
Summary: Add text filter for maven search results
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-06 19:49 UTC by kalle1
Modified: 2015-03-06 19:49 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 kalle1 2015-03-06 19:49:52 UTC
Some class names, e.g. `LoggerFactory` can turn up to 500 search results in the search function for potential maven dependencies to satisfy inputs which are very annoying to search in a list from start to end. Adding a text input which allows filtering based on name (or even multiple text inputs which filter for `groupId`, `artifactId` and eventually other).