Can i order the files from drawer alphabeticaly, but fistly the folders, then the files? It seems i get lost in the current alphabeticaly order.
On 17 Jul 2008, at 14:57, Baluta Cristian wrote:
Can i order the files from drawer alphabeticaly, but fistly the folders, then the files? It seems i get lost in the current alphabeticaly order.
Not possible. There will (most likely) be some sorting options in the future.
Allan Odgaard wrote:
On 17 Jul 2008, at 14:57, Baluta Cristian wrote:
Can i order the files from drawer alphabeticaly, but fistly the folders, then the files? It seems i get lost in the current alphabeticaly order.
Not possible. There will (most likely) be some sorting options in the future.
You can do it if you're willing to create a *.tmproj file by hand. I wrote a Perl script to recurse through an SVN source tree, adding only files under version control (not object files, or intermediate source files created by such things as yacc). In addition, it orders the project with directories first. I've attached the script, hopefully it will be useful to someone. It could easily be modified to add all files, rather than only files in SVN. That way it would be almost equivalent to simply opening a directory in TextMate.
Note: You run this from the terminal, *outside* of TextMate. It finishes by launching TextMate to open the new project file.
Allan: Future sorting options would be very much appreciated!
Steve King wrote:
I wrote a Perl script ...
D'oh! That script shouldn't have had my employer's boilerplate copyright at the top. Here it is again, with the proper copyright notice. Please use this version.
Steve King wrote:
Steve King wrote:
I wrote a Perl script ...
D'oh!
Double d'oh! Look, just replace the copyright with the following:
## Copyright (c) 2008 Steve King ## Permission is granted for any use or distribution whatsoever.
Proving once again that no good deed goes unpunished...