Hello,
I am developing an extension to add graphics around code (text).
I've searched around and came up with only one other post refering to IWpfTextView (and related) interfaces.
What i want is to "markup" the code with (ex) arrows, boxes and lines. I've read through the mdsn and it seems scrolling up and down does a complete redraw and the Top coordinate changes. There's also http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.text.editor.aspx But no complete text on the matter.
Are there any examples on the subject? Is this a supported scenario?