Hi there,
is there a way to find the appropriate position in the SQLPanel from the
ParseException to put the cursor right there?
I would like to jump directly to the position in the SQLPanel if an
ParseError occurs.
Within the ParseException i'll get currentToken.next.beginLine and
currentToken.next.beginColumn;
But how do i get the position for setSQLScriptSelectionStart(start)?
Thanx
Dieter
|