<div dir="ltr">Basically the way you are opening the two files ends up making TextMate think that your "project" is Bar which is why they are both showing Bar as the "project" folder (which is what the Bar in the screenshots actually is).<div><br></div><div>Using the following ends up with t as the "project"</div><div><br></div><div><div>$ mkdir t  </div><div>$ cd t</div><div>$ mkdir foo bar</div><div>$ echo foo > foo/baz.txt</div><div>$ echo bar > bar/baz.txt</div><div>$ echo t > ./baz.txt</div><div>$ mate **baz.txt  </div></div><div><div><br></div><div>I usually use something like this for my projects:</div><div><br></div><div><div>windowTitle = "PROJECTNAME:$TM_SCM_BRANCH ${TM_FILEPATH/\/Volumes\/VolumeName\/projectfolder\///}"</div></div><div><br></div><div>Which gives me the full path within the project as the projects I work on often contain multiple files with the same name.</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 2 July 2016 at 16:15, Carpii UK <span dir="ltr"><<a href="mailto:carpii.uk@gmail.com" target="_blank">carpii.uk@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Just realised I misunderstood. <div>I didn't notice those two urls were actually screenshots, it's a bit odd they arent updating.</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On 2 July 2016 at 13:13, Carpii UK <span dir="ltr"><<a href="mailto:carpii.uk@gmail.com" target="_blank">carpii.uk@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">You can control the title bar in your .tm_properties<div>Try something like...<br><div><br></div><div>windowTitle = "$TM_DIRECTORY/$TM_DISPLAYNAME"<br></div><div><br></div><div><br></div></div></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On 2 July 2016 at 13:04, Daniel Vollmer <span dir="ltr"><<a href="mailto:lists@maven.de" target="_blank">lists@maven.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
when I am in a situation where I have identically named files in different directories open in TextMate, then the displayed path in the title bar doesn’t update to reflect the currently selected tab. Is this intended?<br>
<br>
For example<br>
<br>
> mkdir t<br>
> cd t<br>
> mkdir foo bar<br>
> echo foo > foo/baz.txt<br>
> echo bar > bar/baz.txt<br>
> mate */baz.txt<br>
<br>
leads to a situation where it is impossible to see whether I’m currently editing baz.txt in foo or bar, see <a href="http://www.maven.de/pics/tm2_path_bar.png" rel="noreferrer" target="_blank">http://www.maven.de/pics/tm2_path_bar.png</a> vs <a href="http://www.maven.de/pics/tm2_path_foo.png" rel="noreferrer" target="_blank">http://www.maven.de/pics/tm2_path_foo.png</a> .<br>
<br>
I would have expected the title bar to reflect my currently active tab.<br>
<br>
Thanks,<br>
        Daniel.<br>
<br>
_______________________________________________<br>
textmate mailing list<br>
<a href="mailto:textmate@lists.macromates.com" target="_blank">textmate@lists.macromates.com</a><br>
<a href="http://lists.macromates.com/listinfo/textmate" rel="noreferrer" target="_blank">http://lists.macromates.com/listinfo/textmate</a></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div><br><br>
_______________________________________________<br>
textmate mailing list<br>
<a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
<a href="http://lists.macromates.com/listinfo/textmate" rel="noreferrer" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Kind regards,</div><div>George.</div><div><br></div><a href="http://gsgd.co.uk" target="_blank">http://gsgd.co.uk</a></div></div>
</div>