This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Loading…
Labels












I also use tabs and it always opens in a new tab for me.
The way it opens the file is with the
txmt://open?url=yaddaurl scheme so it's up to textmate to decide how to open the file.As I haven't seen your behaviour before I can't really say what might be causing it.
I have to assume that the filename in the URL is fully qualified, but you might want to check by right-clicking on the matching line and selecting "copy url" so that you can paste it into Safari's location bar. Opening that URL in Safari should cause textmate to open the file in a new tab (just like it should from ack in project).
After that, I'd experiment with different fully-qualified filenames to see if you can find one that does open in a new tab - hoping that it will point to the difference between tab and no-tab.
Once all that's done you'll be able to ask (on the textmate mailing list) why some URLs open in a new tab and some don't.
Hope this helps.
Trev