drnic / merb-tmbundle

Merb bundle for TextMate (uses Ruby, Ruby on Rails, Datamapper and Sequel bundles as necessary)

This URL has Read+Write access

spdemac (author)
Thu Oct 30 15:47:43 -0700 2008
drnic (committer)
Wed Dec 17 06:10:54 -0800 2008
merb-tmbundle / Commands / Go to Model.tmCommand
100644 24 lines (23 sloc) 0.79 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?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>RUBYLIB="$TM_BUNDLE_SUPPORT/lib:$RUBYLIB"
"${TM_RUBY:=ruby}" -- "${TM_BUNDLE_SUPPORT}/bin/go_to_alternate_file.rb" model</string>
<key>input</key>
<string>none</string>
<key>keyEquivalent</key>
<string>~$@</string>
<key>name</key>
<string>Go to Model</string>
<key>output</key>
<string>showAsTooltip</string>
<key>scope</key>
<string>source.ruby.datamapper, source.ruby.activerecord, source.ruby.sequel, text.html.ruby.merb</string>
<key>uuid</key>
<string>B37D079B-8A6A-42AC-B6F8-CB6FF2C87CBD</string>
</dict>
</plist>