[TxMt] Save document and refresh current Safari window
Allan Odgaard
throw-away-1 at macromates.com
Thu Jan 5 15:29:07 UTC 2006
On 5/1/2006, at 15:58, Robert C. Mannl wrote:
> [...] I wrote the following Script in the Bundle Editor:
Actually, there's already a Refresh Running Browser command from
which you can remove the “activate” part. I think that is what you seek.
As to why your command hangs, TextMate will wait for it to complete,
but since the command requires that TM reply to an AppleScript event,
that will never happen. To solve this one can add “&>/dev/null &” to
the command line to run it in a detached sub-proces.
More information about the textmate
mailing list