tags:

views:

15

answers:

0

I have created VSPackage for my custom editor, I have written my save code in EditorPane 's int IPersistFileFormat.Save(string pszFilename, int fRemember, uint nFormatIndex) method, when i click save its working fine, But when i click save all files button from IDE this function wont get call ? Any idea why ? What is work around for this ?

related questions