From 8b9c38799b3d32f6841e43ce855849ba46d0bb35 Mon Sep 17 00:00:00 2001 From: rojaro <> Date: Mon, 2 Nov 2009 07:34:41 +0000 Subject: added a few more snippets to the textmate bundle --- .../Snippets/TDropDownListColumn.tmSnippet | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TDropDownListColumn.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TDropDownListColumn.tmSnippet') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TDropDownListColumn.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TDropDownListColumn.tmSnippet new file mode 100644 index 00000000..721def56 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TDropDownListColumn.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TDropDownListColumn DataTextField="${2:Field Name from Data Source}" DataValueField="${3:Field Name from Data Source}" HeaderText="${4:Dropdown}" />$0 + name + TDropDownListColumn + scope + text.html + tabTrigger + TDropDownListColumn + uuid + F360A174-E4F9-466C-8017-BDE954ED0098 + + -- cgit v1.2.3