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 --- .../Prado.tmbundle/Snippets/TCheckBoxList.tmSnippet | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TCheckBoxList.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TCheckBoxList.tmSnippet') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TCheckBoxList.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TCheckBoxList.tmSnippet new file mode 100644 index 00000000..0534c429 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TCheckBoxList.tmSnippet @@ -0,0 +1,19 @@ + + + + + content + <com:TCheckBoxList ID="${1:checkBoxList1}"> + ${2:<com:TListItem Value="${3:value 1}" Text="${4:item 1}" /> + <com:TListItem Value="${5:value 2}" Text="${6:item 2}" />}$0 +</com:TCheckBoxList> + name + TCheckBoxList + scope + text.html + tabTrigger + TCheckBoxList + uuid + 76F11AC6-D441-4059-A70A-E3BB739EE515 + + -- cgit v1.2.3