You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added keybind for searching text of instructions, in the instructions window (Control + F by default)
Decompiler context supports more references
Support field/method references on method parameters
Support field/method references on a class, even if the referenced field belongs not to that exact class, but one of its parents (excluding interfaces)
Added recently opened file menu
File -> Recent: Shows recenty updated files. Long paths are truncated. Limited to 6 entries by default (but this is customizable in the config, under "other")
Updated CFR decompiler to 141
Cleaned up recompile error logging
What's fixed
Recompiling a decompiled class did not update the class panel
Exported jars did not have verbose ZipFile attributes, such as directory entries. Files were also in random order.
Blockpane error logging always put null as the block title
Special highlights in the instructions window would override the "selected" style, making it hard to keep track of the current selected opcode