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 --- .../Prado.tmbundle/Snippets/ControlProp.tmSnippet | 16 ++++++++++++++++ .../Prado.tmbundle/Snippets/TDraggable.tmSnippet | 16 ++++++++++++++++ .../Snippets/TDropDownListColumn.tmSnippet | 16 ++++++++++++++++ .../Prado.tmbundle/Snippets/TEditCommandColumn.tmSnippet | 16 ++++++++++++++++ 4 files changed, 64 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/ControlProp.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TDraggable.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TDropDownListColumn.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TEditCommandColumn.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/ControlProp.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/ControlProp.tmSnippet new file mode 100644 index 00000000..799b2c57 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/ControlProp.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <prop:${1:PropertyName}>$0</prop:${1}> + name + Control Prop + scope + text.html + tabTrigger + prop + uuid + 7E08C606-3EE5-4486-AB50-9B48E27D27D5 + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TDraggable.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TDraggable.tmSnippet new file mode 100644 index 00000000..4dff1f1f --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TDraggable.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TDraggable Handle="${1:idOrClass}" Revert="${2:false}" Ghosting="${3:false}" />$0 + name + TDraggable + scope + text.html + tabTrigger + TDraggable + uuid + D0891731-B0CE-4388-93C9-5B4E74F2DFD1 + + 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 + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TEditCommandColumn.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TEditCommandColumn.tmSnippet new file mode 100644 index 00000000..6e232914 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TEditCommandColumn.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TEditCommandColumn ButtonType="${1:LinkButton}" EditText="${2:Edit}" UpdateText="${3:Update}" CancelText="${4:Cancel}" />$0 + name + TEditCommandColumn + scope + text.html + tabTrigger + TEditCommandColumn + uuid + 8ADE1659-40F7-46AB-A7E8-1D813734865F + + -- cgit v1.2.3