[TxMt] Re: 'Open in Running Browswer' how to switch focus?

Martin Kühl martin.kuehl at gmail.com
Sun Jun 20 23:10:41 UTC 2010


On Mon, Jun 21, 2010 at 00:52, plastichairdoo <plastichairdoo at gmail.com> wrote:
> found those lines and removed the -g parameter from the command - left with this:
>
> ------------CODE------------
>
> # TODO: Change when Leopard Only
> # On Leopard use the -g option to open in background.
> if os =~ /^10\.(5|6)/
>  active.each {|p| `open -a #{e_sh(p)} #{e_sh(url)}` }
> else
>  active.each {|p| `open -a #{e_sh(p)} #{e_sh(url)}` }
> end</string>
>
> ------------CODE------------
>
> didn't work :(
> any other advice?
> b

Just the obvious one: Did you close the Bundle Editor (or load another
item with it) to make sure the new version actually gets used?
/mk



More information about the textmate mailing list