diff options
Diffstat (limited to 'editors/Textmate/Prado.tmbundle/Snippets/TPolygonHotSpot.tmSnippet')
-rw-r--r-- | editors/Textmate/Prado.tmbundle/Snippets/TPolygonHotSpot.tmSnippet | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TPolygonHotSpot.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TPolygonHotSpot.tmSnippet new file mode 100644 index 00000000..d2dfec33 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TPolygonHotSpot.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:TPolygonHotSpot + ${1:HotspotMode="${2:Navigate}" + NavigateUrl="${3:http://www.pradosoft.com}"} + AlternateText="${4:Navigate to pradosoft.com}" + Coordinates="${5:200,137,255}" />$0</string> + <key>name</key> + <string>TPolygonHotSpot (THotSpot)</string> + <key>scope</key> + <string>text.html</string> + <key>tabTrigger</key> + <string>THotSpot</string> + <key>uuid</key> + <string>3CFAD67E-EE9F-49F9-B606-D414E73ED8F7</string> +</dict> +</plist> |