Close . . . but you can't do anything with that data.  It allows you to select it all, but you can't copy it to a separate file.  But very close.  PSPad (windows only) has a list function that works just like the list in project.  But then you can have that Listed data go to a separate file and then extract specific data out of that.  The List function gives you the whole line, not just what you are looking for via regular expression.  But once you have that compiled list of lines, you can pull out specifically what you want.  In this case I was looking for 1800 IPs from a file and isolate the IPs only so I can have Angry IP do a ping sweep based on a list that it would be reading from (the isolated IPs).<div>
<br></div><div><br><br><div class="gmail_quote">On Thu, Oct 1, 2009 at 11:47 AM, Dru Kepple <span dir="ltr"><<a href="mailto:dru@summitprojects.com">dru@summitprojects.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
> From: Brad Hutchins <<a href="mailto:oshybrid@gmail.com">oshybrid@gmail.com</a>><br>
> Date: Thu, 1 Oct 2009 11:30:12 -0700<br>
<div class="im">><br>
> Is there a list feature i am missing in text mate to list out out all the<br>
> lines after doing a search and all the lines that have that search get opened<br>
> in a separate text-mate file?<br>
<br>
</div>Not that I know of, although are you aware of the Find-in-Project window?<br>
Obviously only works in a project (though it doesn't need to be a saved<br>
project file).  And it doesn't output to text, but it does show all results<br>
in one window.<br>
<br>
Also, I'm not familiar with the ack bundle, but it's possible that one of<br>
the search bundles offers something like that.<br>
<br>
Dru<br>
<br>
<br>
_______________________________________________<br>
textmate mailing list<br>
<a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
<a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br>
</blockquote></div><br></div>