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 248097 - Support drag'n'drop in Terminal
Summary: Support drag'n'drop in Terminal
Status: REOPENED
Alias: None
Product: cnd
Classification: Unclassified
Component: Terminalemulator (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-22 09:49 UTC by ilia
Modified: 2014-11-07 03:50 UTC (History)
0 users

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 ilia 2014-10-22 09:49:44 UTC
Support drag'n'drop operations from OS to Terminal or from IDE to Terminal.
Comment 1 ilia 2014-10-22 09:52:40 UTC
Fixed in 280123:15a15756d970
Comment 2 ilia 2014-10-30 13:12:26 UTC
Temporarily reverting drag'n'drop feature:
StackOverflow:

at org.netbeans.modules.terminal.ioprovider.Terminal$SupportStream.flush(Terminal.java:1191)
	at org.netbeans.modules.cnd.debugger.gdb2.KeyProcessing$KeyProcessingStream.flush(KeyProcessing.java:248)
	at org.netbeans.modules.cnd.debugger.gdb2.Tap.flush(Tap.java:86)
	at org.netbeans.modules.terminal.ioprovider.Terminal$SupportStream.flush(Terminal.java:1191)
	at org.netbeans.modules.cnd.debugger.gdb2.KeyProcessing$KeyProcessingStream.flush(KeyProcessing.java:248)
	at org.netbeans.modules.cnd.debugger.gdb2.Tap.flush(Tap.java:86)
	at org.netbeans.modules.terminal.ioprovider.Terminal$SupportStream.flush(Terminal.java:1191)
	at org.netbeans.modules.cnd.debugger.gdb2.KeyProcessing$KeyProcessingStream.flush(KeyProcessing.java:248)
	at org.netbeans.modules.cnd.debugger.gdb2.Tap.flush(Tap.java:86)
	at org.netbeans.modules.terminal.ioprovider.Terminal$SupportStream.flush(Terminal.java:1191)
	at org.netbeans.modules.cnd.debugger.gdb2.KeyProcessing$KeyProcessingStream.flush(KeyProcessing.java:248)
	at org.netbeans.modules.cnd.debugger.gdb2.Tap.flush(Tap.java:86)
	at org.netbeans.modules.terminal.ioprovider.Terminal$SupportStream.flush(Terminal.java:1191)
	at org.netbeans.modules.cnd.debugger.gdb2.KeyProcessing$KeyProcessingStream.flush(KeyProcessing.java:248)
	at org.netbeans.modules.cnd.debugger.gdb2.Tap.flush(Tap.java:86)
	at org.netbeans.modules.terminal.ioprovider.Terminal$SupportStream.flush(Terminal.java:1191)
	at org.netbeans.modules.cnd.debugger.gdb2.KeyProcessing$KeyProcessingStream.flush(KeyProcessing.java:248)
[catch] at org.netbeans.modules.cnd.debugger.gdb2.Tap.flush(Tap.java:86)
Comment 3 ilia 2014-10-30 13:15:01 UTC
in 280390:bb82a0110e86
Comment 4 Quality Engineering 2014-11-07 03:50:38 UTC
Integrated into 'main-silver', will be available in build *201411070002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/15a15756d970
User: Ilia Gromov <ilia@netbeans.org>
Log: Fixed Bug #248097 - Support drag'n'drop in Terminal