Releases: AzureMarker/intellij-lalrpop
Releases · AzureMarker/intellij-lalrpop
0.2.15
0.2.14
- Switch support from open source Rust plugin to new Jetbrains Rust plugin
- Dropped support for 2023.1 (support is available for 2023.2+)
- Note: There's a known false-positive error reported on
<>
in Rust action code
0.2.13
- Update dependencies
- Support recent intellij-rust changes
- Update to support 2023.1 IDEs (and drop 2022 IDEs)
0.2.12
- Update dependencies
- Support recent intellij-rust changes
- Fix Rust code injection (references in LALRPOP files work again!)
0.2.11
- Fix "Failed to create use statement" bug (reported via Sentry)
0.2.10
- Update to support 2022.1 IDEs (and drop 2021.3)
- Update dependencies
0.2.9
- Fix an error when using the plugin with IntelliJ-Rust >= 165 (reported via Sentry)
- Fix an error in InferFromRustPluginQuickFix when the type isn't known
- More accurately match the supported RegExp functionality in LALRPOP (fixes #52)
- Fix a possible issue with non-unique keys in MissingTerminalsInspection (reported via Sentry)
- Drop support for < 2021.3 IDEs
0.2.8
- Fix an exception due to using non-unique text attribute keys (reported via Sentry)
- Fix an exception due to lexer emitting empty CODE tokens (reported via Sentry)
- Fix stack overflow when inferring type of self-referential nonterminal (reported via Sentry)
- Improve parser recovery when alternative fails to parse
- Fix possible lexer exception when Rust code block is empty.
- Update dependencies