Skip to content

Commit

Permalink
Release v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GuntherRademacher committed Feb 10, 2023
1 parent ce43a91 commit 60b03f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
defaultTasks 'build'
build.dependsOn 'distZip'

version = '2.0-SNAPSHOT'
version = '2.0'
group = 'de.bottlecaps.rr'
def buildTime = new Date()
def aceVersion = '1.14.0'
Expand Down

2 comments on commit 60b03f2

@mingodad
Copy link

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 !

@mingodad
Copy link

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 .


Please sign in to comment.