Re: [RC testing]Problems with ICU regexp engine and other problems that returned

2012-04-27 Thread RGB ES
El día 27 de abril de 2012 07:20, Herbert Duerr escribió: > >> if you use search / replace with regexp and on the >> "replace" box insert a reference, you'll get $1 instead of the >> reference. For example, searching for duplicated words with >> >> \b(\w+) *\1\b >> >> and writing >> >> $1 >> >> on

Re: [RC testing]Problems with ICU regexp engine and other problems that returned

2012-04-26 Thread Herbert Duerr
if you use search / replace with regexp and on the "replace" box insert a reference, you'll get $1 instead of the reference. For example, searching for duplicated words with \b(\w+) *\1\b and writing $1 on replace, the duplicated word will be replaced by $1 instead of the single word. http

[RC testing]Problems with ICU regexp engine and other problems that returned

2012-04-26 Thread RGB ES
This problem appeared (and was reported) when the regexp engine was replaced by ICU, but I'm quite sure that it was fixed some time ago on previous dev builds... problem is that it seems the problem was reintroduced: if you use search / replace with regexp and on the "replace" box insert a referenc