Skip to content

Commit

Permalink
Version 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkyenus committed Aug 16, 2015
1 parent 45dff81 commit cd2856a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,23 @@
<idea-version since-build="139.1117"/>
<depends>com.intellij.modules.lang</depends>

<version>1.9</version>
<version>1.10</version>
<change-notes><![CDATA[
<p>1.10</p>
<ul>
<li>Rewrite preprocessor token parsing to be much more robust</li>
<li>Parse multidimensional struct members correctly</li>
<li>Improve autocomplete and finding usages</li>
<li>Parse switch statements correctly</li>
<li>Overhaul new file creation, allow custom templates for all supported file extensions</li>
<li>Warn on incorrect array indexes</li>
<li>Warn on incorrect const variable handling</li>
<li>Add function parameter lookup</li>
<li>Support 4.50 opaque types (samplers)</li>
<li>Many smaller fixes and improvements</li>
</ul>
<p>1.9</p>
<ul>
<li>Vastly improved under-the-hood handling of types, operators and arrays</li>
Expand Down

0 comments on commit cd2856a

Please sign in to comment.