IVsPersistDocData2 Not Being Called
I have a class the implementsIVsPersistDocData2 I register the document with the RTD usingRegisterAndLockDocument, I get some of the calls such as isdocumentreadonly,But I never getting any calls to IsDocDirty and Save.
Ok, thanks for the example, but in the example the editor and the doc is the same class. What has to be different to have them be multiple classes, I have 5 editors and only one data. And the editors don't modify the data they just view the data. The data/doc is modified from a background processing thread that doesn't require an editor to be enabled.