melix / asm-bytecode-intellij

An ASM (http://asm.ow2.org/) plugin for IntelliJ IDEA
69 stars 44 forks source link

Fixed resolution of expand frame property #20

Closed raphw closed 7 years ago

raphw commented 8 years ago

The expandFrame option is resolved incorrectly and tied to the skip code property. This makes it effectively impossible to use the option as frames are only displayed embedded in code.

melix commented 7 years ago

Almost a year after you submitted the PR. Not too bad :D Sorry for missing this :p

raphw commented 7 years ago

No worries, I think the IntelliJ plugin API has also changed in the meantime ;(