
Hi,
I wanted to know if it's possible to have a read only component to show the colorized text computed by the syntax editor.
Let me explain the reason.
I would like to have a diagram, with a lot of boxes. Each box has text in it.
For example you can imagine a driagram with a lot of boxes representing C# files and in each box the C# code of the file.
I would like to show the colorized C# in each box, but without using the SyntaxEditor as component, because if I have a lot of boxes (more than 1000) I think that performances will be bad using SyntaxEditor (too many things in it).
The SyntaxEditor would be useful to edit one box at a time (for example: double click on the box could open a specific SyntaxEditor to edit the file)
Do you have a component to do that or something to create such component?
Thank you