AS3: Decompiling namespaces

This commit is contained in:
Jindra Pet��k
2012-12-28 22:49:19 +01:00
parent a40db28465
commit 18b281ebb2
42 changed files with 345 additions and 201 deletions
@@ -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)) {