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 65215

Summary: Output window should have a filter/grep funcionality
Product: platform Reporter: lasterra <lasterra>
Component: Output WindowAssignee: t_h <t_h>
Status: RESOLVED FIXED    
Severity: blocker Keywords: UI
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description lasterra 2005-09-27 18:31:51 UTC
Search on output window is ok, but using log4j or other loggers library it could
be great if we could grep/filter output lines to those who have some text.
Comment 1 _ tboudreau 2006-02-04 11:42:33 UTC
Well, under the hood it actually is using the JDK's regexps, so it actually 
should work if you type one (actually I think it's missing error checking for 
them so it may throw an exception on a bad one :-/).
Comment 2 Antonin Nebuzelsky 2008-02-07 15:51:38 UTC
Reassigning to new module owner Tomas Holy.
Comment 3 t_h 2009-03-16 17:34:14 UTC
*** Issue 158201 has been marked as a duplicate of this issue. ***
Comment 4 t_h 2009-03-16 17:56:50 UTC
core-main #269231422c86
Comment 5 Quality Engineering 2009-03-18 22:33:29 UTC
Integrated into 'main-golden', will be available in build *200903181604* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/269231422c86
User: Tomas Holy <t_h@netbeans.org>
Log: #65215: Output window should have a filter/grep funcionality