Skip to content

Commit

Permalink
Disable meta.function-call entity.name.function from being listed in …
Browse files Browse the repository at this point in the history
…the function menu.

Add source.ruby.rails to the documentation command.

git-svn-id: http://svn.textmate.org/trunk/Bundles/Ruby.tmbundle@6984 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
subtleGradient committed Apr 12, 2007
1 parent ae61ee2 commit 5184689
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Commands/Lookup in Documentation.plist
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ TextMate.exit_show_html</string>
<key>output</key>
<string>showAsTooltip</string>
<key>scope</key>
<string>source.ruby</string>
<string>source.ruby, source.ruby.rails</string>
<key>uuid</key>
<string>63F3B3B7-CBE2-426B-B551-657733F3868B</string>
</dict>
Expand Down
17 changes: 17 additions & 0 deletions Preferences/Symbol List: No Function Call.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?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>name</key>
<string>Symbol List: No Function Call</string>
<key>scope</key>
<string>source.ruby meta.function-call entity.name.function</string>
<key>settings</key>
<dict>
<key>showInSymbolList</key>
<integer>0</integer>
</dict>
<key>uuid</key>
<string>A5D50494-EB97-48DE-A2BE-322DF52A7A7A</string>
</dict>
</plist>
1 change: 1 addition & 0 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,7 @@
<string>FD010022-E0E7-44DB-827F-33F7D9310DA2</string>
<string>AEDD6A5F-417F-4177-8589-B07518ACA9DE</string>
<string>1A7701FA-D866-498C-AD4C-7846538DB535</string>
<string>A5D50494-EB97-48DE-A2BE-322DF52A7A7A</string>
<string>47D203ED-EB9B-4653-A07B-A897800CEB76</string>
</array>
<key>uuid</key>
Expand Down

0 comments on commit 5184689

Please sign in to comment.