Skip to content

Beta 7

Pre-release
Pre-release

Choose a tag to compare

@Col-E Col-E released this 21 Oct 11:33
· 5264 commits to master since this release

What's New

  • Look and feel can be set from the options menu
    • Persists in "rcoptions.json". If you want a theme that does not appear, edit the json and add your LAF to the classpath. It will be applied on launch.
  • A file can be loaded at launch via command line java -jar recaf.jar MyJarFile.jar
  • The color scheme of the opcode and member lists can be updated in "rcstyle.json"
  • Searching references to members can be done by right clicking them and clicking "Find references"

What's Changed

  • Clicking opcode results in the search menu opens the method's opcodes and selects the specific index
    • Before, would only open the containing class.
  • Member attributes moved from separate windows into definition window. This is found by selecting "Edit definition" from the right-click context menu.
  • Search result trees are expanded by default
  • Gui labels / inputs align to a grid

Note: If releases are not up to date, you can download or clone the repository and run mvn compile package to generate the very latest build.