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/TDropContainer.tmSnippet | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TDropContainer.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TDropContainer.tmSnippet') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TDropContainer.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TDropContainer.tmSnippet new file mode 100644 index 00000000..fb6951de --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TDropContainer.tmSnippet @@ -0,0 +1,25 @@ + + + + + content + <com:TDropContainer + CssClass="${1:cart}" + ID="${2:cart}" + AcceptCssClass="${3:draggable}" + HoverCssClass="${4:cart-hover}" + OnDrop="${5:addItemToCart}" + OnCallback="${6:redrawCart}" +> +<!-- content --> +</com:TDropContainer> + name + TDropContainer + scope + text.html + tabTrigger + TDropContainer + uuid + 427727D2-E017-48F9-BA6D-4D7435395419 + + -- cgit v1.2.3