mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 11:14:50 +00:00
Added Deobfuscation and its options as icons on script panel toolbar
This commit is contained in:
@@ -1587,6 +1587,7 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
}
|
||||
|
||||
public void updateClassesList() {
|
||||
String selectionPath = getCurrentTree().getSelectionPathString();
|
||||
List<TreeItem> nodes = getASTreeNodes(tagTree);
|
||||
boolean updateNeeded = false;
|
||||
for (TreeItem n : nodes) {
|
||||
@@ -1601,6 +1602,11 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
if (updateNeeded) {
|
||||
tagTree.updateUI();
|
||||
}
|
||||
TreePath tp = getCurrentTree().getTreePathFromString(selectionPath);
|
||||
if (tp != null)
|
||||
{
|
||||
getCurrentTree().setSelectionPath(tp);
|
||||
}
|
||||
}
|
||||
|
||||
private boolean isFilterEmpty(String filter) {
|
||||
|
||||
Reference in New Issue
Block a user