Skip to content

Commit 6452fde

Browse files
committed
2017.1.5-SNAPSHOT
1 parent f6e507c commit 6452fde

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2017.1.4
2+
3+
Editor: inject Regexp in BNF and Java in JFlex
4+
Generator: less markers & less lines in generated code
5+
Generator: improve target dir detection, refresh files faster
6+
Generator: FIRST check external rules with non-external predicates
7+
GPUB: cleanup and error reporting tweaks
8+
GPUB: re-check recoverWhile condition after advance when recovering
9+
110
2017.1.3
211

312
* Generator: fix nested metas generation once again

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
# https://www.jetbrains.com/intellij-repository/releases
1919
# https://www.jetbrains.com/intellij-repository/snapshots
2020

21-
version=2017.1.4-SNAPSHOT
21+
version=2017.1.5-SNAPSHOT
2222

23-
ideaVersion=2017.2
23+
ideaVersion=2017.1
2424
javaVersion=1.8
2525

2626
artifactsPath=build/artifacts

resources/META-INF/plugin.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<idea-plugin url="https://github.com/JetBrains/Grammar-Kit">
22
<id>org.jetbrains.idea.grammar</id>
3-
<version>2017.1.4-SNAPSHOT</version>
3+
<version>2017.1.5-SNAPSHOT</version>
44
<vendor email="[email protected]">Greg Shrago</vendor>
55
<idea-version since-build="171"/>
66

@@ -14,12 +14,12 @@
1414
<change-notes>
1515
<![CDATA[
1616
<ul>
17-
<li>Generator: fix nested metas generation once again</li>
18-
<li>Editor: fix rule attrs being shown in File Structure (improves performance too)</li>
19-
<li>Editor: support custom folding regions (region/endregion comments)</li>
20-
<li>Editor: tweak pairing paren insertion</li>
21-
<li>Editor: fix incorrectly highlighted pin in expression-parsing rules</li>
22-
<li>Refactorings: move common sub-menu, reuse common shortcuts</li>
17+
<li>Editor: inject Regexp in BNF and Java in JFlex files</li>
18+
<li>Generator: less markers & less lines in generated code</li>
19+
<li>Generator: improve target dir detection, refresh files faster</li>
20+
<li>Generator: FIRST check external rules with non-external predicates</li>
21+
<li>GPUB: cleanup and error reporting tweaks</li>
22+
<li>GPUB: re-check recoverWhile condition after advance when recovering</li>
2323
</ul>
2424
<a href="https://github.com/JetBrains/Grammar-Kit#change-log">Full change log...</a>
2525
]]>

0 commit comments

Comments
 (0)