Closed okue closed 2 years ago
@okue Published 0.4.7
and it's now waiting to get approved by JetBrains. (Will be available in Marketplace in 1~2 days)
Or you can build locally by
$ ./gradlew buildPlugin
# Plugin zip will be generated here:
$ ls build/distributions/tlaplus-intellij-plugin-0.4.7-SNAPSHOT.zip
# You can install from "Install plugin from local disk" in the plugin preference.
Thanks for review and publish!
fixes https://github.com/ocadaruma/tlaplus-intellij-plugin/issues/9
Motivation:
https://github.com/ocadaruma/tlaplus-intellij-plugin/issues/9 Incorrectness of translate result cannot be fixed off course by this PR, this may work with most inputs.
Modifications:
Call
PcalParams.resetParams()
before translating PlusCal same as Translator.java#L51.