We have a graphical editor that presents a graphical view of several XML-based source files. With single-file editors, it's good practice to call RegisterIndependentView so that the user receives a notification when a file has changed outside of the IDE
and can choose to reload the text buffer. My question is whether the call to RegisterIndependentView should also be done in the multi-file editor case -- for each file.
↧