-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce43a91
commit 60b03f2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60b03f2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice if when there is errors the error message is a link that when clicked switch to the grammar editor and jump to line:column !
60b03f2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also use the ace editor in several custom playgrounds like https://mingodad.github.io/CG-SQL-Lua-playground/ and the relevant code to jump to line:columns is here https://github.com/mingodad/CG-SQL-Lua-playground/blob/c700add55d20f8757d01ffc5e7807cf8e9d33723/index.js#L312 .