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 --- .../Prado.tmbundle/Snippets/TActivePager.tmSnippet | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActivePager.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TActivePager.tmSnippet') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActivePager.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActivePager.tmSnippet new file mode 100644 index 00000000..bff6a489 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActivePager.tmSnippet @@ -0,0 +1,20 @@ + + + + + content + <com:TActivePager + ControlToPaginate="${2:dataGrid1}" + OnPageIndexChanged="${3:pagerIndexChanged}" + OnCallback="${4:pagerCallback}" +/>$0 + name + TActivePager + scope + text.html + tabTrigger + TActivePager + uuid + DB28C735-5DDB-4444-8287-0CEBCA238D0C + + -- cgit v1.2.3