History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-18365
Type: Bug Bug
Status: Open Open
Assignee: Kirill Kalishev
Reporter: Dmitry Shaporenkov
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Drag'N'Drop Behavior When Adding Watches from Code Editor

Created: 07 Jun 08 17:34   Updated: 27 Aug 08 13:23
Component/s: Debugger

Build: 7,757


 Description  « Hide
When I drag an expression from the code editor and drop it onto the Watches window, the new watch is added which is fine. However, an unexpected side effect is that the expression gets removed from the code editor rendering the code invalid.

 All   Comments   Work Log   Change History      Sort Order:
Dmitry Shaporenkov - 27 Aug 08 13:23
I was told by an expert that this is a standard behavior of Java UI that dran-n-drop has "cut" semantics and not "copy". Who knew...