More hilighting fix

This commit is contained in:
Jindra Petřík
2023-09-30 19:23:52 +02:00
parent 1b35496f4f
commit d5de31973e
3 changed files with 13 additions and 6 deletions

View File

@@ -1393,6 +1393,11 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<Scr
setVisible(true);
}
/**
* Hilights specific script.
* @param openable
* @param name Full name of the script. It must be printable - deobfuscated, not raw!
*/
public void hilightScript(Openable openable, String name) {
TreeItem scriptNode = null;