| Summary: | Implement DragDropGesture to support JavaFX drag and drop events | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Matthias Wienand <matthias.wienand> |
| Component: | GEF MVC | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | kyle, miklossy, patrick.muscat |
| Version: | 5.0.1 | ||
| Target Milestone: | 5.1.0 (2019-06) | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: |
https://github.com/eclipse/gef/pull/43 https://github.com/eclipse/gef/pull/44 https://github.com/eclipse/gef/pull/45 |
||
| Whiteboard: | low-hanging fruit | ||
|
Description
Matthias Wienand
I've implemented a DragDropGesture and IOnDragDropHandler for my project. I'll check with the powers that be if I can work it into patch or pull request for someone to review and merge. I haven't contributed to gef before so I'll have to research the steps... Hi Kyle, a contribution would be awesome. The necessary steps are listed under https://github.com/eclipse/gef/blob/master/CONTRIBUTING.md Hi there, Are the sources of DragDropGesture and IOnDragDropHandler available somewhere even if not contributed following the full rules ? GitHub Pull Request 43 created by [kgirard] https://github.com/eclipse/gef/pull/43 GitHub Pull Request 44 created by [kgirard] https://github.com/eclipse/gef/pull/44 GitHub Pull Request 45 created by [kgirard] https://github.com/eclipse/gef/pull/45 I just merged the PR. Thank you very much for your contribution :-) |