merged honfika changes + some fixes to make tests work

This commit is contained in:
Jindra Pet��k
2013-08-25 16:09:42 +02:00
448 changed files with 7155 additions and 626 deletions
@@ -36,8 +36,8 @@ public class FSCommandActionItem extends ActionItem {
}
@Override
public String toString(ConstantPool constants) {
return hilight("fscommand(\"") + Helper.escapeString(command) + hilight("\")");
public String toString(boolean highlight, ConstantPool constants) {
return hilight("fscommand(\"", highlight) + Helper.escapeString(command) + hilight("\")", highlight);
}
@Override