Visual Studio 2010 Editor UndoHistory
- by nick.ueda
I am trying to write an extension that can access the TextUndoHistory of an VS editor.
Do I have to implement ITextUndoHistory and ITextUndoTransaction myself or is there something that I can hook into using the SDK?
Thanks,
Nick