mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 16:30:47 +00:00
AS3: Decompiling namespaces
This commit is contained in:
@@ -143,6 +143,13 @@ public class DecompiledEditorPane extends LineMarkedEditorPane implements MouseL
|
||||
|
||||
public void setClassIndex(int index, ABC abc) {
|
||||
setText("//Please wait...");
|
||||
if (index == -1) {
|
||||
highlights = new ArrayList<Highlighting>();
|
||||
traitHighlights = new ArrayList<Highlighting>();
|
||||
methodHighlights = new ArrayList<Highlighting>();
|
||||
classIndex = -1;
|
||||
return;
|
||||
}
|
||||
|
||||
String hilightedCode;
|
||||
if (!bufferedClasses.containsKey(index)) {
|
||||
|
||||
Reference in New Issue
Block a user