!7 sclass Pattern { S text, function; } cmodule ELEPatterns > DynObjectTable { start { doEvery(1.0, r grab); } void grab enter { if (!ele_on()) ret; S input = ele_currentInput(); if (empty(input)) ret with clear(); Cl l = ele_pastInputs(); setData(quickImport(filter(l, e -> eqic(getString text(e), input)))); } }