highlights: new lines removed from hilight call, some not highlighted strings are highlighted

This commit is contained in:
Honfika
2013-08-25 16:57:22 +02:00
parent b28e8de18f
commit fa48f9478f
73 changed files with 343 additions and 110 deletions
@@ -40,7 +40,7 @@ public class EnumerateActionItem extends ActionItem {
@Override
public String toString(boolean highlight, ConstantPool constants) {
return "enumerate " + object.toString(highlight, Helper.toList(constants));
return hilight("enumerate ", highlight) + object.toString(highlight, Helper.toList(constants));
}
@Override