From c9abae64d4ccc54570d5cf51e9b3a6f54877e5c3 Mon Sep 17 00:00:00 2001 From: rojaro <> Date: Mon, 2 Nov 2009 06:28:17 +0000 Subject: added a few new snippets to the textmate bundle --- .../Prado.tmbundle/Snippets/TDataGrid.tmSnippet | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TDataGrid.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TDataGrid.tmSnippet') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TDataGrid.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TDataGrid.tmSnippet new file mode 100644 index 00000000..db6510e3 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TDataGrid.tmSnippet @@ -0,0 +1,18 @@ + + + + + content + <com:TDataGrid ID="${1:grid1}" AutoGenerateColumns="${2:true}"> + $0 +</com:TDataGrid> + name + TDataGrid + scope + text.html + tabTrigger + TDataGrid + uuid + D2EAFC46-26B5-40BB-A4B7-8B10C856AF3B + + -- cgit v1.2.3