I want to do something like underscores & some text alongside the code. Very similar to what has been done to the Clang Static Analyzer in xcode..
I don't know whether to use the DocumentColorizingTransformer for this or something else. I can modify the text with the DocumentColorizingTransformer but I don't get a drawing Context to draw anything. Is it possible to get a drawing context in this class ?