From 93448e0ee1ef7e2a0d91c7bab27f2a36d0d916af Mon Sep 17 00:00:00 2001 From: rob Date: Sat, 3 Jan 2009 22:41:22 +0000 Subject: [PATCH] force SC to front when opening help file --- SuperCollider.tmbundle/Commands/Help.tmCommand | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SuperCollider.tmbundle/Commands/Help.tmCommand b/SuperCollider.tmbundle/Commands/Help.tmCommand index 3a817b1..b849260 100644 --- a/SuperCollider.tmbundle/Commands/Help.tmCommand +++ b/SuperCollider.tmbundle/Commands/Help.tmCommand @@ -7,7 +7,9 @@ command require_cmd sc3c sc3c -d "${TM_SELECTED_TEXT:-\"\"}" - +osascript << END +tell application "SuperCollider" to activate +END fallbackInput none