cake-build / cake-vs

Cake Extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=vs-publisher-1392591.CakeforVisualStudio
MIT License
67 stars 25 forks source link

GH54: Add support for drag-and-drop with cake and dll files #55

Closed agc93 closed 7 years ago

agc93 commented 7 years ago

This adds support for customised drag-and-drop behaviour.

To start, this is based on #54 , and will #load any .cake file dropped on the editor, and will #r any .dll file dropped on the editor. Existing VS behaviour is unchanged.

I've implemented a CakeDropHandler that should make it easier to add more handlers for other behaviour as well.

Resolves #54

agc93 commented 7 years ago

@cake-build/cake-team another one ready for review, when someone gets a chance 😄

agc93 commented 7 years ago

@gep13 Good enough for me 😆