localdata fixes

This commit is contained in:
Honfika
2013-10-13 13:59:44 +02:00
parent 407598ee28
commit 7cd3f79dd1
108 changed files with 355 additions and 279 deletions
@@ -2160,7 +2160,7 @@ public class Graph {
HilightedTextWriter writer = new HilightedTextWriter(highlight);
for (GraphTargetItem ti : tree) {
if (!ti.isEmpty()) {
ti.toStringSemicoloned(writer, localData.constants).appendNewLine();
ti.toStringSemicoloned(writer, localData).appendNewLine();
}
}
String[] parts = writer.toString().split("\r\n");