
I have a MDI application where users can open multiple documents and make edits. I'd like the application to have a view that lists all edited documents. When a user selects an edited document, its contents appear in a read-only syntax editor with the edits highlighted.
- Is there a mechanism for having a SyntaxEditor highlight text edits, starting from when a document is opened? While I am aware that highlights can appear in the left margin, to indicate some change happened within a line, I'd like the actual changed/added characters to be highlighted.
- Is there a way to transfer those snapshots to another syntax editor, so that it can highlight the same changes?
Thanks,
-Craig
[Modified 13 years ago]