Hiya,
I have a Visual Studio (2010) package that combines multiple text operations, e.g. it inserts custom properties into my csharp files.
These inserts can become quite numerous and I would like to be able to reverse the effect of the Command with a single click of the undo button. Is there a way of doing this?
Steve