File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Grammar-Kit Changelog
2
2
3
3
## [ Unreleased]
4
- * Update Platform version to ` 2022.3.1 `
5
- * Fixed Exception with ` 2023.1 EAP ` : "Do not use constructor injection" (#323 )
4
+
5
+ * JFlex: complete classes in java references
6
+ * JFlex: support generic java class names #333
7
+ * JFlex: extract skeleton from jflex jar #332
8
+ * JFlex: update library from 1.7.0-2 to jflex-1.9.1 #325
9
+ * JFlex: support both Velocity 1.7 and 2.3 (IJ 232+) #331
10
+
11
+ ## [ 2022.3.1]
12
+ * Update IntelliJ Platform to ` 2022.3.1 `
13
+ * Fixed Exception with ` 2023.1 EAP ` : "Do not use constructor injection" #323
6
14
* Fixed IAE: ` FileEditorManagerImpl.$$$reportNull$$$0 ` (EA-746745)
7
15
* Fixed PIEAE: ` CompositePsiElement.getContainingFile ` (EA-746675)
8
16
Original file line number Diff line number Diff line change 7
7
# https://www.jetbrains.com/intellij-repository/snapshots
8
8
9
9
pluginName =Grammar-Kit
10
- pluginVersion =2022.3.1
10
+ pluginVersion =2022.3.2
11
11
pluginSinceIdeaBuild =223
12
12
ideaVersion =223-EAP-SNAPSHOT
13
13
You can’t perform that action at this time.
0 commit comments