cancellable search, strongly typed configuraion fields (later they will be listed on the advanced settings page)

This commit is contained in:
Honfika
2013-11-07 21:18:18 +01:00
parent 17173aef00
commit b3dc9a4d13
213 changed files with 734 additions and 469 deletions
@@ -48,7 +48,7 @@ public class FSCommand2ActionItem extends ActionItem {
}
@Override
protected GraphTextWriter appendTo(GraphTextWriter writer, LocalData localData) {
protected GraphTextWriter appendTo(GraphTextWriter writer, LocalData localData) throws InterruptedException {
writer.append("FSCommand2(");
command.toString(writer, localData);
for (int t = 0; t < arguments.size(); t++) {