Page 1 of 1

What about writing Cobra add-in for Reflector?

PostPosted: Sat Dec 20, 2008 7:24 pm
by gogobyte
There is an IronPython add-in for Reflector on CodePlex.com since yesterday.
What about writing Cobra add-in for Reflector? How important it could be for Cobra project to have a Reflector add-in?
To test it: http://www.gradvarna.com/CobraAddIn.zip
(For now, I haven't changed anything in the code except 'IronPython' name to 'Cobra')

Re: What about writing Cobra add-in for Reflector?

PostPosted: Sat Dec 20, 2008 7:42 pm
by Charles
I think that's great. I would love to see more of these types of contributions which will help the community and can run in parallel to the language development.

I tried the DLL you created and it's a good start.

Re: What about writing Cobra add-in for Reflector?

PostPosted: Sun Dec 21, 2008 8:04 pm
by gogobyte
I made several changes marked with `// G:` in the code.

Here it is: http://www.gradvarna.com/CobraAddIn.2.zip