diff options
Diffstat (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TTabPanel.tmSnippet')
-rw-r--r-- | editors/Textmate/Prado.tmbundle/Snippets/TTabPanel.tmSnippet | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TTabPanel.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TTabPanel.tmSnippet new file mode 100644 index 00000000..df365a08 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TTabPanel.tmSnippet @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>content</key> + <string><com:TTabPanel ID="${1:tabpanel1}" ActiveViewIndex="${2:0}"> + ${3:<com:TTabView ID="${4:view1}" Caption="${5:caption1}"> + ${6:<!-- view1 content -->} + </com:TTabView> + <com:TTabView ID="${7:view2}" Caption="${8:caption2}"> + ${9:<!-- view2 content -->} + </com:TTabView>}$0 +</com:TTabPanel></string> + <key>name</key> + <string>TTabPanel</string> + <key>scope</key> + <string>text.html</string> + <key>tabTrigger</key> + <string>TTabPanel</string> + <key>uuid</key> + <string>6175973E-2916-4F52-A6A7-F5C343AA7268</string> +</dict> +</plist> |