I know you are working heavily on the project drawer and may know this, but FYI ...
Bug: TextMate does not consistently move files (on the hard disk) as they are moved in the project drawer. Reproduce: Set up a project with several existing files added from a directory, lets say ~/Sites/lib/php/report . they are not grouped in the project drawer, just loose. Then, in the project drawer there is a group called unit_tests, which exists on disk as ~/Sites/unit_tests. I have a file named settings.ini that is from the reports directory but not grouped anywhere in the project drawer. I like to alphabetize my list of files so I can easily find them later, which means dragging the files into place manually. in doing so, say I accidentally move settings.ini file into the group unit_tests. What happens is that TextMate physically moves settings.ini into ~/Sites/unit_tests. Back in the project drawer when I notice the mistake, I move it out of the unit_tests group but TextMate does not physically move the file out of ~/Sites/unit_tests back into ~/Sites/lib/php/reports, like it should. This confuses TextMate (and me) and when i repopen a project, the files are back in unit_tests.
aside from that ... what about the ability to set a root directory for the project drawer so the project drawer can be an instance of the mac os x finder in list mode? Maybe you could have several roots if your project contained files scattered around the hard disk (which doesn't seem like a typical scenario to me).
if nothing else, I would like to have the option to alphabetize the project drawer. This would just make dealing with large amounts of files easier.
in any event the project drawer is still very useful in its current state.
thanks, Kumar
On 12. nov 2004, at 18:18, kumar mcmillan wrote:
Bug: TextMate does not consistently move files (on the hard disk) as they are moved in the project drawer.
I have observed that one too. I am not sure if it will be fixed or not before the next version of the project system.
aside from that ... what about the ability to set a root directory for the project drawer so the project drawer can be an instance of the mac os x finder in list mode? Maybe you could have several roots if your project contained files scattered around the hard disk (which doesn't seem like a typical scenario to me).
In the next version of the project management features, the current system with a project file and groups and directory refs will probably be replaced with something a bit like you are suggesting here. Then a project will be a certain (configurable) "view" of (a part of) the file system. The details of this have yet to be worked out (unless Allan has thought them all out since last time I spoke with him about it :-) ).
On 13. Nov 2004, at 6:00, Sune Foldager wrote:
Bug: TextMate does not consistently move files (on the hard disk) as they are moved in the project drawer.
I have observed that one too. I am not sure if it will be fixed or not before the next version of the project system.
It won't since there would be no way I could know which folder the group represents -- i.e. dragging back the file should simply be disallowed, as the action is ambiguous.
Kind regards Allan