views:

172

answers:

1

I'm currently trying to create a Bi-directional DSL for the company I'm working for and want to add a context menu to the diagram to provide a mechanism for the user to request a code import. I know that in VS2005 the Commands.ctc file is used to achieve this and 2008 appears to be using Commands.ctc. However its not very easy trying to find out how this works.

+2  A: 

I finally found a really good blog explaining exactly how to do this, hopefully others will find this useful too: Sebastian Talamoni's Blog

Mark