[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[mylyn-integrators] Problems dragging onto a task in the TaskListView
|
I'd like to be able to drag items from one view onto a task in the task
view to add data to the task, such as to the notes.
I have followed the instructions here
(http://www.eclipse.org/articles/Article-Workbench-DND/drag_drop.html)
and I can get the dragSetData method to fire if I drag the item into a
package or resource view, and then call the method to handle the data
transfer. However, the method won't fire when I drag
onto a task.
I have uncommented the PluginTransfer drop type in the TaskListView, so
that is not the problem (I think). Also the dragStart and dragEnd
methods of my listener are firing, so I think things are connected
properly. It looks like
the event that would signal the dragSetData method is not firing for
dragging onto a task. Suggestions? Is there some filter in Mylyn that
I'm not aware of that is preventing the operation?
John Anvik