Mouse drag and drop not working on remote IntelliJ IDE with projector

Answered

Hello.

Mouse drag and drop not working on remote IntelliJ IDE with projector.

Does remote IDE originally not support mouse DND?

Does anyone knows?

FYI, I'm developing an IntelliJ plugin that includes mouse DND functionality.

Thanks.

0
4 comments

Hello,

In general drag and drop is supposed to be working in remote development, though there are indeed some known problems with drag and drop in remote development, e.g. https://youtrack.jetbrains.com/issue/GTW-3308.

Could you please clarify what exactly you are trying to drag and drop? Do you mean blocks of code in the editor? or perhaps you mean editor tabs? Or something else?

0

Bulat Tsydenov

Hello.

Thanks for your feedback.

I am developing a function that works when I bring the column item of table from "Database Navigator" plug-in to java source editor through D&D.
This is a function that works well with Local IntelliJ.
However, in remote IDE, feedbak itself does not occur at drag source start.
The same happens when you D&D files in Project View as well as problems in Database Navigator.
I am attaching an animated gif image where the function I am trying to do works on Local IDE.

 

0

Thank you for the clarification.

This issue is known, you can refer to https://youtrack.jetbrains.com/issue/GTW-3308. 

0

Please sign in to leave a comment.