File tree 3 files changed +13
-7
lines changed
3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -226,10 +226,13 @@ java -jar expression-console-sample.jar
226
226
227
227
Change log
228
228
==========
229
- 1.4.2 / dev
229
+ 1.4.2
230
230
231
231
* JFlex: more color options & better AST
232
- * Generator/PSI: do not 'collapse' fake rules
232
+ * Generator: meta rule parameter as 'recoverWhile' predicate
233
+ * Generator: support 'extends' with 'upper' and 'external' modifiers
234
+ * Generator/PSI: fix for fake rules PSI accessors calculation
235
+ * Generator/PSi: improved methods/classes names generation logic
233
236
234
237
1.4.0
235
238
Original file line number Diff line number Diff line change 2
2
# https://www.jetbrains.com/intellij-repository/releases
3
3
# https://www.jetbrains.com/intellij-repository/snapshots
4
4
5
- version = 1.4.1
5
+ version = 1.4.2
6
6
buildNumber = SNAPSHOT
7
7
8
8
ideaVersion = 2016.1
Original file line number Diff line number Diff line change 1
1
<idea-plugin url =" https://github.com/JetBrains/Grammar-Kit" version =" 2" >
2
2
<id >org.jetbrains.idea.grammar</id >
3
- <version >1.4.SNAPSHOT </version >
3
+ <version >1.4.2 </version >
4
4
<
vendor email =
" [email protected] " >Greg Shrago</
vendor >
5
- <idea-version since-build =" 143 .0" until-build =" " />
5
+ <idea-version since-build =" 145 .0" until-build =" " />
6
6
7
7
<name >Grammar-Kit</name >
8
8
<description >BNF Grammars and JFlex lexers editor. Readable parser/PSI code generator.</description >
13
13
14
14
<change-notes >
15
15
<![CDATA[
16
- <p>1.4.x </p>
16
+ <p>1.4.2 </p>
17
17
<ul>
18
18
<li>JFlex: more color options & better AST</li>
19
- <li>Generator/PSI: do not collapse fake rules</li>
19
+ <li>Generator: meta rule parameter as 'recoverWhile' predicate</li>
20
+ <li>Generator: support 'extends' with 'upper' and 'external' modifiers</li>
21
+ <li>Generator/PSI: fix for fake rules PSI accessors calculation</li>
22
+ <li>Generator/PSi: improved methods/classes names generation logic</li>
20
23
</ul>
21
24
<a href="https://github.com/JetBrains/Grammar-Kit#change-log">Full change log...</a>
22
25
]]>
You can’t perform that action at this time.
0 commit comments