Visual Studio 2010 Editor UndoHistory
Posted
by nick.ueda
on Stack Overflow
See other posts from Stack Overflow
or by nick.ueda
Published on 2010-05-30T23:43:57Z
Indexed on
2010/05/30
23:52 UTC
Read the original article
Hit count: 570
visual-studio-2010
|extensions
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
© Stack Overflow or respective owner