replace hex tags to comment in export, AS2 highlight fixed

This commit is contained in:
Honfika
2013-10-15 22:24:17 +02:00
parent 3be09601c3
commit 79f2f7cd45
3 changed files with 5 additions and 2 deletions
@@ -128,6 +128,7 @@ public class ScriptPack {
abc.script_info[scriptIndex].traits.traits[t].convert(null, "", abcList, abc, false, exportMode, scriptIndex, -1, writer, new ArrayList<String>(), parallel);
}
String s = Graph.removeNonRefenrencedLoopLabels(writer.toString());
s = Helper.hexToComments(s);
fos.write(s.getBytes("utf-8"));
}
}