Skip to content

Commit

Permalink
Merge 095Preview branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
EBatTiVo committed Jul 14, 2015
2 parents b3f47e8 + d2fe3c4 commit 3f8574e
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,22 @@
<depends optional="true" config-file="flex-debugger-support.xml">com.intellij.flex</depends>
<depends optional="true" config-file="debugger-support.xml">com.intellij.modules.ultimate</depends>

<version>0.9.5 for @plugin.compatibility.description@</version>
<version>0.9.5.TiVo.preview for @plugin.compatibility.description@</version>
<change-notes>
<![CDATA[
<p>This build is compatible with @plugin.compatibility.description@</p>
<p>It was built using IDEA build @idea.sdk.version@</p>
<p/>
<p>0.9.5: (community release)</p>
<p>0.9.5.TiVo.preview: (community release)</p>
<ul>
<li>Fix Cut/Copy/Paste not work #196</li>
<li>Add new typing support for type checking and completion. (Thanks to Carlos Ballesteros!) (Issues #288,#291,#308,#317)</li>
<li>Support static extensions in completion. (Again, Thanks, Carlos!)<li>
<li>Fix debugger getting stuck "collecting data" for some variables (particularly, "this"). (Issue #325)</li>
<li>Better compiler error highlighting. (Issue #180 redux.)</li>
<li>Fix Cut/Copy/Paste buffer inconsistencies (Issue #196)</li>
<li>Add generics support. (First level only, chained sequences remain incomplete.)</li>
<li>Allow object literals as return statements. (Issue #278)</li>
<li>Fix NPE during annotation, causing annotation to stop. (Issue #316)</li>
</ul>
<p>0.9.4: (community release)</p>
<ul>
Expand Down

0 comments on commit 3f8574e

Please sign in to comment.