Recaf
Recaf copied to clipboard
The modern Java bytecode editor
## Classloader support for agent mode Like a normal workspace, allow different resources to be utilized for different classloaders that users can switch between. This is a general UX idea,...
## Phantom class generation optimization Instead of creating all the phantom classes for all the classes in the primary input, we should instead only generate what is necessary for simple...
When class/field/member modifier groups are displayed, its a stack of colored shapes. It would be useful to have on-hover capabilities for these groups to complain the flags enabled in each...
**Describe the bug** Due to a prior bug regarding config IO, the load order of a few things were changed: #221 This unintentionally changed when command plugins were loaded, causing...
# Improved beginner UX ## Assembler For new users in the realm of Java bytecode the text assembler [no longer shows a list of choices](https://github.com/Col-E/Recaf/issues/210#issuecomment-646921480) to select from that are...
With 4207868714cc8f3282a0c71e9946d25585f0a728 comes the ability to translate strings in the GUI. As an English-only speaker I would love any help creating translations. The current lang files can be found in:...
I don't believe there're any bytecode editors support this feature yet. It's not a high priority or very important (IMO, as I can't think of many cases where some changes...
## Plugin Management As of right now, plugin _"management"_ is dragging and dropping folders in the _"plugins"_ directory. It would be easier for users to have a GUI for automating...
## What's new * Classes are now aware of their source type (primary, library, internal library, phantom generated) * Add system for tracking classes that are referenced by code that...
Do you plan to add search and replace feature for the Recaf? That would be awesome.