From c9abae64d4ccc54570d5cf51e9b3a6f54877e5c3 Mon Sep 17 00:00:00 2001 From: rojaro <> Date: Mon, 2 Nov 2009 06:28:17 +0000 Subject: added a few new snippets to the textmate bundle --- .../Prado.tmbundle/Snippets/TLinkButton.tmSnippet | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TLinkButton.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TLinkButton.tmSnippet') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TLinkButton.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TLinkButton.tmSnippet new file mode 100644 index 00000000..ca1a3297 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TLinkButton.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TLinkButton ID="${1:linkButton1}" Text="${2:Click Me}" OnClick="${3:${1}_Clicked}" />$0 + name + TLinkButton + scope + text.html + tabTrigger + TLinkButton + uuid + 4E663D10-670D-4526-8848-0AC2666592C0 + + -- cgit v1.2.3