java-runtime-decompiler
java-runtime-decompiler copied to clipboard
Currently, not a lot of things with the GUI are explained nor straight-forward, and the problem only gets bigger with adding more features. The experience for a first-time user of...
as current agent have also its benefits, it would be nice if this behaviour woudl be configurable through agent arguments.
* as another buffer * save to config dir by FQN. bytman * extend text buffers - extended save, load, autocompelte etc... * offer to create second, remote agent (to...
Currently, `Cli.java` contains both actual CLI-handling methods and static methods happily utilized by the GUI. Mix in the stdout/err outputing that CLI-handling has to do, and you get a mess....
``` git clone [email protected]:mstrobel/procyon.git JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk ./gradlew install ``` to push it to local repos. The jdk8 may be problem....
Each plugi json, and so its gui, shoudl be able to save user user-editable default swithces. This implies another method into wrappers - print help. Cfr and procyon 0.6 and...

I would like to discuss the logging issue before making a new release. @judovana once suggested that CPLC should log everything using the provided `MessagesListener` with level to mark the...
After adding a lot of operations to agent and backing them with Cli integration tests, a sort of backwards compatibility is lost when people have old agents lying around. Tests...