ABCExplorer - show selected script/method/trait/class in main window

This commit is contained in:
Jindra Petřík
2023-09-30 15:34:53 +02:00
parent 4fc5861db2
commit f0f17d70eb
5 changed files with 261 additions and 10 deletions

View File

@@ -1460,6 +1460,7 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<Scr
}
}
mainPanel.setTagTreeSelectedNode(mainPanel.getCurrentTree(), (TreeItem) item);
mainPanel.reload(true);
}
public void hilightScript(ScriptPack pack) {