<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Allan Odgaard wrote:
<blockquote cite="mid:16098B46-D4B6-4700-820E-248D5196820B@textmate.org"
 type="cite">
  <pre wrap="">On 17 Jul 2008, at 14:57, Baluta Cristian wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">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.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Not possible. There will (most likely) be some sorting options in the  
future.
  </pre>
</blockquote>
<br>
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.<br>
<br>
Note: You run this from the terminal, *outside* of TextMate. It
finishes by launching TextMate to open the new project file.<br>
<br>
Allan: Future sorting options would be very much appreciated!<br>
<br>
<div class="moz-signature">-- <br>
<address
 style="font-family: sans-serif; font-style: italic; font-size: smaller;">
Steve King<br>
Sr. Software Engineer<br>
Arbor Networks<br>
+1 734 821 1461<br>
<a href="http://www.arbornetworks.com/">www.arbornetworks.com</a>
</address>
</div>
</body>
</html>