mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 03:20:45 +00:00
AS3 highlighter - namespaces go to definition
This commit is contained in:
@@ -156,7 +156,8 @@ public class UsageFrame extends AppDialog implements MouseListener {
|
||||
};
|
||||
|
||||
Main.getMainFrame().getPanel().setLoadingScrollPosEnabled(false);
|
||||
if (decompiledTextArea.getClassIndex() == icu.getClassIndex() && abcPanel.abc == newAbc) {
|
||||
if (decompiledTextArea.getScriptIndex() == icu.getScriptIndex() &&
|
||||
(decompiledTextArea.getClassIndex() == icu.getClassIndex() || icu.getClassIndex() == -1) && abcPanel.abc == newAbc) {
|
||||
setTrait.run();
|
||||
} else {
|
||||
decompiledTextArea.addScriptListener(setTrait);
|
||||
|
||||
Reference in New Issue
Block a user