Provide a setting to disable drag&drop in Pending changes view inside Visual Studio
I'm using the Visual Studio extension of Plastic SCM. In the "Pending changes in workspace" view dragging and dropping changed files is possible, which opens that file directly in Visual Studio.
This feature might have been a good idea, but I'm starting to hate it. Every time when I try to select/click on of those files, I move my mouse a few pixels and drag&drop kicks in and opens that file, but my intention was to check/uncheck that file, not opening it.
Either there should be an option to disable drag&dop, or the sensitivity of the drag&drop operation should be reduced to prevent such mistakes.
-
Hello, we are implementing a custom drag and drop so we'll be able to give the event a bigger start range.
-
Göran Wallgren commented
We have problems with this too. Need to drink a lot of coffee before being able to single-click in this view... ;)
-
Olaf Kober commented
The problem is that I just have to move one or two pixels after mouse-down to activate drag & drop. Is that just me, just on my machine?
-
I'm going to check if we're using standard drag and drop or if we're using our own mechanism. If it is the standard windows delay, I think there's not much we can do.