i have a question about search, find and replace. can i find&replace all the items from a specified folder and it's subfolders from a project? without dragging it to another project ofcourse.<br>it's not something that i use often anyway, so don't consider it a feature request, don't want to delay the project :P<div>
<br></div><div><br><div class="gmail_quote">On Thu, Apr 17, 2008 at 6:16 AM, Kevin Ridgway <<a href="mailto:kridgway@gmail.com">kridgway@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Allan,<br>
<br>
Thanks for replying to this.<br>
<br>
My recommendation would be to have the multi-lines copied to the<br>
clipboard, the user could cut out whatever they didn't want once they<br>
paste it into a new document.<br>
<br>
I was able to select (highlighted blue), when I hit Command + A, so<br>
when that happened I assumed I was in business to get all the lines on<br>
my clipboard in one fell swoop, which is what I wanted.<br>
<br>
Thanks for the tip on grep, I'll give that a shot. :)<br>
<font color="#888888"><br>
-Kevin<br>
</font><div><div></div><div class="Wj3C7c"><br>
On Wed, Apr 16, 2008 at 10:46 PM, Allan Odgaard<br>
<<a href="mailto:throw-away-2@macromates.com">throw-away-2@macromates.com</a>> wrote:<br>
> On 16 Apr 2008, at 23:08, Kevin Ridgway wrote:<br>
><br>
><br>
> > Does anyone know if you can save your search results (in Find in<br>
> > Project dialog), as a text file?<br>
> ><br>
><br>
>  You can't. Coincidentally I had (the first) feature request for this less<br>
> than a month ago.<br>
><br>
><br>
><br>
> > I tried selecting items in the dialog and copy and pasting into a<br>
> > textmate document, but that doesn't work.<br>
> ><br>
><br>
>  I was considering making Edit $B"*(B Copy with focus on the search results<br>
> control work for this. My fear was the discoverability, but it seems you<br>
> would have found it, so likely I will proceed along that path :)<br>
><br>
>  Still not sure exactly what part of the results the user would expect to<br>
> get on the clipboard though. Would you want the entire line of each match<br>
> (which would be lines, plural, for multi-line searches)?<br>
><br>
><br>
><br>
> > It would be nice to get my results into it's own file.  My situation<br>
> > is that there are many instances of a particular email address(es) in<br>
> > some webforms, and I'd like to give a nice list (like the dialog has)<br>
> > to someone.<br>
> ><br>
><br>
>  For now you can use find + grep in Terminal to produce the results, e.g.:<br>
><br>
>     find ~/MyProject -name '*.html' -exec grep '<a href="mailto:foo@bar.com">foo@bar.com</a>' '{}' \;<br>
><br>
>  You can give -H to grep to also output the file name, if you need it.<br>
><br>
><br>
>  ______________________________________________________________________<br>
>  For new threads USE THIS: <a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
>  (threading gets destroyed and the universe will collapse if you don't)<br>
>  <a href="http://lists.macromates.com/mailman/listinfo/textmate" target="_blank">http://lists.macromates.com/mailman/listinfo/textmate</a><br>
><br>
</div></div><br><br>
______________________________________________________________________<br>
For new threads USE THIS: <a href="mailto:textmate@lists.macromates.com">textmate@lists.macromates.com</a><br>
(threading gets destroyed and the universe will collapse if you don't)<br>
<a href="http://lists.macromates.com/mailman/listinfo/textmate" target="_blank">http://lists.macromates.com/mailman/listinfo/textmate</a><br></blockquote></div><br><br clear="all"><br>-- <br>Cristi<br><a href="http://www.ralcr.com">www.ralcr.com</a>
</div>