mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-16 16:22:04 +00:00
More hilighting fix
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user