I want to have a new editor that works on th e same .cpp and .h file. This is
a visual Editor, similar to the form designer. How can I hook my editor or
invoke it the same way the "view Code/ View Designer" context menu works for
Forms Designer?
Thank you for your help,
Paul
Paul Gavazzi - 08 Sep 2005 21:29 GMT
Just in case the previous post wasn`t clear enough:
I would like to add a view code and view designer to a c++ .NET 2003 context
menu of Solution Explorer.
Should I add those items manually, if so how to I get access to that item
context menu, to add my entries.
After I am able to do that, I want to register my own logical view to the
existing C++ editor? Is that possible, and how do I hook myself to the code
c++ editor so that I can create my own logical view?
Thanks for any support or pointers,
regards,
Paul