
Hi,
is it possible to use Syntax editor features without using it's control?
Problem, I have is, that I would like to use the syntax editor in many instances for a very small pieces of code. This scenario however leads to more memory consumption.
For example, think of it as an tree or flow of code pieces, with some nodes having pieces of code.
The best scenario would be to have RichTextBoxes with text and every edit changes do on single SyntaxEditor instance. The problem si, that formatted text is not usable for RichTextBox.
Is there a workaround? How to get hihglighted code to the RichTextBox or how to share a single instace of SyntaxEditor accross the whole ModelView ?
Thank you for any advice
[Modified 9 years ago]