intellij-plugin-v4
intellij-plugin-v4 copied to clipboard
An IntelliJ plugin for ANTLR v4
Intellij IEDA version: 2023.3.6 (Ultimate Edition) build number: #IU-233.15026.9 Antlr4 plugin version : 1.23.1 ExternalToolPass: ``` com.intellij.diagnostic.PluginException: annotator: org.antlr.intellij.plugin.ANTLRv4ExternalAnnotator@2a2495be (class org.antlr.intellij.plugin.ANTLRv4ExternalAnnotator) [Plugin: org.antlr.intellij.plugin] at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23) at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:89) at com.intellij.codeInsight.daemon.impl.ExternalToolPass.processError(ExternalToolPass.java:253) at...
After IntelliJ update (to 2024.1) live templates stopped to work in .g4 editor. More, in settings for the live templates, they are not associated to anything and "no applicable contexts."...
I have IntelliJ 2023.3.6 and the plugin version is 1.23.1. In these versions of tools, the parser, lexer and the whole menagerie are not generated on save of grammar file....
Generate an abstract class/interface for rule containing only other parser rules as unnamed subrules
For example, I have this rule. ``` atom: fstring | string | number | nil | logic; ``` And generated class is: ```java @SuppressWarnings("CheckReturnValue") public static class AtomContext extends ParserRuleContext...
Bumps org.jetbrains.intellij from 1.17.2 to 1.17.3. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...
Not sure how it happened… ``` File file:///Users/…/grammars-v4/r/R.g4 isn't a lexer grammar java.lang.ClassCastException: class org.antlr.v4.tool.Grammar cannot be cast to class org.antlr.v4.tool.LexerGrammar (org.antlr.v4.tool.Grammar and org.antlr.v4.tool.LexerGrammar are in unnamed module of loader...
Bumps [org.jfree:org.jfree.svg](https://github.com/jfree/jfreesvg) from 5.0.5 to 5.0.6. Release notes Sourced from org.jfree:org.jfree.svg's releases. JFreeSVG 5.0.6 Version 5.0.6 (23 June 2024) fix issue with LinearGradientPaint and RadialGradientPaint reference generation minor code transformations...
Bumps org.jetbrains.intellij from 1.17.2 to 1.17.4. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Is there an option to disable IDEA ANTLR plugin from generating parsers? I'd like to exclusively use GRADLE ANTLR plugin for this purpose. Especially given that IDEA ANTLR plugin doesn't...
com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'org.antlr.intellij.plugin.actions.GenerateParserAction' must override `getActionUpdateThread()` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: org.antlr.intellij.plugin] at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23) at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:90) at com.intellij.diagnostic.PluginException.reportDeprecatedUsage(PluginException.java:125)...