diff options
Diffstat (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TRectangleHotSpot.tmSnippet')
-rw-r--r-- | editors/Textmate/Prado.tmbundle/Snippets/TRectangleHotSpot.tmSnippet | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TRectangleHotSpot.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TRectangleHotSpot.tmSnippet new file mode 100644 index 00000000..f0d8c70e --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TRectangleHotSpot.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:TRectangleHotSpot + ${1:HotspotMode="${2:Navigate}" + NavigateUrl="${3:http://www.pradosoft.com}"} + AlternateText="${4:Navigate to pradosoft.com}" + Top="${5:10}" Left="${6:10}" Bottom="${7:110}" Right="${8:110}" />$0</string> + <key>name</key> + <string>TRectangleHotSpot (THotSpot)</string> + <key>scope</key> + <string>text.html</string> + <key>tabTrigger</key> + <string>THotSpot</string> + <key>uuid</key> + <string>BAC66FCD-8C23-48B9-829B-56FE20CCC8E6</string> +</dict> +</plist> |