From bb1b020a37785acf824c7c76bf5a1f868e826297 Mon Sep 17 00:00:00 2001 From: ctrlaltca <> Date: Tue, 24 Jul 2012 18:45:25 +0000 Subject: updated plugin for textmate editor (works on "sublime text editor 2", too): added activecontrols --- .../Snippets/TActiveImageButton.tmSnippet | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveImageButton.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TActiveImageButton.tmSnippet') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveImageButton.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveImageButton.tmSnippet new file mode 100644 index 00000000..b008a27c --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveImageButton.tmSnippet @@ -0,0 +1,22 @@ + + + + + content + <com:TActiveImageButton + ID="${1:imageButton1}" + ImageUrl=<%~ ${2:hello_world.gif} %> + Text="${3:hello world}" + OnClick="${4:${1}_Clicked}" + OnCallback="${5:${1}_oncallback}" +/>$0 + name + TActiveImageButton + scope + text.html + tabTrigger + TActiveImageButton + uuid + 3773B612-FAE7-4A6F-8F9A-382CC9ABEF56 + + -- cgit v1.2.3