static L recentlyChangedSnippetsForNiceButtons() { ret map(recentlyChangedSnippets(), func(Snippet s) -> TextImageAction { textImageActionToolTip(s.title, #1101241, null, s.id) }); }