hi all!
I tried to use search&replace function with regular expression, works fine, but if I use with expression $ (end of line) to replace with some string, my processor jumps to 100percent, and the program get frozen.
(I work with build 21.dec.2006. ver0.10. I use it for writing php files.)
thx, szilveszter
On 06/18/2007 03:19:21 PM, Szilágyi Szilveszter wrote:
hi all!
I tried to use search&replace function with regular expression, works fine, but if I use with expression $ (end of line) to replace with some string, my processor jumps to 100percent, and the program get frozen.
(I work with build 21.dec.2006. ver0.10. I use it for writing php files.)
Thanks for reporting this. It should be fixed in SVN.
Regards, Nick
the svn version gives me only a beep instead of replace the regular $ or ^ :D
Nick Treleaven írta:
On 06/18/2007 03:19:21 PM, Szilágyi Szilveszter wrote:
hi all!
I tried to use search&replace function with regular expression, works fine, but if I use with expression $ (end of line) to replace with some string, my processor jumps to 100percent, and the program get frozen.
(I work with build 21.dec.2006. ver0.10. I use it for writing php files.)
Thanks for reporting this. It should be fixed in SVN.
Regards, Nick _______________________________________________ Geany mailing list Geany@uvena.de http://uvena.de/cgi-bin/mailman/listinfo/geany
On 06/26/2007 10:35:52 AM, Szilágyi Szilveszter wrote:
the svn version gives me only a beep instead of replace the regular $ or ^ :D
Thanks, hopefully now it should work. I also fixed a similar hang with Find All/Find Usage. Please let me know if you find any more bugs with regex matching.
Regards, Nick