From b916a00d0016119c3f0c140ac679e0ad242115ad Mon Sep 17 00:00:00 2001 From: rojaro <> Date: Mon, 2 Nov 2009 03:17:57 +0000 Subject: added old prado textmate bundle --- .../Textmate/Prado.tmbundle/Snippets/TButton.tmSnippet | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TButton.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TButton.tmSnippet') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TButton.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TButton.tmSnippet new file mode 100644 index 00000000..1b3dab84 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TButton.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TButton ID="${1:button1}" Text="${2:Button Text}" OnClick="${3:${1}_Clicked}" />$0 + name + TButton + scope + text.html + tabTrigger + TButton + uuid + 94E9F86C-36D1-4D5C-808C-E379024299CD + + -- cgit v1.2.3