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 105149 - set quick filter dialog difficult to use/edit
Summary: set quick filter dialog difficult to use/edit
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-30 15:07 UTC by Kenneth Ganfield
Modified: 2007-08-08 14:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Ganfield 2007-05-30 15:07:03 UTC
Open Select Profiling Task dialog
Choose CPU
Select Quick Filter from drop-down

The Set Quick Filter dialog opens

The Filter list contains a list of many methods in the text area. The list is
too long to really fit in the box, making it hard to locate a particular method
from the list. 

Also, the methods in the list are separated by a space, not a comma [,] which
makes it hard to distinguish methods.

The example in the inline help shows methods separated by a comman [,]

Probably there should a help id for this dialog. It is not clear what the
relationship is between Quick Filter and Profile Only Project Classes [eg,
selecting To Quick Filter adds all classes back to quick filter, replacing any
edited quick filter selection] 

There also doesnt
Comment 1 Jiri Sedlacek 2007-08-08 14:10:45 UTC
JTextField for filter value replaced by JTextArea. Help ids implemented to fix Issue 112039, detailed explanation how 
the QuickFilter works should be in docs.

Fixed for Beta1.