diff options
Diffstat (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TListControlValidator.tmSnippet')
-rw-r--r-- | editors/Textmate/Prado.tmbundle/Snippets/TListControlValidator.tmSnippet | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TListControlValidator.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TListControlValidator.tmSnippet new file mode 100644 index 00000000..db2798fe --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TListControlValidator.tmSnippet @@ -0,0 +1,20 @@ +<?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:TListControlValidator + ControlToValidate="${1:controlIDToValidate}" + MinSelection="${2:2}"${3: + RequiredSelection="${4:value1}"} + ErrorMessage="${6:selection required}" />$0</string> + <key>name</key> + <string>TListControlValidator (TValidator)</string> + <key>scope</key> + <string>text.html</string> + <key>tabTrigger</key> + <string>TValidator</string> + <key>uuid</key> + <string>0353A694-1EE5-46E0-AC72-2F1631B441CB</string> +</dict> +</plist> |