
Hey,
I am looking into building a small interpreter using SyntaxEditor and I was wondering how, if possible, could I (maybe using the Adornments system) append multi line controls (or adornments).
An example of a use case is that after hitting ENTER the last line (with the cursor) gets evaluated and the output is presented in a graph / tree view (or in any other control, for that matter which has a predefined height greater than one line) in the next few lines (which should not be modified using user input on the editor – the later could easily be accomplished using e.Cancel on document's text changed in the specific text ranges).
Thanks for the help,
Tal