A bunch of changes for 2.9.3
* -----2.9.3-----: * 02/28/2015 - Added drag and drop for any file. * 02/28/2015 - Added ctrl + w to close the current opened tab. * 02/28/2015 - Updated to CFR 0_97.jar * 02/28/2015 - Fixed a concurrency issue with the decompilers. * 02/28/2015 - Added image resize via scroll on mouse. * 02/28/2015 - Added resource refreshing. * 02/28/2015 - Im Frizzy started working on Obfuscation.
This commit is contained in:
parent
90241eb232
commit
a1dc3aecc6
26 changed files with 378 additions and 170 deletions
|
@ -8,6 +8,6 @@ public class Skeleton extends Plugin {
|
|||
public void execute(ArrayList<ClassNode> classNodesList) {
|
||||
PluginConsole gui = new PluginConsole("Skeleton");
|
||||
gui.setVisible(true);
|
||||
gui.appendText("exceuted skeleton");
|
||||
gui.appendText("executed skeleton");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue