Hello:
I am currently overriding the OnDocumentTextChanged method successfully and everything is working, but I find myself wanting to access the Caret for the current SyntaxEditor form. Many other method overrides like this provide the SyntaxEditor as an argument, which makes finding and handling the caret easy, but this one method does not. Is there any other way to access the Caret and/or change the Caret's offset from within this method override?
Thanks in advance.