Version 6.0.1
- Convert to Gradle
- Add support for the new versions of Intellij
- Upgraded ASM to 6.0 and fix some bugs
- Fixed ASM lib classes version
- Upgraded ASM to 5.0.5
- Support bytecode display for inner classes based on the caret position in the active editor
- Fix outline not beeing always updated when file changed
- Upgraded ASM to 5.0
- Upgraded ASM to 4.0
- Updated for IntelliJ IDEA 10.0.2
- Supports showing bytecode for .class files for which we have source code
- Add diff view popup which shows the differences with the previous version of bytecode
- Search in every output directory, including test files
- Support for Groovy @groovyx.ast.bytecode.Bytecode annotation
- Configuration of ASM ClassReader flags
- Configuration of Groovy code style
- Fixed .class files not being found under Windows
- Fixed tool window not opening if output directory doesn't exist
- Added shortcut in "Code" menu
- Do not compile file if up-to-date