In jEdit 4.3pre9:
Search For: ^(.*)$
Replace with: $1 = $1 + 1
Should turn:
id_field
parent_field
...into:
id_field = id_field + 1
parent_field = parent_field + 1
Instead it returns:
id_field = id_field + 1
parent_field
This happens for both the "Current Buffer" and "Selection". This was fixed in jEdit 4.3pre2
Hello all
I am closing this bug because it is fixed in jEdit 4.3-pre15
Regards
Carlos