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 --- .../Prado.tmbundle/Snippets/TActiveListBox.tmSnippet | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveListBox.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TActiveListBox.tmSnippet') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveListBox.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveListBox.tmSnippet new file mode 100644 index 00000000..684df869 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveListBox.tmSnippet @@ -0,0 +1,19 @@ + + + + + content + <com:TActiveListBox ID="${1:listBox1}"> + ${2:<com:TListItem Value="${3:value 1}" Text="${4:item 1}" /> + <com:TListItem Value="${5:value 2}" Text="${6:item 2}" />}$0 +</com:TActiveListBox> + name + TActiveListBox + scope + text.html + tabTrigger + TActiveListBox + uuid + 1CF971B4-2744-465D-8FD7-D464B3C44BA9 + + -- cgit v1.2.3