Skip to content

Commit

Permalink
version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
david0 committed Jun 22, 2015
1 parent 2dd87fe commit df752fd
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>idea.plugins.prado</id>
<name>PRADO Plugin</name>
<version>0.1</version>
<version>0.2</version>
<vendor email="david0@github.com" url="http://github.com/david0/">David Otto</vendor>

<description><![CDATA[
Expand All @@ -14,6 +14,9 @@ for PHPStorm/IDEA.
<li>Syntax highlighting</li>
<li>Autocompletion for control names</li>
<li>Autocompletion for attribute names</li>
<li>Quick documentation for controls and attributes</li>
<li>Goto control declaration</li>
<li>Goto attribute declaration</li>
<li>Check for used control types</li>
<li>Check for used control properties including quickfixes</li>
</ul>
Expand All @@ -24,7 +27,15 @@ for PHPStorm/IDEA.
]]></description>

<change-notes><![CDATA[
0.1: initial release
<h2>0.2</h2>
<ul>
<li>Quick documentation for controls and attributes</li>
<li>Goto control declaration</li>
<li>Goto attribute declaration</li>
<li>Improved autocompletion using type inheritance</li>
</ul>
<h2>0.1</h2>
initial release
]]>
</change-notes>

Expand Down

0 comments on commit df752fd

Please # to comment.