Typically, TM2's file browser adds an x to the right of any opened files. This not just indicates which files are open, clicking in it closes the files.
Since there are no projects in TM2, I've added a link to a file located in another directory. Double clicking it opens the file, but no x appears next to the file.
Also, it would help if TextMate would distinguish between files and symbolic links.
Max
On 21/02/2012, at 17.16, Max Lein wrote:
[…] I've added a link to a file located in another directory. Double clicking it opens the file, but no x appears next to the file.
I am making a note of it, but not sure it will change because technically the thing which is opened (and “tracked”) is the pointed-to file.
That said, I at least at one point wanted it so that opening files via symbolic links used the link itself as the document’s path, so saving would re-resolve it, but with tracking files for changes, being moved, re-opening same file, etc. it gets very complex when one file does not have a single canonical path.
I do understand the usability improvements of showing × for links.
Also, it would help if TextMate would distinguish between files and symbolic links.
What do you mean by this? Maybe what I am saying above, e.g. opening ‘dummy’ which points to ‘real_file’ show ‘dummy’ in the title bar?