I am writing a visual studio 2010 add-in in c# which does some program analysis for c#
A window as shown below needs to be created when the add-in is loaded.
-------------------------------------------------
l I/P l
l ________l code highlighted based on data in o/p
l O/P l o/p is lines of code with hyperlinks to code
l l
-------------------------------------------------
Any sample projects or links on how to split a window and continue to have the editor functionality?