File tree Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Expand file tree Collapse file tree 3 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -228,18 +228,19 @@ java -jar expression-console-sample.jar
228
228
229
229
Change log
230
230
==========
231
- 1.5.3-snapshot
231
+ 2017.1
232
232
233
- * BNF and JFlex PSI: merge PSI and AST trees (memory/performance)
233
+ * Plugin: switch to IntelliJ IDEA versioning scheme
234
+ * BNF and JFlex PSI: merge AST and PSI trees (memory/performance)
234
235
* Generator: support dash-separated and angle-quoted rules
235
- * Generator: freeze on generation several grammars at once
236
+ * Generator: "psi-factory" support for merged AST and PSI trees
236
237
* Generator: honor explicitly set rule name
237
- * Generator: fix custom consume-type not being used after a predicate
238
+ * Generator: fix freeze on generation several grammars at once
238
239
239
240
1.5.2
240
241
241
242
* Generator: disable first-check in presence of external predicates
242
- * Generator: support mixed AST- PSI trees (psi.impl.source.tree.CompositePsiElement inheritors)
243
+ * Generator: support merged AST and PSI trees (psi.impl.source.tree.CompositePsiElement inheritors)
243
244
* Generator: add generate=[ psi-classes-map="yes"] option
244
245
* Generator: alert of missing psi implementation methods #155
245
246
* Generator: merge multiple list-valued attributes, e.g. "implements", "methods"
Original file line number Diff line number Diff line change 18
18
# https://www.jetbrains.com/intellij-repository/releases
19
19
# https://www.jetbrains.com/intellij-repository/snapshots
20
20
21
- version = 1.5.3-SNAPSHOT
21
+ version = 2017.1
22
22
23
- ideaVersion = 2017.2
24
- javaVersion = 1.8
23
+ ideaVersion = 2017.2
24
+ javaVersion = 1.8
25
25
26
- artifactsPath = build/artifacts
26
+ artifactsPath = build/artifacts
27
27
28
28
org.gradle.jvmargs =-Xmx256m -Dfile.encoding=utf-8
Original file line number Diff line number Diff line change 1
1
<idea-plugin url =" https://github.com/JetBrains/Grammar-Kit" >
2
2
<id >org.jetbrains.idea.grammar</id >
3
- <version >1.5.3-SNAPSHOT </version >
3
+ <version >2017.1 </version >
4
4
<
vendor email =
" [email protected] " >Greg Shrago</
vendor >
5
5
<idea-version since-build =" 171" until-build =" 173.*" />
6
6
14
14
<change-notes >
15
15
<![CDATA[
16
16
<ul>
17
- <li>BNF and JFlex PSI: merge PSI and AST trees (memory/performance)</li>
17
+ <li>Plugin: switch to IntelliJ IDEA versioning scheme</li>
18
+ <li>BNF and JFlex PSI: merge AST and PSI trees (memory/performance)</li>
18
19
<li>Generator: support dash-separated and angle-quoted rules</li>
19
- <li>Generator: freeze on generation several grammars at once </li>
20
+ <li>Generator: "psi-factory" support for merged AST and PSI trees </li>
20
21
<li>Generator: honor explicitly set rule name</li>
22
+ <li>Generator: fix freeze on generation several grammars at once</li>
21
23
<li>Generator: fix custom consume-type not being used after a predicate</li>
22
24
</ul>
23
25
<a href="https://github.com/JetBrains/Grammar-Kit#change-log">Full change log...</a>
You can’t perform that action at this time.
0 commit comments