Hi there,
Well, that's pretty simple : I create a project by dragging a bunch of files in the project drawer… Fine…
After that, I move some of those files somewhere else with the Finder or whatever : TextMate has “lost” the moved files which now appear in red…
I cannot believe I am the only one bothered by this behaviour… Or am I ? :-)
guerom00 <romain.guerout@...> writes:
Well, that's pretty simple : I create a project by dragging a bunch of files in the project drawer… Fine… After that, I move some of those files somewhere else with the Finder or whatever : TextMate has “lost” the moved files which now appear in red… I cannot believe I am the only one bothered by this behaviour… Or am I ?
No answers ?! Is this an already discussed subject ? Do I miss something here ?
guerom00 wrote:
No answers ?! Is this an already discussed subject ? Do I miss something here ?
TextMate uses absolute paths rather than fsrefs for keeping track of files, most of the time. I think there's some way to get it to use relative paths as well, like if you keep the .tmproj file inside the folder that the project is tracking.
It would be nice if TM understood which files were aliases, and could resolve them (right now it just considers an alias to be an empty file).
I think that TM 2 will have all of this functionality significantly changed, so I doubt there are any plans to make TM use references instead of paths in 1.5. So sorry, but I don't think there's much you can do, at the moment.
-Jacob