Posted 20 years ago
by screamingclown
I was using the GoToPreviousBracket() and GoToNextBracket() methods in a project in version 1.0 of the Syntax Editor.
I see that it is not available ( or at least I cannot find it ).
Is there a new way to do this, or a better way?
I have a need to move the cursor position to a StartTagStartToken and EndTagEndToken based on a character position.
More specifically, I have an XML document, and whereever the user clicks I want the ability to get the entire text of the Node. Basically I used to use GoToPrevious, and then GoToNext and I could get it.
Just wondering if there is another way.
Thanks
Jeff Easton
I see that it is not available ( or at least I cannot find it ).
Is there a new way to do this, or a better way?
I have a need to move the cursor position to a StartTagStartToken and EndTagEndToken based on a character position.
More specifically, I have an XML document, and whereever the user clicks I want the ability to get the entire text of the Node. Basically I used to use GoToPrevious, and then GoToNext and I could get it.
Just wondering if there is another way.
Thanks
Jeff Easton