!7 p-experiment { watchQuotedLog_future(mechListAppendLogFile("User actions"), 100, voidfunc(S s) { S text = getString(unstructMap(afterSpace(s)), 'text); print("Have text: " + text); new Matches m; for (S line : lines(text)) if (swic(afterSquareBracketStuff(line), "User clicked on actionless button ", m)) { TextImageAction tia = unstruct_autoCast(m.rest()); if (isSnippetID(tia.toolTip)) showSnippet(tia.toolTip); } }); noMainDone(); }