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/TAutoComplete.tmSnippet | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TAutoComplete.tmSnippet (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TAutoComplete.tmSnippet') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TAutoComplete.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TAutoComplete.tmSnippet new file mode 100644 index 00000000..2e257124 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TAutoComplete.tmSnippet @@ -0,0 +1,26 @@ + + + + + content + <com:TAutoComplete + ID="${1:textbox1}" + OnSuggest="${2:$1_suggestNames}" + OnSuggestionSelected="${3:$1_suggestionSelected1}" + ResultPanel.CssClass="${4:acomplete}" + Suggestions.DataKeyField="${5:id}" +> + <prop:Suggestions.ItemTemplate> + <li><%# ${6:\$this->Data['name']} %></li> + </prop:Suggestions.ItemTemplate> +</com:TAutoComplete>$0 + name + TAutoComplete + scope + text.html + tabTrigger + TAutoComplete + uuid + 49C6A148-2B66-4220-849D-C59A21FF4281 + + -- cgit v1.2.3