Skip to content

JDA 0.0.7

Compare
Choose a tag to compare
@rcx rcx released this 19 Nov 00:14
· 110 commits to master since this release

Build 12

Internal

The refactors made are a cornerstone for future work for features like xrefs.

  • Forked RSyntaxTextArea.
  • Renamed main package.
  • Rewrote a large portion of the file handling.

Decompilation

  • Labels in the bytecode disassembly are now interactive and you can click on them to navigate to their declarations.
  • Customized lexing for bytecode.

UI

  • Changed use model for file tree. Adding folders now just adds individual files to the trees. File containers now use absolute names. This fixes a number of edge cases relating to file containers.
  • Disabled option to not add brackets to labels.
  • Disabled update check option.