<br><br><div class="gmail_quote">On 28 March 2010 13:15, Len Philpot <span dir="ltr"><<a href="mailto:len@philpot.org">len@philpot.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>
<span style="font-family: 'arial'; font-size: 9pt; color: rgb(0, 128, 128);"><i>[ From Geany general discussion list (Ross McKay) on Saturday, March 27, 2010 ]<br>
</i><span style="font-size: 10pt; color: rgb(0, 0, 0);"><br>
<span style="font-size: 9pt; color: rgb(0, 0, 128);"><div class="im"><i>> Please help out a dope. I know I've done this before, many times, and<br>
> not had a problem, but today... not so much. <br>
</i></div><span style="font-size: 10pt; color: rgb(0, 0, 0);"><br>
<span style="font-size: 9pt; color: rgb(0, 0, 128);"><div class="im"><i>> Geany built from r4788, Fedora 11 x86-64.<br>
</i></div><span style="font-size: 10pt; color: rgb(0, 0, 0);"><br>
<span style="font-size: 9pt; color: rgb(0, 0, 128);"><div class="im"><i>> I want to prefix a bunch of lines with something, e.g. spaces or a tab<br>
> or, well, anything. Let's say X for the sake of picking an easy example.<br>
</i></div><span style="font-size: 10pt; color: rgb(0, 0, 0);"><br>
<span style="font-size: 9pt; color: rgb(0, 0, 128);"><div class="im"><i>> Search: ^<br>
> Replace: X<br>
> Use regular expressions: ticked<br>
</i></div><span style="font-size: 10pt; color: rgb(0, 0, 0);"><br>
I used :<br>
<br>
Search for: ^(.)<br>
Replace with: X\1<br>
Use regular expressions: Enabled<br>
<br>
and ...<br>
<br>
example<br>
example<br>
example<br>
<br>
was replaced by:<br>
<br>
Xexample<br>
Xexample<br>
Xexample<br>
<br>
Is that what you're looking for?<br><font color="#888888">
<span style="font-family: 'bitstream vera sans mono'; font-size: 9pt;">--<br>
<span style="font-family: 'arial'; font-size: 10pt; color: rgb(102, 102, 153);">Len Philpot<span style="font-family: 'bitstream vera sans mono';"> -<span style="font-size: 9pt;"> l e n @ p h i l p o t . o r g <i>(no spaces)<br>
</i>><> <a href="http://philpot.org/" target="_blank">http://philpot.org/</a> - <a href="http://lphilpot.zenfolio.com" target="_blank">http://lphilpot.zenfolio.com</a><br>
<span style="font-family: 'arial';">Read my story:<span style="font-family: 'bitstream vera sans mono';"> <a href="http://www.mostimportantthing.org" target="_blank">http://www.mostimportantthing.org</a><span style="font-family: 'arial'; font-size: 10pt; color: rgb(0, 0, 0);"> </span></span></span></span></span></span></span></font></span></span></span></span></span></span></span></span></span></span></div>
<br></blockquote><div><br>Hi Ross,<br><br>It seems to be a bug in SVN trunk, I can confirm it works with 0.18 and r4577 but not current head.<br><br>Cheers<br>Lex<br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
_______________________________________________<br>
Geany mailing list<br>
<a href="mailto:Geany@uvena.de">Geany@uvena.de</a><br>
<a href="http://lists.uvena.de/cgi-bin/mailman/listinfo/geany" target="_blank">http://lists.uvena.de/cgi-bin/mailman/listinfo/geany</a><br>
<br></blockquote></div><br>