bergerjac / gitextensions

This fork of GitExtensions is primarily focused on creating an interactive view of git's common objects.
http://code.google.com/p/gitextensions
GNU General Public License v3.0
1 stars 0 forks source link

DragDrop Hints #12

Open bergerjac opened 11 years ago

bergerjac commented 11 years ago

DragDrop with hints. Imitation, being the sincerest form of flattery: drag-drop-merge

Example: Branch onto Branch should show normal: {MergeIcon} Merge {DraggedBranch} Alt: {RebaseIcon} Rebase {DraggedBranch}

11 is similar where it'd be optimal to keep Icon references out of the Node classes; however, if it's easier to hack them in, go ahead.