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 - Output window should have a filter/grep funcionality
Summary: Output window should have a filter/grep funcionality
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: t_h
URL:
Keywords: UI
: 158201 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-09-27 18:31 UTC by lasterra
Modified: 2009-03-18 22:33 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 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