
I have a button in my toolbar to convert code from VB to C#. If the user clicks it, the code is converted and the editor text reflects that. Now, if the user clicks undo, there is more to do than just rollback the text in the editor. I need to also reset the language.
1) How can i handle this?
2) Is there a way to add my own objects to the undo stack and handle them myself?
Thanks
1) How can i handle this?
2) Is there a way to add my own objects to the undo stack and handle them myself?
Thanks
George P Weihs