
I've just started working with SyntaxEditor and I'm wondering whether it is safe to let it do the lexical parsing in the background? Basically I'm setting the document's text on the main thread and kicking off the background worker, which will assign a loaded dynamic language to the document and set its LexicalParsingEnabled to true in order to get the text colorized.
In case this is possible, is the parsing automagically stopped when the form is closed and the SyntaxEditor instance destroyed?
Thanks.
In case this is possible, is the parsing automagically stopped when the form is closed and the SyntaxEditor instance destroyed?
Thanks.