more stringbuilders

This commit is contained in:
Honfika
2013-10-13 19:36:57 +02:00
parent f325ba0db7
commit 31bca9c8fe
44 changed files with 249 additions and 170 deletions

View File

@@ -40,7 +40,7 @@ public class BlockItem extends GraphTargetItem {
protected HilightedTextWriter appendTo(HilightedTextWriter writer, LocalData localData) {
writer.append("{").newLine();
writer.indent();
writer.appendNoHilight(Graph.graphToString(commands, writer.getIsHighlighted(), false, localData));
Graph.graphToString(commands, writer, false, localData);
writer.newLine();
writer.unindent();
return writer.append("}");