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 238366 - Quick copy&paste in terminal (Middle mouse button)
Summary: Quick copy&paste in terminal (Middle mouse button)
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-14 11:43 UTC by soldatov
Modified: 2016-08-11 04:28 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 soldatov 2013-11-14 11:43:44 UTC
Some users uses built-in remote terminal on Unix and Windows local hosts. On Unix user can select some text in terminal and paste via middle mouse button. On Windows it is more long action. I think we can emulate Unix-like copy&paste inside current terminal on Windows too.
Comment 1 ivan 2016-08-11 04:28:10 UTC
Term _does_ honor middle-mouse click.
It uses SwingUtilities.isMiddleMouseButton() to detect this.
So perhaps on Windows SwingUtilities.isMiddleMouseButton() doesn't work?
I've had similar reports, from Tim Boudreau, regarding the Mac.