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/TActiveRepeater.tmSnippet | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveRepeater.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TActiveRepeater.tmSnippet') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveRepeater.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveRepeater.tmSnippet new file mode 100644 index 00000000..63fa9f69 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveRepeater.tmSnippet @@ -0,0 +1,29 @@ + + + + + content + <com:TActiveRepeater ID="${1:repeater1}" DataKeys="${2:Data key field}"> + <prop:EmptyTemplate> + ${3:<!-- content -->} + </prop:EmptyTemplate> + <prop:HeaderTemplate> + ${4:<!-- content -->} + </prop:HeaderTemplate> + <prop:ItemTemplate> + ${5:<!-- content -->} + </prop:ItemTemplate> + <prop:FooterTemplate> + ${6:<!-- content -->} + </prop:FooterTemplate> +</com:TActiveRepeater> + name + TActiveRepeater + scope + text.html + tabTrigger + TActiveRepeater + uuid + 2A8B6705-FDDB-42E3-9332-9BC8C8293B7B + + -- cgit v1.2.3