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

Summary: Quick copy&paste in terminal (Middle mouse button)
Product: cnd Reporter: soldatov <soldatov>
Component: TerminalemulatorAssignee: ilia
Status: NEW ---    
Severity: normal CC: ivan
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

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.