Merge branch 'dev' into flexcompile

Conflicts:
	libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/ABC.java
	src/com/jpexs/decompiler/flash/gui/locales/MainFrame.properties
This commit is contained in:
Jindra Petřík
2016-08-14 19:55:15 +02:00
82 changed files with 12408 additions and 11924 deletions
@@ -577,7 +577,7 @@ public class ABCPanel extends JPanel implements ItemListener, SearchListener<ABC
}
Main.getDebugHandler().setVariable(((VariableNode) node).parentId, ((VariableNode) node).thisVar.name, valType, symb.value);
//((VariableNode) node).refresh();
Object path[] = new Object[((VariableNode) node).path.size()];
Object[] path = new Object[((VariableNode) node).path.size()];
for (int i = 0; i < path.length; i++) {
path[i] = ((VariableNode) node).path.get(i);
}