From a14d91258718e0069917886ac8f53ebf67701a64 Mon Sep 17 00:00:00 2001
From: EBatTiVo
Date: Wed, 4 Nov 2015 10:00:14 -0800
Subject: [PATCH] Release notes updates for 0.9.7
---
CHANGELOG.md | 19 ++++++++++++++++++-
CONTRIBUTORS.md | 2 --
idea_v14.1.properties | 2 +-
src/META-INF/plugin.xml | 19 ++++++++++++++++++-
4 files changed, 37 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d147dc3d8..e3172750a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,25 @@
#Changelog
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.
+ 0.9.7: (community release)
+
+ - Fix the watch pane when debugging: typing and completion now work.
+ - Load files using canonical names so that sym-linked files use the same buffer
+ as the original file.
+
+ - Use full package name when determining file to open when debugging.
+ - Attempt to follow the classpath to determine which file to open when
+ multiple files have the same package names.
+
+ - Use implicit classpath entries during classpath operations. (e.g. haxe/std)
+ - 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.
+
+ - Remove error embellishments before displaying errors in the debugger variable pane.
+
0.9.6: (community release)
- Fix debugger trying to populate all variables when stopped at a breakpoint.
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index cea951cbd..424ed7e94 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -3,13 +3,11 @@ Recent contributors
- as3boyan
- AS3Boyan
- bjitivo
- - Bryan Ischo
- Carlos Ballesteros Velasco
- EBatTiVo
- Eric B
- Gabor Csomak
- giabao
- - Hays Clark
- Jérémy Faivre
- jeremyfa
- sganapavarapu1
diff --git a/idea_v14.1.properties b/idea_v14.1.properties
index fe4f72d0e..4d6563bd8 100644
--- a/idea_v14.1.properties
+++ b/idea_v14.1.properties
@@ -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.
diff --git a/src/META-INF/plugin.xml b/src/META-INF/plugin.xml
index 5a44c5a8d..e3e6d4762 100644
--- a/src/META-INF/plugin.xml
+++ b/src/META-INF/plugin.xml
@@ -29,12 +29,29 @@
com.intellij.flex
com.intellij.modules.ultimate
- 0.9.6 for @plugin.compatibility.description@
+ 0.9.7 for @plugin.compatibility.description@
This build is compatible with @plugin.compatibility.description@
It was built using IDEA build @idea.sdk.version@
+ 0.9.7: (community release)
+
+ - Fix the watch pane when debugging: typing and completion now work.
+ - Load files using canonical names so that sym-linked files use the same buffer
+ as the original file.
+
+ - Use full package name when determining file to open when debugging.
+ - Attempt to follow the classpath to determine which file to open when
+ multiple files have the same package names.
+
+ - Use implicit classpath entries during classpath operations. (e.g. haxe/std)
+ - 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.
+
+ - Remove error embellishments before displaying errors in the debugger variable pane.
+
0.9.6: (community release)
- Fix debugger trying to populate all variables when stopped at a breakpoint.