sS dm_showTextInCodeEditor(S text) { S mod = dm_newEditor(); dm_call(mod, "setText", text); ret mod; }