java-runtime-decompiler icon indicating copy to clipboard operation
java-runtime-decompiler copied to clipboard

Results 22 java-runtime-decompiler issues
Sort by recently updated
recently updated
newest added

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...

good first issue
low priority
client frontend

as current agent have also its benefits, it would be nice if this behaviour woudl be configurable through agent arguments.

enhancement
agent

* 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....

client backend

``` 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...

![MainFrameScreenshot](https://user-images.githubusercontent.com/47597303/63510098-01977e00-c4de-11e9-8a72-24cec35bbc79.png)

images

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...

enhancement
good first issue
agent