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 55151

Summary: OutputWindow should have a setable history-length
Product: platform Reporter: Marco Walther <marcow>
Component: Output WindowAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: blocker CC: markiewb
Priority: P2    
Version: 4.x   
Hardware: Sun   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 51188    

Description Marco Walther 2005-02-17 18:37:47 UTC
Currently the OutputWindow keeps all the contents
a `user' writes to it.  But sometimes it would be
good if the OutputWindow could be instructed to keep
only a limited history of output.

In our case, the server log can grow to more than
150 MB which includes the log information from
several starts and restarts.  So only the last x
(<< 10000) lines are really useful.

So can you add something like

public void setLimitHistoryLines(int)

0 - meaning unlimited above;-)

which would default to unlimited?

Thanks,
-- Marco
Comment 1 Milos Kleint 2005-02-28 15:01:20 UTC
No possible to include in 4.1, it's a change in API.
Comment 2 Antonin Nebuzelsky 2008-02-07 15:53:48 UTC
Reassigning to new module owner Tomas Holy.