static S loadSnippetWithAutoRestart(S snippetID) { S text = loadSnippet(snippetID); autoRestartOnSnippetChange(snippetID); ret text; }