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
@@ -99,7 +99,7 @@ public class FunctionActionItem extends ActionItem {
writer.append(")").newLine();
writer.append("{").newLine();
writer.indent();
writer.appendNoHilight(Graph.graphToString(actions, writer.getIsHighlighted(), false, localData));
Graph.graphToString(actions, writer, false, localData);
writer.unindent();
return writer.append("}");
}