Skip to content

Commit

Permalink
Release notes updates for 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
EBatTiVo committed Nov 4, 2015
1 parent 355b357 commit a14d912
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 5 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
#Changelog
<p>
Warning: This plugin will NOT work correctly using IDEA version 14.1.2. It works well with
versions 14.1 and 14.1.1, and 14.1.3.
versions 14.1 and 14.1.1, 14.1.3, and 14.1.4.
</p>
<p>0.9.7: (community release)</p>
<ul>
<li>Fix the watch pane when debugging: typing and completion now work.</li>
<li>Load files using canonical names so that sym-linked files use the same buffer
as the original file.
</li>
<li>Use full package name when determining file to open when debugging.</li>
<li>Attempt to follow the classpath to determine which file to open when
multiple files have the same package names.
</li>
<li>Use implicit classpath entries during classpath operations. (e.g. haxe/std)</li>
<li>Remove "statics of XXX" from the debugger variable window pane. (The Haxe debugger
at http://github.com/tivo/hxcpp-debugger has been updated to show statics
as part of the object tree for objects in view.
</li>
<li>Remove error embellishments before displaying errors in the debugger variable pane.</li>
</ul>
<p>0.9.6: (community release)</p>
<ul>
<li>Fix debugger trying to populate all variables when stopped at a breakpoint.</li>
Expand Down
2 changes: 0 additions & 2 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ Recent contributors
- as3boyan <[email protected]>
- AS3Boyan <[email protected]>
- bjitivo <[email protected]>
- Bryan Ischo <[email protected]>
- Carlos Ballesteros Velasco <[email protected]>
- EBatTiVo <[email protected]>
- Eric B <[email protected]>
- Gabor Csomak <[email protected]>
- giabao <[email protected]>
- Hays Clark <[email protected]>
- Jérémy Faivre <[email protected]>
- jeremyfa <[email protected]>
- sganapavarapu1 <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion idea_v14.1.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
idea.version=14.1

# Human-readable versions of IDEA that this build is compatible with.
plugin.compatibility.description=IDEA 14.1.3
plugin.compatibility.description=IDEA 14.1.4

# ###################################################
# IDEA build IDs that are compatible with this plugin.
Expand Down
19 changes: 18 additions & 1 deletion src/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,29 @@
<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.6 for @plugin.compatibility.description@</version>
<version>0.9.7 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.7: (community release)</p>
<ul>
<li>Fix the watch pane when debugging: typing and completion now work.</li>
<li>Load files using canonical names so that sym-linked files use the same buffer
as the original file.
</li>
<li>Use full package name when determining file to open when debugging.</li>
<li>Attempt to follow the classpath to determine which file to open when
multiple files have the same package names.
</li>
<li>Use implicit classpath entries during classpath operations. (e.g. haxe/std)</li>
<li>Remove "statics of XXX" from the debugger variable window pane. (The Haxe debugger
at http://github.com/tivo/hxcpp-debugger has been updated to show statics
as part of the object tree for objects in view.
</li>
<li>Remove error embellishments before displaying errors in the debugger variable pane.</li>
</ul>
<p>0.9.6: (community release)</p>
<ul>
<li>Fix debugger trying to populate all variables when stopped at a breakpoint.</li>
Expand Down

0 comments on commit a14d912

Please sign in to comment.