Spark TextArea, setFormatOfRange performance issue
Hi, dear
I am building the syntax highlight editor by using spark.components.textarea
my app invokes setFormatOfRange to put colour on syntax. but I find this API is very very slow.
I need wait more than 10s before the UI response me
And if I comment the setFormatOfRange, it runs smoothly without delay
Seems the TLF is very slow at this point, isn't it?
Must I change back to use mx.controls.TextArea? is that faster?
thank you
