mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 15:51:33 +00:00
AS3 highlighter - namespaces go to definition
This commit is contained in:
@@ -1034,6 +1034,14 @@ public class DecompiledEditorPane extends DebuggableEditorPane implements CaretL
|
||||
public int getClassIndex() {
|
||||
return classIndex;
|
||||
}
|
||||
|
||||
public int getScriptIndex() {
|
||||
ScriptPack pack = getScriptLeaf();
|
||||
if (pack == null) {
|
||||
return -1;
|
||||
}
|
||||
return pack.scriptIndex;
|
||||
}
|
||||
|
||||
private ABC getABC() {
|
||||
return script == null ? null : script.abc;
|
||||
|
||||
Reference in New Issue
Block a user