diff options
Diffstat (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TListBox.tmSnippet')
-rw-r--r-- | editors/Textmate/Prado.tmbundle/Snippets/TListBox.tmSnippet | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TListBox.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TListBox.tmSnippet new file mode 100644 index 00000000..a450881e --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TListBox.tmSnippet @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>content</key> + <string><com:TListBox ID="${1:listBox1}"> + ${2:<com:TListItem Value="${3:value 1}" Text="${4:item 1}" /> + <com:TListItem Value="${5:value 2}" Text="${6:item 2}" />}$0 +</com:TListBox></string> + <key>name</key> + <string>TListBox</string> + <key>scope</key> + <string>text.html</string> + <key>tabTrigger</key> + <string>TListBox</string> + <key>uuid</key> + <string>665F3D21-16F5-40FF-8339-A9A101400D10</string> +</dict> +</plist> |