vote up 2 vote down star

One of the few things that bothers me about TextMate is that it can be difficult to differentiate between files that share the same name in a project, e.g:

alt text

In this case, the file on the right is located in the project relative path model/realtimemodel.py, while the other file contains unit tests for that code. Sure, you can command-click the name in the title bar to see a directory list, but it feels sub-optimal. What I would like is something along the lines of:

alt text

This gives a quick at-a-glance idea of what file you're working on. Has anyone seen any plugin or bundle that makes this possible?

Edit: Here is a ticket in Macromates tracker that requests this feature (although I would prefer a project-relative path).

flag

2 Answers

vote up 2 vote down

I think vasi's solution is the closest you can get to what you want (+1 for him) I don't think that the bundle can be automatically ran on open, and also, the title changes back to default when switching between tabs, so even if it could, it would be useless.

I've searched for a defaults key (like the one from Finder, *FXShowPosixPathInTitle editable with

defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES)

but there isn't any. Here's the list of available keys for Textmate.

Maybe you can write feature request somewhere as it is very useful and not so hard to impletement.

link|flag
There are a couple of threads on the developer's mailing list, but apparently it's not implemented yet. I agree with you that this could be an optional plist key. lists.macromates.com/textmate/2005-February/… – pojo Mar 26 at 12:44
I didn't know that. Nice question anyway. – andi Mar 26 at 13:13

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.