intellij-plugin-v4
intellij-plugin-v4 copied to clipboard
An IntelliJ plugin for ANTLR v4
* I can well define a grammar configuration by 'Configure ANTLR...' * This config is well retrieved in the same IntelliJ session * However, in the next IntelliJ session this...
1. I install the plugin, and see syntax highlighting. 2. After couple of days, I discover two tabs at the bottom, named "ANTLR Preview" and "Tool Output". I look at...
I've been using this plugin to work on my language since it's validation and visualization features are very very nice. Since my parser has reached a certain size (~1600 lines),...
This is a proposed fix for #523
@bjansen I think we have an issue where I said the `gen` dir in the antlr properties on the parser but it's switching away from the Lexer that causes the...
Is there a way to test a rule that needs a different lexer mode? As far as I can tell, there is no way to change the lexer mode from...
### Summary The output directory is configured as an absolute path, which leads to problems when the project is moved. ### Version plugin: 1.14 Windows 7 x64 IntelliJ IDEA Community...
A warning should appear in the "ANTLR Preview" pane if it uses rules that contain an action. People never read ["readme's"](https://github.com/antlr/intellij-plugin-v4/blob/master/README.md#limitations). See [this StackOverflow question](https://stackoverflow.com/questions/71792363).
ANTLR v4 Plugin v1.17 Right click a rule, and rename it. It will rename all occurrences, but I got an NPE. I have encountered this only once, and have been...
``` Details: Current thread: Thread[Alarm Pool,4,main] 560889630 Dispatch thread: false; isDispatchThread(): false SystemEventQueueThread: Thread[AWT-EventQueue-0,6,main] 2107409562 java.lang.Throwable: Read access is allowed from inside read-action (or EDT) only (see com.intellij.openapi.application.Application.runReadAction()) at com.intellij.openapi.diagnostic.Logger.error(Logger.java:200)...