Bug 178104

Summary: [DND] Need to revisit dnd API to allow multiple drop targets
Product: [Eclipse Project] Platform Reporter: Duong Nguyen <duongn>
Component: SWTAssignee: Platform-SWT-Inbox <platform-swt-inbox>
Status: NEW --- QA Contact: Kevin Barnes <cocoakevin>
Severity: enhancement    
Priority: P3 CC: daniel_megert, duongn, jhvdven, johnwarde, niraj.modi, siverson101, sravann, steve_northover, stori, thatnitind
Version: 3.3Keywords: triaged
Target Milestone: ---   
Hardware: PC   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 195655    

Description Duong Nguyen CLA 2007-03-19 13:45:14 EDT
There have been several requests for SWT dnd to allow multiple drag sources or multiple drop targets for a given widget. We would provide APIs to:
   - query for existing drag sources and drop targets
   - add a new drag source or a drop target
   - remove an existing drag source or drop target

Related to this problem is https://bugs.eclipse.org/bugs/show_bug.cgi?id=173410.
Comment 1 Scott Iverson CLA 2009-10-15 20:52:50 EDT
This is really needed so that other editors can fix DnD and DnCopy for us.
Like WTP and PDT
Comment 2 John Warde CLA 2009-10-16 05:48:01 EDT
Please fix Drag and Drop text in Eclipse for PHP, HTML, CSS, XML (source view) etc.  Thanks! John