Hi:
So in my code, I am saving and executing macros using the MacroRecording class, and this works perfectly fine. I've gotten the macros to fire and execute properly. The issue is that none of these macros, when executed, seem to trigger the OnSyntaxEditorKeyTyped() event. As a matter of fact, I can't seem to find any event that they do fire, which is the issue.
My question is thus: Which events fire when executing macros (or EditCommands in general)? Furthermore, in those events, do they allow you to detect characters added to the document or not?