I have a POCO object that I serialize to disk with a custom file extension. Part of the file is HTML that I would like to be able to edit in visual studio using the built-in EnvDTE.HTMLWindow object. In addition to being able to use this editor to edit the HTML portion of this object, I would like to display this editor in a custom control.
I used the Git Source Control provider code as a reference point for being able to display an editor within a custom control, but I can't seem to find any information on how to instantiate a new HTMLWindow to use as the editor instead of a code editor. Any help would be greatly appreciated!