mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 17:30:47 +00:00
Added: AS3 - code completion (properties and methods)
This commit is contained in:
@@ -1139,6 +1139,11 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<Scr
|
||||
return typeToPath(it);
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<String> getClassTraitNames(Path className, boolean getStatic, boolean getInstance, boolean getInheritance) {
|
||||
return new ArrayList<>(abc.getSwf().getAbcIndex().getClassTraitNames(new TypeItem(className.toString()), abc, decompiledTextArea.getScriptIndex(), getStatic, getInstance, getInheritance));
|
||||
}
|
||||
|
||||
});
|
||||
decompiledTextArea.addScriptListener(new Runnable() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user