Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsh committed Mar 14, 2016
1 parent a976f3e commit 9b1efe1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Open-source plugins built with Grammar-Kit:

Quick links: [Tutorial](TUTORIAL.md), [HOWTO](HOWTO.md), [Standalone usage](#standalone-usage).

Recent changes / 1.2.1
Recent changes / 1.3.0

* Generator/PSI: fix generic and vararg types generation
* Generator/PSI: fix private recursive rules handling
* Generator: made a parser extend com.intellij.lang.LightPsiParser
* Known exceptions fixed, rebuilt with IntelliJ Platform 14.1.4
* Editor: method reference navigation revived
* LivePreview: critical bugs fixed, revitalized
* Generator: "upper" rules initial (no proper analyzer support)
* Generator/GPUB: introduce frame.resultType for manual manipulation
* Generator/Visitor: "visitor-value" generate option to generate Visitor<R>
* Generator: more "generate" options: elements, element-case, token-case


General usage instructions
Expand Down Expand Up @@ -226,6 +226,14 @@ java -jar expression-console-sample.jar
Change log
==========

1.3.0

* LivePreview: critical bugs fixed, revitalized
* Generator: "upper" rules initial (no proper analyzer support)
* Generator/GPUB: introduce frame.resultType for manual manipulation
* Generator/Visitor: "visitor-value" generate option to generate Visitor<R>
* Generator: more "generate" options: elements, element-case, token-case

1.2.1

* Generator/PSI: fix generic and vararg types generation
Expand Down
14 changes: 8 additions & 6 deletions support/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<idea-plugin url="https://github.com/JetBrains/Grammar-Kit" version="2">
<id>org.jetbrains.idea.grammar</id>
<version>1.3.x</version>
<version>1.3.0</version>
<vendor email="[email protected]">Greg Shrago</vendor>
<idea-version since-build="144.0" until-build=""/>
<idea-version since-build="145.0" until-build=""/>

<name>Grammar-Kit</name>
<description>BNF Grammars and JFlex lexers editor. Readable parser/PSI code generator.</description>
Expand All @@ -12,11 +12,13 @@

<change-notes>
<![CDATA[
<p>1.3.x</p>
<p>1.3.0</p>
<ul>
<li>LivePreview: revitalized</li>
<li>Generator: "upper" rules initial</li>
<li>Visitor: option to generate parametrized visitor</li>
<li>LivePreview: critical bugs fixed, revitalized</li>
<li>Generator: "upper" rules initial (no proper analyzer support)</li>
<li>Generator/GPUB: introduce frame.resultType for manual manipulation</li>
<li>Generator/Visitor: "visitor-value" generate option to generate Visitor&lt;R&gt;</li>
<li>Generator: more "generate" options: elements, element-case, token-case</li>
</ul>
<a href="https://github.com/JetBrains/Grammar-Kit#change-log">Full change log...</a>
]]>
Expand Down

0 comments on commit 9b1efe1

Please sign in to comment.