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 223747

Summary: Add a SelectAll action to Term/Terminal
Product: cnd Reporter: ivan <ivan>
Component: TerminalemulatorAssignee: ivan <ivan>
Status: NEW ---    
Severity: normal CC: aschwarz1309
Priority: P4    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description ivan 2012-12-13 05:32:56 UTC
This is a fork of bug #220029.
Add support for SelectAll action.
Comment 1 ivan 2012-12-13 05:39:24 UTC
Tricky thing is deciding what to do when things are changing underneath. I.e.
more output is being added and history is scrolling out.

So, at the time of the action will set a selection.
The beginning of the selection will be advanced as it scrolls out of history such that after enough
time the selection might become empty.
The end of the selection will _not_ be extended as more output is added.

The above handles the common case of things being relatively quiet.