
Hi
I set up ato convert keywords of our language to upper case (instead of waiting for the CaseSensitivity.AutoCorrect to work). Unfortunately that ChangeCase will be found in the UndoHistory what doesn't make sense for me.
Is it somehow possible to remove an entry from the UndoHistory? Or at least to ignore it?
Thanks,
Samuel
I set up a
ITextChange change = document.CreateTextChange(TextChangeTypes.ChangeCase);
Is it somehow possible to remove an entry from the UndoHistory? Or at least to ignore it?
Thanks,
Samuel