!7 p { watchQuotedLog_fromStart(mechListAppendLogFile("User actions"), 100, voidfunc(S s) { S text = getString(unstructMap(afterSpace(s)), 'text); new Matches m; for (S line : lines(text)) if (swic(line, "User clicked on actionless button ", m)) { TextImageAction tia = unstruct(m.rest()); if (isSnippetID(tia.toolTip)) showSnippet(tia.toolTip); } }); }