intellij-plugin-v4 icon indicating copy to clipboard operation
intellij-plugin-v4 copied to clipboard

An IntelliJ plugin for ANTLR v4

Results 88 intellij-plugin-v4 issues
Sort by recently updated
recently updated
newest added

* 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...

bug
comp:config

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...

enhancement
documentation

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),...

comp:ANTLR
performance

This is a proposed fix for #523

enhancement
comp:preview

@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...

bug
comp:config

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...

comp:preview
feature-request

### 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...

bug

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).

feature-request

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...

bug
comp:GUI

``` 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)...

bug
status:cannot-reproduce
status:need-more-info