File tree Expand file tree Collapse file tree 3 files changed +18
-9
lines changed Expand file tree Collapse file tree 3 files changed +18
-9
lines changed Original file line number Diff line number Diff line change
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
+
1
10
2017.1.3
2
11
3
12
* Generator: fix nested metas generation once again
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 =2017.1.4 -SNAPSHOT
21
+ version =2017.1.5 -SNAPSHOT
22
22
23
- ideaVersion =2017.2
23
+ ideaVersion =2017.1
24
24
javaVersion =1.8
25
25
26
26
artifactsPath =build/artifacts
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 >2017.1.4 -SNAPSHOT</version >
3
+ <version >2017.1.5 -SNAPSHOT</version >
4
4
<
vendor email =
" [email protected] " >Greg Shrago</
vendor >
5
5
<idea-version since-build =" 171" />
6
6
14
14
<change-notes >
15
15
<![CDATA[
16
16
<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>
23
23
</ul>
24
24
<a href="https://github.com/JetBrains/Grammar-Kit#change-log">Full change log...</a>
25
25
]]>
You can’t perform that action at this time.
0 commit comments