Commit 26e02548eca94a4733ff92c1649efacd7d679e34
- Date: Mon Apr 21 21:32:13 +0000 2008
- Committer: Tim Harper (timcharper@gmail.com)
- Author: Tim Harper (timcharper@gmail.com)
- Commit SHA1: 26e02548eca94a4733ff92c1649efacd7d679e34
- Tree SHA1: 78c0e61df9ee1d000b9d185943cb3d7b642d1c3c
renamed extension for go-to-external-file to "tmCommand", so textmate will see it
Commit diff
| |   |
| 0 | | <?xml version="1.0" encoding="UTF-8"?> |
| 1 | | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
| 2 | | <plist version="1.0"> |
| 3 | | <dict> |
| 4 | | <key>beforeRunningCommand</key> |
| 5 | | <string>nop</string> |
| 6 | | <key>command</key> |
| 7 | | <string>#!/usr/bin/env ruby |
| 8 | | require "#{ENV['TM_BUNDLE_SUPPORT']}/lib/go_to_external.rb" |
| 9 | | |
| 10 | | GoToExternal.run</string> |
| 11 | | <key>fallbackInput</key> |
| 12 | | <string>word</string> |
| 13 | | <key>input</key> |
| 14 | | <string>document</string> |
| 15 | | <key>keyEquivalent</key> |
| 16 | | <string>~G</string> |
| 17 | | <key>name</key> |
| 18 | | <string>Go to External File/RubyGem</string> |
| 19 | | <key>output</key> |
| 20 | | <string>showAsTooltip</string> |
| 21 | | <key>uuid</key> |
| 22 | | <string>5DB5FB44-7052-4D3C-8FB8-2B950BEBC6AE</string> |
| 23 | | </dict> |
| 24 | | </plist> |
| toggle raw diff |
--- a/Commands/Go to External File-RubyGem
+++ /dev/null
@@ -1,25 +0,0 @@
-<?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>beforeRunningCommand</key>
- <string>nop</string>
- <key>command</key>
- <string>#!/usr/bin/env ruby
-require "#{ENV['TM_BUNDLE_SUPPORT']}/lib/go_to_external.rb"
-
-GoToExternal.run</string>
- <key>fallbackInput</key>
- <string>word</string>
- <key>input</key>
- <string>document</string>
- <key>keyEquivalent</key>
- <string>~G</string>
- <key>name</key>
- <string>Go to External File/RubyGem</string>
- <key>output</key>
- <string>showAsTooltip</string>
- <key>uuid</key>
- <string>5DB5FB44-7052-4D3C-8FB8-2B950BEBC6AE</string>
-</dict>
-</plist> |
| |   |
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
| 3 | <plist version="1.0"> |
| 4 | <dict> |
| 5 | <key>beforeRunningCommand</key> |
| 6 | <string>nop</string> |
| 7 | <key>command</key> |
| 8 | <string>#!/usr/bin/env ruby |
| 9 | require "#{ENV['TM_BUNDLE_SUPPORT']}/lib/go_to_external.rb" |
| 10 | |
| 11 | GoToExternal.run</string> |
| 12 | <key>fallbackInput</key> |
| 13 | <string>word</string> |
| 14 | <key>input</key> |
| 15 | <string>document</string> |
| 16 | <key>keyEquivalent</key> |
| 17 | <string>~G</string> |
| 18 | <key>name</key> |
| 19 | <string>Go to External File/RubyGem</string> |
| 20 | <key>output</key> |
| 21 | <string>showAsTooltip</string> |
| 22 | <key>uuid</key> |
| 23 | <string>5DB5FB44-7052-4D3C-8FB8-2B950BEBC6AE</string> |
| 24 | </dict> |
| 25 | </plist> |
| toggle raw diff |
--- /dev/null
+++ b/Commands/Go to External File-RubyGem.tmCommand
@@ -0,0 +1,25 @@
+<?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>beforeRunningCommand</key>
+ <string>nop</string>
+ <key>command</key>
+ <string>#!/usr/bin/env ruby
+require "#{ENV['TM_BUNDLE_SUPPORT']}/lib/go_to_external.rb"
+
+GoToExternal.run</string>
+ <key>fallbackInput</key>
+ <string>word</string>
+ <key>input</key>
+ <string>document</string>
+ <key>keyEquivalent</key>
+ <string>~G</string>
+ <key>name</key>
+ <string>Go to External File/RubyGem</string>
+ <key>output</key>
+ <string>showAsTooltip</string>
+ <key>uuid</key>
+ <string>5DB5FB44-7052-4D3C-8FB8-2B950BEBC6AE</string>
+</dict>
+</plist> |