Skip to content

Commit

Permalink
IntelliJ IDEA plugin screen shots
Browse files Browse the repository at this point in the history
  • Loading branch information
ingokegel committed Nov 11, 2016
1 parent 104b8b6 commit 2ffe05b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -6,6 +6,18 @@ jclasslib bytecode viewer is a tool that visualizes all aspects of compiled Java

![Main window](web/screenshots/main.png)

## IntelliJ IDEA plugin

There is a plugin for IntelliJ IDEA that can be installed via the plugin manager. The action in the "View menu"
can be invoked when a Java, Groovy or Kotlin file is open in the editor.

![IntelliJ IDEA action](web/screenshots/ij_action.png)

The bytecode will be shown in the "jclasslib" tool window on the right hand side. Multiple class files can be open
at the same time.

![IntelliJ IDEA action](web/screenshots/ij_window.png)

## License

jclasslib bytecode viewer is released under the [GPL, Version 2.0](https://www.gnu.org/licenses/gpl-2.0.html).
Expand Down
Binary file added web/screenshots/ij_action.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/screenshots/ij_window.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2ffe05b

Please sign in to comment.