171172173174175176177178179180181
case 'h': if (replacement!=null) { s.replace(replacement); } if (relative==RELATIVE_EDIT) { s.prependNewSibling(); } else { c.selectLeft(); setMessage(current.toString()); } break;
307308309310311312313314315316317
if (!ok) return; // TODO: What about current.isRoot()? if (replacement!=null) { s.replace(replacement); } s.prependNewSibling(); clear(); } public void appendNewChild() { Argument current = getSelection().getCurrent();