From 50658ae083df244726aa9b663682a1abf0bdc17a Mon Sep 17 00:00:00 2001 From: opticyclic Date: Sun, 4 May 2014 21:21:54 -0400 Subject: [PATCH] Add more notes about rename to readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90e90ee..de6a9c7 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,12 @@ antdebugger IntelliJ IDEA Plugin - Ant Debugger -This is a fork of AntDebugger v1.1.6 from http://plugins.jetbrains.com/plugin?pr=idea&pluginId=4526 +This is a fork of AntDebugger v1.1.6 from [http://plugins.jetbrains.com/plugin?pr=idea&pluginId=4526](http://plugins.jetbrains.com/plugin?pr=idea&pluginId=4526) -It has been updated to compile and run with IDEA v12. +It has been updated to compile and run with IDEA v13. + +v1.2.0 was the first version that was compiled to work with IDEA v12. However, it had bugs and the extensions in IDEA have now changed enough in v13 to make it difficult work with IDEA v12 and v13. + +v.1.3.0 is the current version. The plugin name has v1.2.0 in it because it wasn't renamed well during the fork. + +Hopefully this can get folded into [IDEA Community core](https://github.com/JetBrains/intellij-community/tree/master/plugins/ant).