We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi it seems that updateAceEditor does not allow the cursor to be moved programatically. It would be nice to be able to do:
updateAceEditor(session,"myEditor",cursorRow=79)
to move the cursor to row 79. Is this possible?
The text was updated successfully, but these errors were encountered:
It looks like ace editor has a firstLineNumber option so this should be possible. Happy to review a PR for this feature
firstLineNumber
Sorry, something went wrong.
No branches or pull requests
Hi it seems that updateAceEditor does not allow the cursor to be moved programatically. It would be nice to be able to do:
to move the cursor to row 79. Is this possible?
The text was updated successfully, but these errors were encountered: