Skip to content

Commit

Permalink
force SC to front when opening help file
Browse files Browse the repository at this point in the history
  • Loading branch information
rob committed Jan 3, 2009
1 parent c70c753 commit 93448e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion SuperCollider.tmbundle/Commands/Help.tmCommand
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
<key>command</key>
<string>require_cmd sc3c
sc3c -d "${TM_SELECTED_TEXT:-\"\"}"
osascript &lt;&lt; END
tell application "SuperCollider" to activate
END
</string>
<key>fallbackInput</key>
<string>none</string>
Expand Down

0 comments on commit 93448e0

Please sign in to comment.