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 - Add a SelectAll action to Term/Terminal
Summary: Add a SelectAll action to Term/Terminal
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 7.3
Hardware: All All
: P4 normal (vote)
Assignee: ivan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-13 05:32 UTC by ivan
Modified: 2012-12-13 05:39 UTC (History)
1 user (show)

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 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.