Posted 20 years ago
by Nicols C.
Hi,
I am using SyntaxEditor to build an application like an IDE (like Visual Studio). I want to mark when a file is modified, so I use TextChanged event to be notified when a change is made.
Also, I have the feature AutoCorrect enabled. But, when I load a new Text if the text is autocorrected the event TextChanged is not trigger. So, I cannot identify if the text was autocorrected without comparing each character. I try to avoid this, because the texts are very long and could be inefficient.
Is there any other way to detect when the text changed with autocorrection?
Thanks,
Nicols
I am using SyntaxEditor to build an application like an IDE (like Visual Studio). I want to mark when a file is modified, so I use TextChanged event to be notified when a change is made.
Also, I have the feature AutoCorrect enabled. But, when I load a new Text if the text is autocorrected the event TextChanged is not trigger. So, I cannot identify if the text was autocorrected without comparing each character. I try to avoid this, because the texts are very long and could be inefficient.
Is there any other way to detect when the text changed with autocorrection?
Thanks,
Nicols